Aditya-Sood
|
709e043f68
|
Refactor: Restructure LocalFileTransferActivity
Shifted remaining P2P API callbacks and related methods to WifiDirectManager
|
2019-07-20 22:02:05 +05:30 |
|
Aditya-Sood
|
8ec675efdd
|
Increment: Add Night Mode support
|
2019-07-20 21:21:12 +05:30 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Aditya-Sood
|
531b184810
|
Refactor: Remove strings related to peer discovery and permissions
|
2019-07-15 14:50:36 +05:30 |
|
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 |
|
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 |
|
Aditya-Sood
|
81f3e60e0c
|
Refactor: Use ContextCompat.checkSelfPermission()
|
2019-07-12 15:29:06 +05:30 |
|
Aditya-Sood
|
52f8ae5771
|
Refactor: Remove unnecessary use of context in FileListAdapter
|
2019-07-12 14:39:00 +05:30 |
|
macgills
|
f25d26439c
|
Merge pull request #1285 from kiwix/feature/macgills/#1278-show-name-of-deletion
Feature/macgills/#1278 show name of deletion
|
2019-07-12 09:25:00 +01:00 |
|
Aditya-Sood
|
0a08d12798
|
Refactor: Use templates instead of compound strings
|
2019-07-12 13:35:23 +05:30 |
|
Aditya-Sood
|
6e41f19cda
|
Merge branch 'develop' into feature/LocalFileTransfer
|
2019-07-12 12:53:41 +05:30 |
|
Aditya-Sood
|
db94a372b7
|
Refactor: Shift fixing of screen orientation to manifest
|
2019-07-12 00:11:11 +05:30 |
|
Aditya-Sood
|
c6de4045c8
|
Refactor: Minor one-line changes
|
2019-07-11 23:50:51 +05:30 |
|
Aditya-Sood
|
0c14330003
|
Increment: Use type-annotation for file status constants
|
2019-07-11 21:59:07 +05:30 |
|
Sean Mac Gillicuddy
|
150ab070a3
|
#1278 remove unused resources
|
2019-07-11 14:57:33 +01:00 |
|
Sean Mac Gillicuddy
|
c43109360e
|
#1278 Add interface for supplying body format args
|
2019-07-11 14:57:09 +01:00 |
|
macgills
|
626e38bf35
|
Merge pull request #1283 from kiwix/feature/macgills/multiline-deploy-scripts-invalid
Chain deploy commands with && as Multinline is illegal syntax
|
2019-07-11 13:17:51 +01:00 |
|
Sean Mac Gillicuddy
|
cc55960fa7
|
Chain deploy commands with && as Multinline is illegal syntax
|
2019-07-11 12:38:08 +01:00 |
|
Aditya-Sood
|
1e74176c85
|
Refactor: Shift WifiPeerListAdapter to separate file
|
2019-07-11 16:28:51 +05:30 |
|
macgills
|
f06623b72c
|
Merge pull request #1268 from kiwix/macgills/feature/#1260-illegal-argument-exception-file-utils
#1260 convert fileUtils to kotlin and prevent crash by checking the c…
|
2019-07-11 11:27:27 +01:00 |
|
Aditya-Sood
|
28840898e0
|
Refactor: Use ButterKnife
|
2019-07-11 15:47:30 +05:30 |
|
Sean Mac Gillicuddy
|
c094fe125d
|
Merge remote-tracking branch 'origin/develop' into macgills/feature/#1260-illegal-argument-exception-file-utils
# Conflicts:
# app/build.gradle
|
2019-07-11 09:50:30 +01:00 |
|
macgills
|
b38a387307
|
Merge pull request #1264 from kiwix/new-translations
New translations for the UI
|
2019-07-11 09:45:27 +01:00 |
|
Aditya-Sood
|
241e2f16fa
|
Restyle: Resolved some lint errors
|
2019-07-11 11:31:34 +05:30 |
|
Sean Mac Gillicuddy
|
b856018a56
|
Merge remote-tracking branch 'origin/develop' into macgills/feature/#1260-illegal-argument-exception-file-utils
|
2019-07-10 16:41:06 +01:00 |
|
macgills
|
7c24a0e803
|
Merge pull request #1282 from kiwix/feature/macgills/fail-fast-instrumentation
Move Instrumentation first and use TestOrchestrator to minimise memor…
|
2019-07-10 16:39:07 +01:00 |
|