Sean Mac Gillicuddy
|
8f45476f08
|
lint fix
|
2020-11-02 07:45:00 +00:00 |
|
gouri-panda
|
765b69a714
|
#2418 resolve conflicts
|
2020-10-31 14:51:02 +05:30 |
|
gouri-panda
|
a261450d9d
|
#2418 lint fixed by deketBaseline
|
2020-10-31 14:37:14 +05:30 |
|
gouri-panda
|
2c001fa872
|
#2418 lint fixed
|
2020-10-31 14:26:08 +05:30 |
|
gouri-panda
|
d9e60617f3
|
#2418 formated again
|
2020-10-31 14:12:25 +05:30 |
|
gouri-panda
|
5fa1e193dd
|
#2418 removed bang operator and formated code
|
2020-10-31 14:06:00 +05:30 |
|
gouri-panda
|
1b2b257afc
|
#2418 formated code and changed sharedpref of kiwixwebview to open
|
2020-10-31 13:55:22 +05:30 |
|
gouri-panda
|
5b4daab0d6
|
converted ToolbarScrollingKiwixWebView to kotlin
|
2020-10-31 13:51:58 +05:30 |
|
translatewiki.net
|
3613e3da83
|
Localisation updates from https://translatewiki.net.
|
2020-10-29 13:19:57 +01:00 |
|
Abdul Wadood
|
0cbbc16709
|
Remove DownloadIntent.java
It's not being used anywhere.
|
2020-10-24 21:51:15 +05:30 |
|
Sean Mac Gillicuddy
|
b0defbdfbc
|
Merge remote-tracking branch 'origin/develop' into feature/service-workers
|
2020-10-23 11:20:43 +01:00 |
|
Sean Mac Gillicuddy
|
c2fe662462
|
lint fix
|
2020-10-23 09:18:44 +01:00 |
|
Abdul Wadood
|
f5a734f97c
|
Remove unnecessary parentheses from when
|
2020-10-22 17:08:35 +05:30 |
|
Abdul Wadood
|
709614d776
|
Remove unnecessary parentheses
|
2020-10-22 16:49:32 +05:30 |
|
Abdul Wadood
|
9f00d4e152
|
Replace apply with let
|
2020-10-22 16:45:42 +05:30 |
|
translatewiki.net
|
6819a4de91
|
Localisation updates from https://translatewiki.net.
|
2020-10-22 13:02:28 +02:00 |
|
Abdul Wadood
|
a02fb0f4dd
|
Remove braces from when clause
|
2020-10-22 16:21:03 +05:30 |
|
Abdul Wadood
|
bc6f59196e
|
Inline val result
|
2020-10-22 15:52:01 +05:30 |
|
Abdul Wadood
|
6618309f88
|
Replace for loop with firstOrNull
|
2020-10-22 15:43:16 +05:30 |
|
Abdul Wadood
|
7770d6a6ae
|
Use requireNotNull to raise exception
Rename find to textToFind and clean up code
|
2020-10-22 15:15:32 +05:30 |
|
Seán Mac Gillicuddy
|
ce242960b3
|
Merge pull request #2453 from kiwix/feature/macgills/2310-target-29
#2310 Target Android 29 before November
|
2020-10-22 09:55:58 +01:00 |
|
Seán Mac Gillicuddy
|
9c3394da14
|
Merge pull request #2450 from s-ayush2903/fix/s-ayush2903/2448-read-aloud-doesn't-work-in-background
fix: Set the tts working in background as well
|
2020-10-22 09:53:36 +01:00 |
|
Abdul Wadood
|
8fa8f40c83
|
Move field initialization outside the init block
|
2020-10-22 14:22:23 +05:30 |
|
Abdul Wadood
|
6025aab5fc
|
Merge branch 'develop' into feature/abdulwd/1826-kotlin-convert-compatfindactionmodecallback
|
2020-10-22 14:17:40 +05:30 |
|
Seán Mac Gillicuddy
|
dd387e2e8f
|
Merge pull request #2452 from kiwix/feature/abdulwd/2402-convert-kotlin-tabsadapter
Covert TabsAdapter.java to Kotlin
|
2020-10-22 09:13:41 +01:00 |
|
Abdul Wadood
|
234c569cbf
|
Covert CompatFindActionModeCallback.java to Kotlin
|
2020-10-22 11:16:45 +05:30 |
|
Abdul Wadood
|
5528a00ba3
|
Assign view ids from ids.xml
instead of using hardcoded ids for views
|
2020-10-21 16:55:58 +05:30 |
|
Abdul Wadood
|
7bb8a944e6
|
Use apply and code cleanup
|
2020-10-21 16:16:36 +05:30 |
|
Sean Mac Gillicuddy
|
617365a865
|
#2310 Target Android 29 before November - fix unit tests
|
2020-10-21 11:04:28 +01:00 |
|
Abdul Wadood
|
ac979a2534
|
Move init block to top
Use setImageDrawableCompat to set drawable
|
2020-10-21 15:33:51 +05:30 |
|
Seán Mac Gillicuddy
|
ddb883a293
|
Merge pull request #2451 from kiwix/feature/abdulwd/2400-convert-kotlin-onswipetouchlistener
Covert OnSwipeTouchListener.java to Kotlin
|
2020-10-21 10:29:15 +01:00 |
|
Seán Mac Gillicuddy
|
a3346c7d0f
|
Merge pull request #2440 from s-ayush2903/fix/s-ayush2903/#2258-DiagnosticReport-Integrity-is-not-Secured
fix: Appended Device Details in the logs file as well
|
2020-10-21 09:59:36 +01:00 |
|
Abdul Wadood
|
fdd9566ac8
|
Move init block to top
Get rid of result var
|
2020-10-21 14:28:49 +05:30 |
|
s-ayush2903
|
c752014a08
|
Set the everything working and eliminated all crashes, only design is to be considered now
|
2020-10-21 10:26:54 +05:30 |
|
Abdul Wadood
|
8aa2b2bc7e
|
Covert TabsAdapter.java to Kotlin
|
2020-10-20 22:50:24 +05:30 |
|
Abdul Wadood
|
d3190170f9
|
Covert OnSwipeTouchListener.java to Kotlin
|
2020-10-20 22:21:04 +05:30 |
|
Sean Mac Gillicuddy
|
3e67f68512
|
Merge remote-tracking branch 'origin/develop' into feature/macgills/2310-target-29
|
2020-10-20 11:01:09 +01:00 |
|
s-ayush2903
|
b0c3133539
|
Fix:#2448-Set the tts working in background as well
|
2020-10-20 15:04:02 +05:30 |
|
Sean Mac Gillicuddy
|
d24fc1ce21
|
fix lint
|
2020-10-20 09:33:40 +01:00 |
|
translatewiki.net
|
fdbbb1b171
|
Localisation updates from https://translatewiki.net.
|
2020-10-19 15:15:48 +02:00 |
|
s-ayush2903
|
182a2bccce
|
Fix #2258: Appended mail body in the logs file as well
|
2020-10-16 15:45:50 +05:30 |
|
lonewolf
|
57ea773b1c
|
#2439 added tools attribute to each fragment of kiwix_nav_graph.xml
|
2020-10-15 14:44:25 +05:30 |
|
Seán Mac Gillicuddy
|
1d82cd1a76
|
Merge pull request #2427 from s-ayush2903/feature/s-ayush2903/#2257-storage-selector-is-not-user-friendly
style: Added RadioButtons in storageSelectDialog
|
2020-10-14 12:25:00 +01:00 |
|
s-ayush2903
|
e5e16a49fd
|
Removed useless lambda
|
2020-10-14 16:10:49 +05:30 |
|
s-ayush2903
|
743ba2ce39
|
Set the RadioButtons working and made the dialog haptic
|
2020-10-14 16:05:42 +05:30 |
|
Seán Mac Gillicuddy
|
bfbcfb9e0b
|
Merge pull request #2436 from gouri-panda/Feature/gouri-panda/#2430_memory_leak_in_kiwixReaderFragment
Feature/gouri-panda/#2430_memory_leak_in_kiwixReaderFragment
|
2020-10-14 08:58:03 +01:00 |
|
s-ayush2903
|
74798d237f
|
Eliminated Conflicts
|
2020-10-14 02:11:00 +05:30 |
|
gouri-panda
|
dc4fa6a501
|
#2430 fixed memory leak
|
2020-10-13 22:47:04 +05:30 |
|
Seán Mac Gillicuddy
|
7273da100b
|
Merge pull request #2432 from gouri-panda/Feature/gouri-panda/2292_zimHostFragment_not_requesting_location_permission_on_android_10
Feature/gouri-panda/2292 zim host fragment not requesting location permission on android 10
|
2020-10-13 11:23:34 +01:00 |
|
Sean Mac Gillicuddy
|
4cd790d3b7
|
lint fix
|
2020-10-13 09:22:16 +01:00 |
|