5925 Commits

Author SHA1 Message Date
HissPirat
149b3afe37 #2154 History and Bookmarks now implements PageActivity 2020-06-26 17:18:54 +02:00
Seán Mac Gillicuddy
0ebbdf5bf8
Merge pull request #2148 from Frans-Lukas/2147-custom-as-fragment
2147 custom activity uses experimental navigation menu and fragment
2020-06-26 16:09:49 +01:00
HissPirat
376b7a18e0 #2154 implemented PageViewModel in HistoryViewModel 2020-06-26 16:12:39 +02:00
HissPirat
8b9b88796a #2154 added and implemented PageViewModel to BookmarkViewModel 2020-06-26 15:46:38 +02:00
HissPirat
ecb780bb36 #2154 generified adapter 2020-06-26 14:46:14 +02:00
Frans-Lukas
453b6fe67e #2098 added tests for dialog options when deleting bookmarks/history items 2020-06-26 13:45:41 +02:00
Frans-Lukas
103d86594a #2098 added clear selected bookmarks toast and test 2020-06-26 13:26:01 +02:00
Frans-Lukas
f946310285 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into 2098-change-wording-when-deleting-selected-items-vs-all-items 2020-06-26 13:16:32 +02:00
HissPirat
ff3003a2d7 #2111 moved colors to themes 2020-06-26 11:49:12 +02:00
HissPirat
bef24b59d5 #2159 removed constraints from bottom navigation view because of linear layout 2020-06-26 11:34:25 +02:00
HissPirat
92a354bbf2 #2159 added crossfade animations when navigating between fragments 2020-06-26 10:57:12 +02:00
HissPirat
5a8a34680a #2159 better correct back navigation for top level fragments 2020-06-26 10:16:05 +02:00
HissPirat
64942abee6 #2159 exits on back press from any navigation destination if told by fragment 2020-06-26 09:58:30 +02:00
HissPirat
f5437dda4e Merge branch '2147-custom-as-fragment' of https://github.com/Frans-Lukas/kiwix-android into 2159-add-navigation 2020-06-26 09:36:59 +02:00
HissPirat
d0c233e015 #2147 added safelyGetWebView which was accidentaly removed in previous commit 2020-06-26 09:33:08 +02:00
Brian Cherin
1114e94c86 #1648 Remove unneeded ViewHolder prefix 2020-06-25 20:22:00 -04:00
Brian Cherin
6ccbfcb415 #1648 Fix typo in constant value 2020-06-25 20:12:05 -04:00
Brian Cherin
9485eba987 #1648 Add unit test for open search in new tab, and fix old test 2020-06-25 20:07:13 -04:00
HissPirat
ca5dc9f4ad Merge branch '2147-custom-as-fragment' of https://github.com/Frans-Lukas/kiwix-android into 2159-add-navigation 2020-06-25 11:35:00 +02:00
HissPirat
0765b8a24e #2147 fixed so that instrumentation test should work 2020-06-25 11:30:06 +02:00
HissPirat
70cd072496 #2159 action mode now exits on fragment switch 2020-06-25 11:24:55 +02:00
HissPirat
cae40fa31b #2159 fixed fragment destination download hiding the load/update icon 2020-06-25 10:38:59 +02:00
HissPirat
bd73e00c35 Merge branch '2147-custom-as-fragment' of https://github.com/Frans-Lukas/kiwix-android into 2159-add-navigation 2020-06-25 10:33:44 +02:00
HissPirat
3fa74b8f77 #2147 fixed progressbar 2020-06-25 10:25:19 +02:00
HissPirat
0d78704956 #2111 replaced bad color names with attributes 2020-06-25 09:33:36 +02:00
Seán Mac Gillicuddy
e547b87878
Merge pull request #2162 from Frans-Lukas/2161-bookmark-history-bug
#2161 moved isChecked to above where the onCheckedListener is set for…
2020-06-24 16:07:44 +01:00
Seán Mac Gillicuddy
d301e0b569
Merge pull request #2158 from s-ayush2903/refactor_to_kt
chore: converted KiwixWifiP2pBroadcastReceiver class to kotlin
2020-06-24 15:35:43 +01:00
HissPirat
0825eaa9b5 #2161 moved isChecked to above where the onCheckedListener is set for bookmarks and history activity. 2020-06-24 16:06:43 +02:00
HissPirat
eea7e4013e #2098 updated delete history and bookmarks dialog strings 2020-06-24 15:56:39 +02:00
s-ayush2903
00e41f39aa
Saved log Report to private storage 2020-06-24 19:26:33 +05:30
HissPirat
b4d2ca535a #2111 made launch_screen use correct colors for night/day mode 2020-06-24 15:21:48 +02:00
HissPirat
d71cd7bb4a #2111 removed more redundant colors 2020-06-24 14:22:56 +02:00
HissPirat
0a0e246c53 #2159 extracted gradle implementation strings to libs and versions 2020-06-24 13:47:51 +02:00
HissPirat
71e6bbcb6e #2159 merge with 2147 and implementation of BaseFragmentActivityExtensions in NavHostFragment 2020-06-24 11:52:11 +02:00
HissPirat
34cbaa1447 #2147 made BaseFragmentActivityExtensions default to return ShouldCall 2020-06-24 10:43:41 +02:00
HissPirat
d51575b056 #2147 moved duplicated methods to CoreMainActivity 2020-06-24 10:31:55 +02:00
HissPirat
dd9c3f07de #2147 custom can now exit the app on back press from the main page 2020-06-24 10:27:12 +02:00
HissPirat
fe061b1cec #2147 converted CoreNewNavigationActivity/NewNavigationActivity to kotlin 2020-06-24 10:02:12 +02:00
HissPirat
2cef6ed578 #2147 converted CoreMainActivity to kotlin 2020-06-24 09:57:31 +02:00
HissPirat
3d43ad151b #2147 renamed KiwixMainFragment -> KiwixReaderFragment and removed (FRAGMENT) title string 2020-06-24 09:47:23 +02:00
HissPirat
e0c3ec6186 #2147 newNavigation menu is now hidden if debug is on 2020-06-24 09:38:18 +02:00
Brian Cherin
fbf72dd3f6 #1648 Remove unused layout id 2020-06-23 20:23:41 -04:00
Brian Cherin
45596d1b35 #1648 Add action for open search in new tab, and ViewHolder fix 2020-06-23 20:03:56 -04:00
s-ayush2903
824ee0868f
Reverted useless logging 2020-06-24 02:25:28 +05:30
s-ayush2903
11012722a2
Implemented logging class in ErrorActivity 2020-06-24 02:08:14 +05:30
HissPirat
26d0fae7e3 Merge branch '2111-contrib-style-guide' of https://github.com/Frans-Lukas/kiwix-android into 2111-contrib-style-guide 2020-06-23 16:08:06 +02:00
HissPirat
678ee2dc27 #2111 updated night theme to use correct colors instead of relying on night color changes 2020-06-23 16:06:09 +02:00
Frans-Lukas Lövenvald
51b02a3985
Update DESIGN.md with new color names. 2020-06-23 15:13:53 +02:00
HissPirat
18b969c7f9 #2111 updated color names using "Name that color" tool 2020-06-23 15:08:21 +02:00
HissPirat
f7d8dd0d53 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into 2111-contrib-style-guide 2020-06-23 14:58:11 +02:00