2138 Commits

Author SHA1 Message Date
Shubham gupta Ggps
0db3f86318 Update butterknife to 10.1.0 2019-03-31 16:58:56 +01:00
Adeel Zafar
e87ce5a2f1 Fixed Specific Dates With Keywords
Use LocalDate to get current date and yesterday's date.
Then compare these dates with history's dates.
Use strings values "Today" and "Yesterday" wherever required.
Used Java 8's classes LocalDate which works for API 26 and onwards.
Add JakeWharton's ABPThreeTen For BackwardCompatibility before API 26
Hence, I had to increase the minSdk to 15 as it doesn't works with 14
Added 'Today' and 'Yesterday' instead of specific dates in History
2019-03-31 16:21:02 +02:00
mhutti1
ecec1f4169 Upgrade gradlew to 5.2 2019-03-30 22:30:52 +00:00
Sonu Sourav
82a85cc8dc Multiple History date format 2019-03-30 21:01:02 +00:00
Sonu Sourav
6c07ca4649 Added material design to closeAllTabs FAB (#1045) 2019-03-30 20:35:53 +00:00
Sonu Sourav
3c8c9d459f Fixes onDestroyActionMode issue 2019-03-30 20:14:00 +00:00
Sonu Sourav
853368d284 Fixes changing title name 2019-03-26 22:34:02 +00:00
Sonu Sourav
18206a6e45 Changed actionModeOverlay to True 2019-03-26 22:01:30 +00:00
Sonu Sourav
898f42d032 Fixes search icon disappearance 2019-03-26 21:45:05 +00:00
Kelson
254ed92afd
Kiwix logo on the right for a better readability 2019-03-23 19:09:17 +01:00
Sonu Sourav
16ecfbb676 Hide Tab Switcher onBackPressed 2019-03-19 00:28:33 +00:00
Sonu Sourav
06894bc63a Updated text colors definition (#1048) 2019-03-17 00:06:04 +00:00
Shridhar
c952779e80 feat: Close tab switcher on clicking again 2019-03-14 00:27:07 +00:00
Sonu Sourav
6c9794f70f Close Table Drawer on back press 2019-03-11 00:02:52 +00:00
prajurock
ecc7bc1ccf Text begin cut by the right edge on Home screen #968 2019-03-10 21:19:54 +00:00
Adeel Zafar
5ce4cc4f6e Fixes Access A Deleted File After Closing All Tabs 2019-03-10 20:48:07 +00:00
Sonu Sourav
c34934c8b9 NullPointerException checks in MainActivity 2019-03-10 20:12:16 +00:00
Vab
04b6d07b2b Only Snackbar pops up on denying the permissions #979
Updated
2019-03-03 23:26:03 +00:00
Harshika
9b41cda69d fix: NullPointerException on Fresh Application launch
Add a null check
2019-03-03 19:23:29 +00:00
soloturn
6ef2f3fd45 update dagger to 2.21 2019-02-26 18:25:50 +00:00
soloturn
34ce417f0e disable jetifying com.square, google
disable jetify now for:
* com.square.*
* google: error_prone_annotations, guava
2019-02-26 18:25:50 +00:00
soloturn
3096562cd1 upgrade mockito, disable jetifying byte-buddy
byte-buddy is a mockito dependency. it introduced java modules, and
jetifier cannot deal with it.  disable jetifying at the moment, as
suggested after considering:
https://stackoverflow.com/questions/52816022/failed-to-resolve-variable-project-groupid
https://issuetracker.google.com/issues/119135578#comment5
https://github.com/raphw/byte-buddy/issues/541
2019-02-26 18:25:50 +00:00
prajurock
ec97df3ae6 On clicking menu item icon new tab is open. #995 2019-02-26 11:56:18 +00:00
Sonu Sourav
62d7b3248b Update ZimFileSelectFragment.java 2019-02-26 00:17:10 +00:00
Sonu Sourav
6bbea63a8e Disable swipeLayout after long press 2019-02-26 00:17:10 +00:00
prajurock
367e0d642b Zoom level option color should be grayed when disabled #556 2019-02-24 13:09:55 +00:00
Adeel Zafar
cfe6258618 Fixed Download Notification when multiple files are downloaded 2019-02-22 22:37:09 +00:00
Sonu Sourav
66aed896b3 Fixes status bar color issue. 2019-02-22 21:48:30 +00:00
Sonu Sourav
27ebe44c13 Fixes Issue#890 2019-02-22 21:48:30 +00:00
Isaac Hutt
33eb0166fd Remove travis cache 2019-02-22 21:21:07 +00:00
Adeel Zafar
4923fd24f0 Fix button names in download notification 2019-02-22 21:01:03 +00:00
prajurock
2f207ac361 Share button is not working in Device Fragment #945 2019-02-22 20:38:00 +00:00
Adeel Zafar
b780880627 Fix Incorrect Tab headings in tab overview after deleting all zim files 2019-02-22 13:33:17 +00:00
Isaac Hutt
cf49a69f73
Remove testdroid references to BITBAR_API_KEY 2019-02-22 13:11:27 +00:00
mhutti1
7fa5a8696a Check test results from gateway server 2019-02-22 12:51:02 +00:00
mhutti1
a948f765f3 Wait for testdroid tests on forks 2019-02-22 12:51:02 +00:00
mhutti1
54108647b3 Update travis to use new test config 2019-02-22 12:51:02 +00:00
mhutti1
bd5c665320 Switch to using test gateway 2019-02-22 12:51:02 +00:00
mhutti1
acf0f7f8fb Comment out Help Activity email test as it fails on local devices 2019-02-20 00:02:52 +00:00
mhutti1
dc0e04adde Revert "Optimizing refresh. Issue #538 @GeVic comment.."
This reverts commit cec66926e64d886ccc81622500b95d70b7fb9440.
As it causes a crash on certain devices due to android.os.TransactionTooLargeException
2019-02-20 00:02:52 +00:00
mhutti1
060b1a6db7 Comment out annotation processing as it isn't currently supported 2019-02-20 00:02:52 +00:00
mhutti1
b4ff3a1b7f Revert testBuildType back to debug 2019-02-20 00:02:52 +00:00
mhutti1
c9e96b2e61 Update gradle version 2019-02-20 00:02:52 +00:00
Adeel Zafar
c0b1e22eae Fixed Multiple Files Download Results in Wrong Content Title In The Notification 2019-02-18 15:42:03 +00:00
mhutti1
f721d03bf0 Allow cleartext for kiwix.org 2019-02-18 00:06:11 +00:00
Manthan
b3de56016f Minor typo in CONTRIBUTIONS.md 2019-02-16 18:36:27 +01:00
Abdul Wadood
2fb1100148 Remove lint warnings and Hungarian notations 2019-02-15 19:43:59 +00:00
Albert Eduard Merino Pulido
cec66926e6 Optimizing refresh. Issue #538 @GeVic comment.. 2019-02-15 19:43:59 +00:00
prajurock
1f8d6d6ca9 In downloading fragment last image is not full visible #954 2019-02-15 19:25:54 +00:00
Md Sahil
27ec628447 Add "Support Kiwix" item in options menu (#941) 2019-02-11 21:52:33 +00:00