3225 Commits

Author SHA1 Message Date
Seán Mac Gillicuddy
40571e7f34
Merge pull request #1392 from kiwix/feature/macgills/#1391-history-crash
HistoryActivity crashes when ZimFile is null #1391 - fix dao - supres…
2019-08-21 13:29:21 +01:00
Sean Mac Gillicuddy
5e5d5ac3ec HistoryActivity crashes when ZimFile is null #1391 - fix dao - supress warning 2019-08-21 12:29:34 +01:00
Sean Mac Gillicuddy
3d7e2232d9 #1259 update to latest library, integrate with api changes 2019-08-20 15:55:23 +01:00
Sean Mac Gillicuddy
a8345bf26c #1212 remove contentTest 2019-08-19 11:02:33 +01:00
Adeel Zafar
15b66755b1 Add ServerUtils 2019-08-19 05:10:58 +05:00
Adeel Zafar
4acc15132f Refactor getSocketAddress() 2019-08-19 02:11:04 +05:00
Adeel Zafar
ce0f5ed06c Rename getCompleteAddress() to getSocketAddress() 2019-08-19 01:33:47 +05:00
Adeel Zafar
857ad22e73 Refactor getIpAddress() 2019-08-19 01:29:41 +05:00
Adeel Zafar
106d085570 Refactor unbindService() 2019-08-19 01:18:40 +05:00
Adeel Zafar
f5672a4799 Refactor startService() 2019-08-19 00:49:23 +05:00
Adeel Zafar
396526af9a Refactor KiwixDialog.TurnOffHotspotManually 2019-08-19 00:38:01 +05:00
Adeel Zafar
04cf0398c6 Add DEFAULT_PORT 2019-08-18 23:41:40 +05:00
Adeel Zafar
bf9898b5bc Add layoutServerStarted() & layoutServerStopped() 2019-08-18 23:38:22 +05:00
Adeel Zafar
2027bdc3a1 Fix ZimHostActivity selection mode
Hide selection mode when server is started
Display selection mode when server is off
2019-08-18 23:20:24 +05:00
Adeel Zafar
3212810980 Refactor select()
Resolve no files selected but files in selectedBooksPath
2019-08-18 18:28:41 +05:00
Adeel Zafar
df9a28c3bb Use rxFlowable 2019-08-18 16:19:59 +05:00
Adeel Zafar
47d11384fd Refactor zimHostCallbacks in HotspotService 2019-08-17 19:07:08 +05:00
Kelson
7aa1f75880
Merge pull request #1389 from kiwix/move-bot-conf
Move bot configuration
2019-08-17 16:36:34 +03:00
Emmanuel Engelhart
7968f87310 Move bot configuration 2019-08-17 15:34:54 +02:00
Adeel Zafar
494179b9a6 Refactor foreground notification 2019-08-17 06:33:55 +05:00
Adeel Zafar
4b21258442 Resolve Java warnings 2019-08-17 01:56:32 +05:00
Adeel Zafar
0fe29eff35 Refactor Toasts in HotspotService 2019-08-16 22:56:55 +05:00
Adeel Zafar
301368ecbd Add null checks for onClickAction 2019-08-16 22:36:28 +05:00
Adeel Zafar
83dabcba35 Reformat HotspotService and ZimHostCallbacks 2019-08-16 22:12:00 +05:00
Adeel Zafar
ac62c1d2cc Refactor WifiHotspotManager 2019-08-16 22:09:31 +05:00
Adeel Zafar
6526db70b4 Reformat HotspotService 2019-08-16 21:58:42 +05:00
Adeel Zafar
88c386a8b3 Refactor Logs in WifiHotspotManager 2019-08-16 21:54:01 +05:00
Adeel Zafar
df0a5e6eb1 Refactor wifiConfiguration in WifiHotspotManager 2019-08-16 21:48:20 +05:00
Adeel Zafar
883abbcef9 Remove id from constraintLayout in activity_zim_host 2019-08-16 21:44:01 +05:00
Aditya-Sood
7edb8dc185 Reformat code style 2019-08-16 21:33:19 +05:30
Adeel Zafar
3ee5e7cde2 Refactor ZimHostCallbacks 2019-08-16 20:57:52 +05:00
Adeel Zafar
75dc88828d Rename launchTetheringSettingsScreen() 2019-08-16 20:45:53 +05:00
Adeel Zafar
50ccbed648 Reformat toggleHotspot() 2019-08-16 20:40:25 +05:00
Adeel Zafar
2cc3589f68 Reformat ZimHostActivity 2019-08-16 20:37:42 +05:00
Adeel Zafar
d5ab2fcbf1 Use Butterknife for recyclerView in ZimHostActivity
Also rename it
2019-08-16 20:31:20 +05:00
Adeel Zafar
cd74150f21 Remove open zims method from ZimHostActivity 2019-08-16 20:28:08 +05:00
Adeel Zafar
182a0d91a0 Refactor startHotspotManuallyDialog 2019-08-16 20:20:11 +05:00
Adeel Zafar
7972774e2f Merge branch 'develop' into iadeelzafar/wifi-hotspot 2019-08-16 20:15:35 +05:00
Adeel Zafar
3967178aa8 Remove extra line from .gitignore 2019-08-16 20:11:26 +05:00
Aditya-Sood
2a07a5bc65 Add null check for <null> article 2019-08-16 20:37:53 +05:30
Adeel Zafar
6f1db30159 Null checks for negative button in AlertDialogShower 2019-08-16 19:42:55 +05:00
Adeel Zafar
dde887e9b8 Negative button nullable in KiwixDialog 2019-08-16 19:35:09 +05:00
Adeel Zafar
fc4ba04544 Use Alert Dialog Shower 2019-08-16 19:11:52 +05:00
Sean Mac Gillicuddy
b229a1f2e6 #1212 fix broken test, ad suppression annotation for uiautomator tests 2019-08-16 13:02:12 +01:00
Seán Mac Gillicuddy
8c6e0197cb
Merge pull request #1381 from kiwix/feature/macgills/#1323-bookmarks-by-name
#1323 Bookmarks are not permanent over ZIM files update
2019-08-16 09:35:50 +01:00
Seán Mac Gillicuddy
786d168ac7
Merge pull request #1380 from kiwix/feature/macgills/#1165-remove-custom-external
#1165 New external storage disappears on screen rotation
2019-08-16 09:35:22 +01:00
Adeel Zafar
1fd7ae8f7e Use AlertDialogShower 2019-08-16 04:55:14 +05:00
Adeel Zafar
63abcae607 Refactor openMobileDataActivity()
Use Wireless Settings screen
2019-08-16 03:25:28 +05:00
Adeel Zafar
b812fec0cb Use string values in HotspotService 2019-08-16 03:24:25 +05:00
Adeel Zafar
414a667564 Resolve synthetic accessor warning 2019-08-16 03:20:13 +05:00