7778 Commits

Author SHA1 Message Date
MohitMaliFtechiz
2022884115 Fixed String extension function toUpperCase(local: Local) is deprecated 2023-06-08 15:45:45 +02:00
Kelson
b3e629d54f
Merge pull request #3397 from kiwix/Issue#3345
Fixes of deprecated methods in `NetworkTest`
2023-06-08 12:59:36 +02:00
MohitMaliFtechiz
dc494f5bd3 Removed deprecated ActivityTestRule and InstrumentationRegistry from NetworkTest class 2023-06-08 12:59:04 +02:00
Kelson
d828f5255b
Merge pull request #3399 from kiwix/update-3.7.1
Update 3.7.1
3.7.1
2023-06-06 09:43:22 +02:00
Emmanuel Engelhart
1cde78c398
New 3.7.1 changelog 2023-06-05 21:59:08 +02:00
Emmanuel Engelhart
a2d4b1f55c
Bump-up version to 3.7.1 2023-06-05 21:55:16 +02:00
Kelson
02e703ca37
Merge pull request #3396 from kiwix/Issue#3370
Fixed Invasive access photos and media permission request at start
2023-06-05 17:55:21 +02:00
MohitMaliFtechiz
035d56d152 Removed storage permission and improved zim file scanning for custom apps
* Removes the requirement for storage permission at app startup for downloading zim files.
* Improved scanning of zim file for custom apps.
2023-06-05 15:26:37 +05:30
MohitMaliFtechiz
3c510b60f3 Fixed Invasive access photos and media permission request at start 2023-06-05 11:34:00 +05:30
Kelson
7df79cdd46
Merge pull request #3366 from kiwix/Issue#3328
Fixed deprecated inline modifer
2023-06-05 05:43:16 +02:00
MohitMaliFtechiz
d1cfb48fbb Fixed deprecated inline modifer 2023-06-03 14:41:03 +02:00
Kelson
7a233e01c0
Merge pull request #3394 from kiwix/set_playstore_track_to_internal
Set playstore track from alpha to internal
2023-06-02 17:20:29 +02:00
Gouri Panda
50d0941fc3 Set playstore track from alpha to internal 2023-06-02 13:13:27 +02:00
Kelson
7b96241950
Merge pull request #3388 from kiwix/Issue#3385
Fixed Custom apps back button doesn't work from setting screen
2023-06-02 13:12:47 +02:00
MohitMaliFtechiz
43574fb3d5 Fixed Custom apps back button doesn't work from setting screen 2023-06-02 13:12:37 +02:00
Kelson
8e7df7921a
Merge pull request #3390 from kiwix/Issue#3389
Fixed notes are not saving in custom app
2023-06-02 11:28:07 +02:00
MohitMaliFtechiz
bc86ba4e91 Fixed notes are not saving in custom app 2023-06-01 16:57:21 +02:00
Kelson
8534b39dfc
Merge pull request #3391 from kiwix/Issue#3387
Better communication about min/max SDK/Android version supported
2023-06-01 16:57:00 +02:00
MohitMaliFtechiz
2e4bb76cec Fixes of Better communication about min/max SDK/Android version supported 2023-06-01 16:56:52 +02:00
Kelson
6e6746331f
Merge pull request #3384 from kiwix/Issue#3383
Fixed Application crashing while adding notes
2023-06-01 16:28:40 +02:00
MohitMaliFtechiz
50579cb109 Fixed Application crashing while adding notes 2023-06-01 07:43:08 +02:00
Kelson
3f86175a8b
Merge pull request #3372 from kiwix/Issue#3371
Fixed fullscreen feature is broken in custom app
2023-05-31 18:43:11 +03:00
MohitMaliFtechiz
ff96685f56 Fixed fullscreen feature is broken in custom app 2023-05-31 18:42:37 +03:00
Kelson
122038d50c
Merge pull request #3375 from kiwix/Issue#3374
Fixed Search edit text is not showing in custom apps
2023-05-31 18:42:19 +03:00
MohitMaliFtechiz
d672a5fe3b Fixed Search edit text is not showing in custom apps 2023-05-31 18:41:47 +03:00
Emmanuel Engelhart
21c5c556ec
Merge branch 'develop' for release 3.7.0 (attempt #1) 3.7.0 2023-05-29 16:14:53 +02:00
Kelson
8e4fd413ef
Merge pull request #3365 from kiwix/Issue#3364 2023-05-29 11:13:51 +03:00
MohitMaliFtechiz
020e167596 Removed version info publishing task from release CI 2023-05-29 12:38:42 +05:30
Kelson
50f40ccb33
Merge pull request #3305 from kiwix/Issue#3250
Fixed red effect while changing the tabs
2023-05-26 17:23:52 +03:00
MohitMaliFtechiz
8b629b6b91 Fixed strict mode policy violation while deleting files in library screen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
3d9bb3b47a Fixed strict mode violation while opening book from library screen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
ca54395513 Fixed Strict mode policy violation while clicking on storage inside setting screen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
17c5d8a3d0 Fixed Strict mode policy on settings fragment 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
37b4fab8a1 Fixed Strict mode policy warning on DowloadScreen 2023-05-26 17:23:24 +03:00
MohitMaliFtechiz
0a16f177a2 Fixed strict mode policy while changing tabs (Reader to Library, library to reader by clicking bottom navigation buttons) it also fixed the red effects while clicking on navigation items e.g bookmarks, history, notes, wifi hostspot, help 2023-05-26 17:23:24 +03:00
Kelson
2e749b41cd
Merge pull request #3358 from kiwix/Issue#3341
Fixed deprecated constructor of `FileObserver`
2023-05-26 17:20:39 +03:00
MohitMaliFtechiz
0ac73a9245 Fixed application crash on android 21
* FileObserver(File(path), Int) constructor is supported starting from Android 24. In versions prior to Android 24, this new constructor is not supported by the Android OS.
2023-05-26 17:20:11 +03:00
MohitMaliFtechiz
662f79b1d6 Fixed deprecated constructor of FileObserver 2023-05-26 17:20:11 +03:00
Kelson
cd0401947f
Merge pull request #3362 from kiwix/Issue#3361
Removing `QUERY_ALL_PACKAGES` permission
2023-05-26 16:26:01 +03:00
MohitMaliFtechiz
c2b7076363 Removed QUERY_ALL_PACKAGES permission 2023-05-26 16:25:51 +03:00
Kelson
e1f46f1a83
Merge pull request #3352 from kiwix/Issue#3337
Fixed deprecated resources.getColor(Int) method
2023-05-26 16:25:31 +03:00
MohitMaliFtechiz
d84cf37314 Fixed deprecated resources.getColor(Int) method 2023-05-26 16:25:20 +03:00
Kelson
0fb3d9a88b
Merge pull request #3311 from kiwix/Issue#3304
Fixed open ZIM-File on external USB-Stick in Android
2023-05-26 15:16:44 +03:00
MohitMaliFtechiz
59a8f72a6f Fixed open ZIM-File on external USB-Stick in Android 2023-05-26 15:16:11 +03:00
Kelson
d8d552c29f
Merge pull request #3310 from kiwix/Issue#3309
Fixed online content(Zim files) are removed if there is no internet connection
2023-05-26 10:39:17 +03:00
MohitMaliFtechiz
16b1ddfbce Fixed online content(Zim files) are removed if there is no internet connection 2023-05-26 10:38:43 +03:00
Kelson
ff11687496
Merge pull request #3360 from kiwix/Remove_package_permission
Removed package permission from core to app package
2023-05-25 23:12:40 +03:00
Gouri Panda
9b1894d825 Removed package permission from core to app package 2023-05-25 23:43:30 +05:30
Kelson
fb543ec2bf
Merge pull request #3327 from kiwix/Issue#3314
Fixed deprecated `exclude` method of `packagingOptions`
2023-05-25 18:13:48 +03:00
MohitMaliFtechiz
41ea7376c5 Replace deprecated exclude method with resources.excludes 2023-05-25 18:13:19 +03:00