3866 Commits

Author SHA1 Message Date
Kelson
e7c3d5dcdf
Merge pull request #1327 from kiwix/iadeelzafar/wifi-hotspot
Wifi Hotspot Feature
2019-08-31 19:43:49 +02:00
Adeel
011bb57018 Revert remove \n from getIpAddress() 2019-08-31 16:06:51 +05:00
Adeel
5f3570fce5 Remove unused strings in strings.xml 2019-08-31 15:52:02 +05:00
Adeel
7efd39e3ee Add field isServerStarted in WebServerHelper 2019-08-30 20:09:06 +05:00
Sean Mac Gillicuddy
8458d721d5 #1386 replace downloadManager with fetch 2019-08-30 15:31:19 +01:00
Adeel
e30aa7b78c Remove \n from getIpAddress() 2019-08-30 19:17:42 +05:00
Adeel
433ff07751 Remove broadcast receiver 2019-08-30 17:19:36 +05:00
Adeel
1afbc5c6b1 Fix ZimHostCallbacks 2019-08-30 16:39:56 +05:00
Adeel
a44b947caf Merge branch 'develop' into iadeelzafar/wifi-hotspot 2019-08-30 16:08:43 +05:00
Adeel
6c75fefdb7 Add IpAddressCallbacks
Refactor Flowable using Interval
Shift Flowable code to WebServerHelper
2019-08-30 16:02:05 +05:00
Seán Mac Gillicuddy
03c1dc547e
Merge pull request #1413 from kiwix/"#1386-faulty-string-fix-version-3"
"#1386 faulty string fix version 3"
2019-08-30 08:50:03 +01:00
Seán Mac Gillicuddy
7a8e90d1d6
Merge pull request #1412 from kiwix/feature/cheshtak/#390-text-inconsistency
Feature/cheshtak/#390 text inconsistency
2019-08-30 08:46:29 +01:00
Justin Biggs
226919111c "#1386 test commit v3" 2019-08-29 21:11:28 -05:00
Justin Biggs
80a5f77b62 "#1386 test commit v3" 2019-08-29 20:26:42 -05:00
Adeel
b2409a0aa9 Merge branch 'develop' into iadeelzafar/wifi-hotspot 2019-08-30 02:11:51 +05:00
Adeel
f5913bb701 Remove redundant casting 2019-08-30 00:46:38 +05:00
Adeel
79e16643b3 Refactor startHotspotManuallyDialog() 2019-08-30 00:45:15 +05:00
Adeel
63b036bcea Refactor StartHotspotManually dialog 2019-08-29 21:26:24 +05:00
Seán Mac Gillicuddy
0007182f0c
Merge pull request #1408 from CheshtaK/fix/text-consistency
removing text inconsistency
2019-08-29 17:14:35 +01:00
Adeel
f54791deb5 Refactor onServiceConnected 2019-08-29 21:00:48 +05:00
Adeel
d9b191bc78 Inject HotspotStateListener 2019-08-29 20:42:10 +05:00
CheshtaK
4f4c139cbd fix 2019-08-29 20:49:14 +05:30
Adeel
d1572c142d Add HotspotNotificationManager 2019-08-29 19:40:59 +05:00
CheshtaK
86a5751bbf naming fix 2019-08-29 20:01:10 +05:30
CheshtaK
5f96a29e7e adding textview style and bias constraint 2019-08-29 18:02:52 +05:30
Seán Mac Gillicuddy
be120e73f9
Merge pull request #1384 from kiwix/abdulwd/issue948
Fix tabs orientation in tabs overview
2019-08-29 12:52:25 +01:00
Adeel
8048514e19 Resolve lint warnings 2019-08-28 01:10:27 +05:00
Adeel
be4a60ec88 Remove unused imports 2019-08-28 00:58:27 +05:00
Adeel
9e5ef5fba4 Inject WifiManager 2019-08-28 00:57:19 +05:00
Adeel
a0ed6c3cd0 Inject WifiHotspotManager in HotspotService 2019-08-28 00:29:44 +05:00
Adeel
6403832726 Add ServiceComponent, ServiceModule, ServiceScope
Inject dependencies in HotspotService
Inject dependencies in WebServerHelper
2019-08-28 00:18:41 +05:00
CheshtaK
83e32bdd99 removing text inconsistency 2019-08-27 23:24:42 +05:30
Adeel
992ce4ad03 Remove global selectedBooksPath 2019-08-27 21:07:47 +05:00
Adeel
6f13e64fee Make startForegroundNotificationHelper() private 2019-08-27 20:57:09 +05:00
Adeel
e283f6b7c1 Add documentation to toggleHotspot 2019-08-27 20:53:01 +05:00
Adeel
b2870ddc02 Add ACTION_TOGGLE_HOTSPOT 2019-08-27 20:49:42 +05:00
Adeel
ad2537e7b9 Refactor HotspotService 2019-08-27 19:56:40 +05:00
Adeel
d30db77363 Rename checkHotspotState() 2019-08-27 19:55:26 +05:00
Adeel
c1a59cb8c0 Inject LocationServicesHelper in ZimHostActivity
Inject LocationCallbacks in LocationServicesHelper
2019-08-27 19:44:51 +05:00
Seán Mac Gillicuddy
a8912c8230
Merge pull request #1368 from kiwix/feature/mhutti1/#735
#735 Fix and re-enable Stackoverflow ZIMs
2019-08-27 15:14:43 +01:00
Seán Mac Gillicuddy
2bd99738b4
Merge pull request #1404 from kiwix/hotfix/macgills/change-script-permissions
Update-index chmod=+x
2019-08-27 15:00:49 +01:00
Sean Mac Gillicuddy
fc0aa29dde Disable density splits 2019-08-27 14:33:47 +01:00
Adeel
33233b6ca5 Remove mobile data enabled check 2019-08-27 17:02:57 +05:00
Adeel
8a8c9f91ff Merge branch 'develop' into iadeelzafar/wifi-hotspot 2019-08-27 16:54:01 +05:00
Adeel
3d84589e64 Add StartHotspotManually in KiwixDialog
Add neutralMessage in KiwixDialog constructor
Refactor code in KiwixDialog, AlertDialogShower
2019-08-27 16:51:32 +05:00
Sean Mac Gillicuddy
dbf19bed22 Update-index chmod=+x 2019-08-27 12:30:15 +01:00
Sean Mac Gillicuddy
37aac9eade #948 refactor to kotlin 2019-08-26 17:11:48 +01:00
Sean Mac Gillicuddy
e6051c2e18 Merge remote-tracking branch 'origin/develop' into abdulwd/issue948 2019-08-26 17:10:51 +01:00
Adeel
7ea9ada728 Add ShowHotspotDetails in KiwixDialog 2019-08-26 18:02:42 +05:00
Kelson
00b522a550
Merge pull request #1402 from kiwix/more-badges
Add a few badges to the README.md
2019-08-26 14:59:07 +02:00