5716 Commits

Author SHA1 Message Date
gouri-panda
5b4daab0d6 converted ToolbarScrollingKiwixWebView to kotlin 2020-10-31 13:51:58 +05:30
gouri-panda
ec1c2f3160 #2463 bug fixed 2020-10-30 21:32:39 +05:30
Kelson
7fef1d34c3
Merge pull request #2457 from kiwix/feature/abdulwd/2456-remove-downloadintent
Remove DownloadIntent.java
2020-10-30 15:46:15 +01:00
s-ayush2903
fc799eb1fc
Subtle Refactors 2020-10-29 20:52:57 +05:30
translatewiki.net
3613e3da83 Localisation updates from https://translatewiki.net. 2020-10-29 13:19:57 +01:00
s-ayush2903
aa3b6f8e9e
Made Reliable Assertion on LibraryScreen and added few Robots
Added Robots for LZimHost, Reader and Bookmarks
2020-10-29 15:44:13 +05:30
s-ayush2903
788ddc93f9
Used Entirely Robots only in KiwixMainRobot 2020-10-29 06:29:07 +05:30
s-ayush2903
7d39bbc6ff
Removed Sandboxed robot 2020-10-29 06:12:28 +05:30
s-ayush2903
8a50f9c793
Code Cleanup 2020-10-29 06:10:59 +05:30
s-ayush2903
45f050475c
Added More Robots following package heirarchy 2020-10-29 06:08:04 +05:30
Abdul Wadood
0cbbc16709 Remove DownloadIntent.java
It's not being used anywhere.
2020-10-24 21:51:15 +05:30
Seán Mac Gillicuddy
ce3d7156af
Merge pull request #2455 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-10-23 10:52:52 +01:00
s-ayush2903
82e5fa2ada
Cleaned structure a bit 2020-10-23 14:37:15 +05:30
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
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
e76c05f34a #2310 Target Android 29 before November - make localfiletransfer compatible with android 10 - general cleanup 2020-10-20 12:45:04 +01:00
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
Seán Mac Gillicuddy
4566043a49
Merge pull request #2449 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-10-20 10:25:29 +01:00
s-ayush2903
9433963c11
Modified test structure a bit 2020-10-20 14:44:57 +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
3048e62294
Set a 'workaround' for History and Bookmarks Screen 2020-10-19 06:18:40 +05:30
s-ayush2903
682add6c05
Added Sub-Robots for Library and Download Screens 2020-10-18 21:49:56 +05:30
s-ayush2903
182a2bccce
Fix #2258: Appended mail body in the logs file as well 2020-10-16 15:45:50 +05:30
Seán Mac Gillicuddy
5884ac729e
Merge pull request #2443 from Dalakoti07/kiwix-nav-graph-display-layout
Kiwix nav graph display layout
2020-10-16 09:14:02 +01:00
s-ayush2903
a852dd384e
Fixed Codefactor Issue 2020-10-16 11:50:47 +05:30
s-ayush2903
540cf226e7
Eradicated Barista Entirely from potential KiwixMainActivityTest 2020-10-16 11:50:46 +05:30