2696 Commits

Author SHA1 Message Date
Aditya-Sood
821c148e2c Refactor: Fix more lint errors 2019-07-20 17:14:12 +05:30
Aditya-Sood
f8eda73ef9 Refactor: Fix some lint errors
- Use weak reference to LocalFileTransferActivity in async tasks to prevent leaks
- Add 'default' case in switch
2019-07-20 13:56:13 +05:30
Aditya-Sood
fb4c6f80c7 Restyle: Reformat code 2019-07-20 00:09:32 +05:30
Aditya-Sood
925c44b2c1 Refactor LocalFileTransferActivity 2019-07-20 00:07:53 +05:30
Seán Mac Gillicuddy
6aa5ac210f
Merge pull request #1115 from ShridharGoel/swipe-down
Swipe down on toolbar to open tabs switcher
2019-07-19 11:45:23 +01:00
Seán Mac Gillicuddy
9c1d36657a
Merge pull request #1299 from kiwix/readme-links-fix
Fix README links
2019-07-19 11:09:26 +01:00
Kelson
9d2a3fdaa7 Fix README links 2019-07-19 12:03:05 +02:00
Sean Mac Gillicuddy
0125bc1c75 #1297 Read VersionCode from Manifest 2019-07-19 10:51:23 +01:00
Sean Mac Gillicuddy
28b7a2d756 #1295 Make FileSearch recursive 2019-07-19 09:44:21 +01:00
Aditya-Sood
de956fc663 Refactor: Replace string
Replace storage permission rationale string with an existing one
2019-07-19 01:16:04 +05:30
Aditya-Sood
17d424803b Refactor: Code cleanup + Butterknife
- Code cleanup post shifting of TransferProgressFragment functionality
- Use Butterknife for peer-devices list's onItemClickListener()
2019-07-19 00:49:28 +05:30
Aditya-Sood
5ef495d792 Refactor: (Major) Shift TransferProgressFragment functionality to LocalFileTransferActivity 2019-07-18 20:18:50 +05:30
Sean Mac Gillicuddy
d87037acdb #1292 fix lint errors 2019-07-18 13:42:18 +01:00
Sean Mac Gillicuddy
3dfe0e9573 #1292 test sideeffect 2019-07-18 13:42:03 +01:00
Sean Mac Gillicuddy
8fdf980b74 #1292 fix selection bug in multi selection 2019-07-18 13:05:41 +01:00
Sean Mac Gillicuddy
97edd97d25 #1292 Rewrite of LanguageActivity 2019-07-18 12:51:01 +01:00
Aditya-Sood
5515715ec3 Refactor: Remove extra files and commented code 2019-07-18 16:01:43 +05:30
Aditya-Sood
e7bc597a78 Refactor: (Major) Shift DeviceListFragment functionality to LocalFileTransferActivity 2019-07-18 15:44:32 +05:30
Aditya-Sood
c667315a97 Refactor: (Major) Add WifiDirectManager
Shift the code related to the Wifi-P2p API to WifiDirectManager from LocalFileTransferActivity
2019-07-17 23:25:20 +05:30
Aditya-Sood
e18dc725b8 Refactor: Flatten DeviceListFragment's view hierarchy 2019-07-17 14:50:03 +05:30
Aditya-Sood
57e3aa0182 Restyle: Applied project code style to entire local_file_transfer sub-package 2019-07-17 13:14:38 +05:30
Aditya-Sood
d4ffe18ad8 Refactor: Shift cancelAsyncTasks() to onDestroy() 2019-07-17 13:09:49 +05:30
Aditya-Sood
9a2bee7732 Refactor: String constant and additional toast 2019-07-17 12:48:45 +05:30
Aditya-Sood
73268cfb5b Increment: Cancel all async-tasks when closing LocalFileTransferActivity 2019-07-17 12:43:24 +05:30
macgills
6ed73447c1
Merge pull request #1287 from kiwix/feature/macgills/update-docs
Update commitstyle and contributing
2019-07-16 14:58:20 +01:00
macgills
0ebd592d6f
Merge pull request #1284 from kiwix/feature/jhbiggs/#973-bottom-toolbar
Feature/jhbiggs/#973 bottom toolbar
2019-07-16 14:19:04 +01:00
Sean Mac Gillicuddy
1f7b615bff #973 remove extra transaltions 2019-07-16 12:19:14 +01:00
macgills
dc267d25e4
Merge pull request #1291 from jhbiggs/develop
Develop: delete unused strings per @macgills's suggestions
2019-07-16 10:26:18 +01:00
Justin Biggs
edab6bc26a
Merge pull request #3 from jhbiggs/master
other changes already added, plus my final change deleting unused strings
2019-07-15 10:55:10 -05:00
Justin Biggs
3b0e76550d delete unused strings per @macgills suggestion 2019-07-15 08:43:16 -07:00
Aditya-Sood
3198753d3d Restyle: Shifted peer device names to the middle
Also added hints for layout readability
2019-07-15 17:05:25 +05:30
Aditya-Sood
b4183a9b86 Refactor: Remove some toasts from the UX 2019-07-15 16:47:41 +05:30
Aditya-Sood
79e6078ef9 Refactor: Remove 'device status' from the UI 2019-07-15 15:58:17 +05:30
macgills
5641a54176
Merge pull request #1281 from kiwix/feature/macgills/#1258-leakcanary-ci
#1258 upgrade leakcanary to 2.0 and fix strict mode issues
2019-07-15 11:17:18 +01:00
Aditya-Sood
531b184810 Refactor: Remove strings related to peer discovery and permissions 2019-07-15 14:50:36 +05:30
Sean Mac Gillicuddy
9f1149b507 Merge remote-tracking branch 'origin/develop' into feature/macgills/#1258-leakcanary-ci
# Conflicts:
#	app/build.gradle
2019-07-15 09:50:54 +01:00
macgills
38009d63d1
Merge pull request #1280 from kiwix/feature/macgills/#1279-android-storage-devices
#1279 add android storage devices, fix resource leak, visibility issu…
2019-07-15 09:46:28 +01:00
Aditya-Sood
eca3cfc327 Remove: CancelSearch option
The option added confusion considering there's already a cross icon to close the activity, which also handles the disconnection.
2019-07-13 17:40:19 +05:30
Aditya-Sood
fc814159e7 Refactor: Use static factory method for TransferProgressFragment 2019-07-13 17:12:58 +05:30
Aditya-Sood
ab9f9368f3 Refactor PeerGroupHandshakeAsyncTask 2019-07-13 00:24:41 +05:30
Aditya-Sood
59bb020e91 Refactor SenderDeviceAsyncTask 2019-07-12 22:20:44 +05:30
Aditya-Sood
544fcd2215 Refactor: Use AlertDialogShower for all AlertDialogs 2019-07-12 21:22:32 +05:30
Aditya-Sood
0836b87055 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into feature/LocalFileTransfer 2019-07-12 19:05:19 +05:30
Sean Mac Gillicuddy
02bfae7067 Update commitstyle and contributing 2019-07-12 14:28:27 +01:00
Sean Mac Gillicuddy
b61f5913b5 #1258 reorder travis command 2019-07-12 14:22:09 +01:00
Kelson
f84684d2b2
Merge pull request #1286 from kiwix/feature/macgills/#1214-chmod-ssh-key
#1214 Change mode of ssh key
2019-07-12 14:09:55 +02:00
Aditya-Sood
37c1857f18 Refactor: Shift DialogFragment classes to separate files 2019-07-12 17:25:24 +05:30
Sean Mac Gillicuddy
5607102456 #1214 Change mode of ssh key 2019-07-12 12:32:12 +01:00
Sean Mac Gillicuddy
1ee18f4eb4 #1258 inject test schedulers 2019-07-12 11:58:28 +01:00
Sean Mac Gillicuddy
3ab77f5ccd Merge branch 'develop' into feature/macgills/#1258-leakcanary-ci
# Conflicts:
#	app/build.gradle
2019-07-12 11:26:31 +01:00