2479 Commits

Author SHA1 Message Date
Gouri Panda
74e7212067 #2821 added null check 2022-05-12 20:26:11 +05:30
Gouri Panda
a6b6305762 #2817 Migrated Barista from jcenter to maven, updated Barista version and refactored package name 2022-05-11 19:22:17 +05:30
Gouri Panda
a50aebf7da
added some test cases and refactored old test 2022-05-11 09:34:23 +02:00
MohitMali
22f3145b8f
MimeTypeTest fail condition added 2022-05-11 09:34:23 +02:00
MohitMali
019bfea06c
MimeTypeTest added 2022-05-11 09:34:23 +02:00
MohitMali
9a7e16e734 Reviewed changes done 2022-05-05 13:02:25 +05:30
MohitMali
871cefad3f Rebase all changes in once commit 2022-05-05 11:59:13 +05:30
gouri-panda
f70d0faddc Resolved conflict 2022-04-30 06:49:30 +05:30
gouri-panda
890ccab192
Merge pull request #2801 from gouri-panda/Fixes#2741_update_intro_fragment_test
Pass test for Android 21 in IntroFragment
2022-04-30 06:31:13 +05:30
MohitMali
2ed2843540
Changes after review 2022-04-29 19:19:29 +02:00
MohitMali
919f23cefb
changes after review 2022-04-29 19:19:29 +02:00
MohitMali
53af13291c
Add dialog for external storage work 2022-04-29 19:19:29 +02:00
MohitMali
16f3dd2e64
a) Directory changed from app specific to public now its sharable. b) Library androidx document addition c) this resolve issue file deleting after uninstall the app d) this also resolve bug related to zim file not able to load from app specific folder in android 10 and above. 2022-04-29 19:19:29 +02:00
MohitMali
4093669143 remove translate 2022-04-26 15:11:43 +05:30
MohitMali
ebe8641ec7 seperate two method and chaning name 2022-04-26 15:11:33 +05:30
MohitMali
bcd49946fa fixing merging issue 2022-04-26 15:11:22 +05:30
MohitMali
3a80d0699d Changes after review 2022-04-26 14:58:31 +05:30
MohitMali
578f3467ce Changes after review 2022-04-26 14:58:22 +05:30
MohitMali
b305ef0905 Changes after review 2022-04-26 14:58:12 +05:30
MohitMali
5630f96951 File picker added 2022-04-26 14:58:01 +05:30
Gouri Panda
b9f9667fad lint fix 2022-04-21 05:16:27 +05:30
Gouri Panda
749dcf2031 bug fix and refactored some test 2022-04-21 04:54:00 +05:30
translatewiki.net
47e89ade6b
Localisation updates from https://translatewiki.net. 2022-04-20 14:38:07 +02:00
Gouri Panda
f1dbecf671 replace conentDescription with viewId 2022-04-06 08:34:36 +05:30
Gouri Panda
6f3b8c32d4 fix some test 2022-04-06 00:24:26 +05:30
Gouri Panda
6278382d3c updated time out period in test for searching view 2022-04-06 00:23:40 +05:30
Emmanuel Engelhart
21da4edaaf
Bump-up version to 3.4.5 2022-01-30 16:35:45 +01:00
translatewiki.net
9789f4c91e Localisation updates from https://translatewiki.net. 2022-01-27 13:05:43 +01:00
Kelson
458e2e5f73
Merge pull request #2743 from jhbiggs/#2728-update-launcher-shortcut
#2728 updated launcher long-press icon options to remove dead-end zim…
2022-01-03 21:43:01 +01:00
Justin Biggs
6f185174c2 #2728 launch downloads fragment from launcher shortcut "get content" 2021-12-26 11:49:00 -06:00
Justin Biggs
64c32afc74
Merge branch 'kiwix:develop' into #2728-update-launcher-shortcut 2021-12-26 11:32:36 -06:00
cdhiraj40
1719b1596e added closeKeyboard when clicked on menu buttons 2021-12-23 23:32:32 +05:30
cdhiraj40
7da0156b20 added closeKeyboard when clicked on menu buttons 2021-12-13 23:09:25 +05:30
Kelson
c025dbb965
Merge pull request #2720 from cdhiraj40/issue#2719 2021-12-08 06:11:54 +01:00
Justin Biggs
a8858ed476 Launcher menu option launches main activity. 2021-11-29 19:34:00 -06:00
Justin Biggs
215b7f4b4c Launcher menu option launches main activity. 2021-11-29 19:28:10 -06:00
Justin Biggs
9eca3a299c #2728 updated launcher long-press icon options to remove dead-end zim manager option. 2021-11-27 11:39:13 -06:00
cdhiraj40
815cf6184f added proper icon to onboarding screen 2021-11-25 23:16:11 +05:30
Dhiraj Chauhan
aeeb5278cf
Merge branch 'kiwix:develop' into issue#2719 2021-11-25 18:34:23 +05:30
cdhiraj40
314ff6f8dc kiwix#2719 converted matcher.java to matcher.kt
#issue#2719 proper file formating
2021-11-25 18:26:57 +05:30
Aditya Arora
6680c09497
#2721 launch screen icon updated (#2724)
* #2721 launch screen icon updated

* made the required changes

* suppressed lint error

* testing launch screen for API 23 and lower
2021-11-23 06:44:38 +01:00
Kelson
e1011c5e00
Merge pull request #2735 from kiwix/#2732_refactor_all_files_access_permission_code_to_app_module 2021-11-23 06:39:13 +01:00
cdhiraj40
951a073678 kiwix#2717 requested changes done 2021-11-20 19:28:17 +05:30
cdhiraj40
0e8b74d8bc #2717 removed requireFragmentManager() 2021-11-18 14:34:45 +05:30
cdhiraj40
662fde559c kiwix#2717 added addOnScrollListener to hide keyboard in PageFragment.kt and onlineLibraryFragment.kt 2021-11-18 12:43:58 +05:30
Gouri Panda
506b1243c9 formated code 2021-11-10 17:24:14 +05:30
Gouri Panda
6e885f7556 #2732 refactored all files access permission code to app module and bug fixed in custom app showing unneceesary permission 2021-11-10 17:04:07 +05:30
Gouri Panda
da593268a3 added MANAGE_EXTERNAL_STORAGE permission 2021-10-30 10:30:31 +02:00
cdhiraj40
e1ef66e9c5 #2717 converted Matcher.java to Kotlin 2021-10-20 16:39:10 +05:30
Gouri Panda
fdafc1757d fixes #2704 play store language issues 2021-09-12 16:01:58 +05:30