185 Commits

Author SHA1 Message Date
kosh
56d02f4de6 Merge pull request #151 from HeinrichReimer/add-travis-ci
Add Travis CI and Codecov integration
2017-03-14 19:30:20 +08:00
kosh
74c07bade5 Merge pull request #150 from HeinrichReimer/patch-2
Cleaned up README.md
2017-03-14 19:30:06 +08:00
Kosh
45384ae747 this commit fixes issue caused by merging strings where notfications might be zero 10 > 0 therefore, jobScheduler will crash the app. 2017-03-14 19:13:38 +08:00
Kosh
4c1ba615c0 this commit fixes #112 so table contents are scrollable upon clicking on an anchor link. 2017-03-14 19:10:48 +08:00
Heinrich Reimer
49098fbd90 Create .codecov.yml 2017-03-14 01:15:05 +01:00
Heinrich Reimer
69ea6ae041 Create .travis.yml 2017-03-14 01:12:00 +01:00
Heinrich Reimer
65daf239a5 Cleaned up README.md
Fixed typos, added more formatting, added links
2017-03-14 01:06:52 +01:00
Kosh
92cfe15270 this commit fixes #146 by making auth token to always be unique to device, it also adds submodule for translations however isn't working yet. 2017-03-13 23:32:03 +08:00
Kosh
3e6bf27b56 added gitmodule for translation and fixed typo 2017-03-13 22:22:29 +08:00
Kosh
01edc79378 fixed some typos 2017-03-13 22:20:42 +08:00
Kosh
02669bfd92 fixed typo in string. 2017-03-13 21:59:15 +08:00
Kosh
1b46cf89ad fixed file typo. 2017-03-13 21:55:34 +08:00
Kosh
7539c3326b fixed header icons to be always centered, added translation submodule. 2017-03-13 21:53:04 +08:00
Kosh
7c2178c622 fixed header icons to be always centered, added translation submodule. 2017-03-13 21:49:11 +08:00
Kosh
ba23425ac3 this commit fixes #141 and the rest of the icons. 2017-03-13 20:48:23 +08:00
Kutsan Kaplan
c4ed5f5b28 Merge pull request #139 from HeinrichReimer/patch-1
Improved app strings
2017-03-13 13:40:33 +02:00
Kosh
3f43b98545 this commit fixes #71 properly and changes send icon to add icon to add new milestone. 2017-03-13 17:41:01 +08:00
Kosh
dd1cb93136 this commit fixes #144 and fixes #145 2017-03-13 17:38:56 +08:00
Heinrich Reimer
286caef3c6 Improved array strings 2017-03-12 17:47:34 +01:00
Heinrich Reimer
ebea17be42 Improved app strings
Improved punctuation, wrong uppercase/lowercase, made internal strings not translatable, removed string dependencies to `@android:` strings to prevent inconsistent translations​, simplified some strings, added TODOs where string concatenation is used instead of string format args.
2017-03-12 17:24:46 +01:00
kosh
51ed1638f7 Merge pull request #138 from Rainer-Lang/patch-6
modified contribution guide to place gradle.properties to project directory.
2017-03-13 00:03:09 +08:00
Kosh
2d27f48f21 fixed an error in login when progress doesn't disappear onerror. releasing 1.1.1 1.1.1 2017-03-12 23:53:58 +08:00
Kosh
d7901a5ac3 this commit fixes #134 and fixes #135 and fixes #131 by @alorma, releasing 1.1.1 2017-03-12 23:37:23 +08:00
Kosh
3dd673f161 this commit fixes #134 and fixes #135 and fixes #131 by @alorma 2017-03-12 23:35:56 +08:00
Rainer-Lang
1fe630d9aa copy gradle.properties 2017-03-12 16:27:58 +01:00
kosh
cf8238f86b Merge pull request #133 from alorma/fix_2fa
Add OTP code
2017-03-12 22:15:02 +08:00
Bernat Borrás-Paronella Petit
cc7c380bec Use better fingerprint 2017-03-12 14:28:21 +01:00
Bernat Borrás-Paronella Petit
e4f87edccb Fix Authorization with fingerprint 2017-03-12 14:26:47 +01:00
Bernat Borrás-Paronella Petit
6dcb77f892 Add OTP code 2017-03-12 13:41:26 +01:00
Kosh
a94807ebd0 updated readme with some new features. 2017-03-12 18:56:26 +08:00
Kosh
fc4bfc5d2b releasing 1.1.0 1.1.0 2017-03-12 18:08:04 +08:00
Kosh
a153f0e65a tinting missing library icon to centralize colors. 2017-03-12 18:00:16 +08:00
Kosh
b734d9aaf0 fixing aboutActivity where home button does not function. 2017-03-12 17:16:45 +08:00
Kosh
0f1751ebff this commit fixed #129 and reading for 1.1.0 2017-03-12 17:13:45 +08:00
Kosh
0e750a835d now starring, forking and watching repo/gist should be done from a service to close #12 . Improving layouts margins. this commit also fixes #128 2017-03-12 15:51:35 +08:00
Kosh
a30e5bbeca re-implementing login flow where now FastHub has its own login screen. Improved overall spacing and dividers, validation for an unauthorized user to be directed to login screen, modified events actions to be displayed properly in feeds list and loads more things i can't remember. 2017-03-12 06:21:59 +08:00
Kosh
ece9ff87fc modified about screen to get rid of extra libs and removed delete permission 2017-03-12 02:24:07 +08:00
kosh
ccfa4597cc Merge pull request #126 from daniel-stoneuk/master
Created simple MaterialAboutActivity
2017-03-12 01:51:57 +08:00
Daniel Stone
46c1096512 Merge remote-tracking branch 'k0shk0sh/master'
# Conflicts:
#	app/build.gradle
2017-03-11 12:58:22 +00:00
Daniel Stone
6e0ce8753b MaterialAboutActivity
Up to you what you want to include in it
2017-03-11 12:56:17 +00:00
Kosh
6d207d0336 Merge branch 'master' of https://github.com/k0shk0sh/FastHub 2017-03-11 20:23:44 +08:00
Kosh
0464d0e7d3 added an option to use rounded rect for avatars through settings screen to close #79 2017-03-11 20:23:31 +08:00
kosh
c392837271 Merge pull request #125 from k0shk0sh/revert-119-patch-2
Revert "annotationProcessor instead of neenbedankt.android-apt"
2017-03-11 20:15:51 +08:00
kosh
52c0bdcaf5 Revert "annotationProcessor instead of neenbedankt.android-apt" 2017-03-11 20:15:08 +08:00
Kosh
150c8b5018 this commit to close #83 2017-03-11 19:51:21 +08:00
kosh
55a99dfbd9 Merge pull request #119 from Rainer-Lang/patch-2
annotationProcessor instead of neenbedankt.android-apt
2017-03-11 19:41:07 +08:00
Kosh
bf808502c0 added badges for repos to close #86 and made a separate commits filter by branch to improve #118 and #100 2017-03-11 19:37:22 +08:00
Kosh
7ead042c71 more improvement for #92 2017-03-11 19:02:32 +08:00
Kosh
07fc6d1fdd rephrased some typos, and made disabling animation to take effect immediatelly #76 2017-03-11 18:37:54 +08:00
Kosh
5f8b1f9a5f this commit fixed #113 , fixed #104 and fixed #80 2017-03-11 18:30:31 +08:00