MohitMaliFtechiz
04dbbfd48e
Removed deprecated requireFragmentManager() method
2023-06-16 13:48:19 +02:00
Kelson
1148c04ae6
Merge pull request #3381 from kiwix/Issue#3340
...
Fixes of local is deprecated
2023-06-14 14:36:19 +02:00
MohitMaliFtechiz
7bf7b2d5a7
Fixed local is deprecated
2023-06-14 13:50:12 +02:00
Kelson
77b3f41e2c
Merge pull request #3413 from shashank-0-0/fix-issue-3407
...
Fixed bottom view lost issue
2023-06-14 11:23:01 +02:00
Shashank
a6d9251c1d
minor fixes
2023-06-13 18:58:43 +05:30
Shashank
1163ad0a46
fixed-bottom-view-lost-issue
2023-06-13 18:58:43 +05:30
Kelson
d7ec0bc0e0
Merge pull request #3325 from kiwix/translatewiki
...
Localisation updates from https://translatewiki.net .
2023-06-13 15:25:14 +02:00
translatewiki.net
0b944184c7
Localisation updates from https://translatewiki.net .
2023-06-13 15:24:31 +02:00
Kelson
e0e8f23fba
Merge pull request #3357 from kiwix/Issue#3342
...
Fixed setting `android:extractNativeLibs=false` in manifest file is deprecated
2023-06-13 13:12:18 +02:00
MohitMaliFtechiz
f45816565e
Fixed setting android:extractNativeLibs=false in manifest file is deprecated
2023-06-13 13:11:55 +02:00
Kelson
8201581018
Merge pull request #3367 from kiwix/Issue#3335
...
Fixed default constructor for Handler is deprecated
2023-06-13 13:11:17 +02:00
MohitMaliFtechiz
cae2c2c5fe
Fixed default constructor for Handler is deprecated
2023-06-13 13:10:55 +02:00
Kelson
6c51871a13
Merge pull request #3382 from kiwix/Issue#3329
...
Fixes of WifiConfiguration is deprecated
2023-06-13 01:57:15 +02:00
MohitMaliFtechiz
0faeee0dae
Fixes of WifiConfiguration is deprecated
2023-06-13 01:57:04 +02:00
Kelson
da0ec81d30
Merge pull request #3368 from kiwix/Issue#3344
...
Fixed observe extension method, which is deprecated in newer kotlin version
2023-06-13 01:56:43 +02:00
MohitMaliFtechiz
75f19cdfca
Fixed observe extension method, which is deprecated in newer kotlin version
2023-06-13 01:56:30 +02:00
Kelson
639baa4336
Merge pull request #3378 from kiwix/Issue#3347
...
Fixes of getSerializable() method of Intent is deprecated in android 13
2023-06-13 01:55:25 +02:00
MohitMaliFtechiz
af67b0fc8c
Fixes of getSerializable() method of Intent is deprecated in android 13
2023-06-13 01:54:58 +02:00
Kelson
bd09334b4f
Merge pull request #3401 from kiwix/Issue#3333
...
Fixes of deprecated `startActivityForResult` method
2023-06-12 18:08:48 +02:00
MohitMaliFtechiz
515f1e9230
Refactored setActivityForResult method for selecting SD card folder
...
We have used deprecated method for selecting folder for SD card in OnlineLibraryFragment.kt, CorePrefsFragment.kt, now we are using `registerForActivityResult` method instead of deprecated method in both places.
2023-06-12 18:08:20 +02:00
MohitMaliFtechiz
421cc7d22d
Fixed deprecated startActivityForResult method in LocalLibraryFragment for selecting zim file from storage
2023-06-12 18:08:20 +02:00
MohitMaliFtechiz
8333b56b94
Refactored deprecated startActivityForResult in error activity
2023-06-12 18:08:20 +02:00
MohitMaliFtechiz
b8dec4932e
Fixed deprecated startActivityForResult method for enableLocationServices
2023-06-12 18:08:20 +02:00
Kelson
0d631d9d8f
Merge pull request #3373 from kiwix/Issue#3331
...
Fixed intent flag `FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET` is deprecated
2023-06-08 16:07:16 +02:00
MohitMaliFtechiz
186236f040
Fixed intent flag FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET is deprecated
2023-06-08 16:06:55 +02:00
Kelson
f5816e6a27
Merge pull request #3369 from kiwix/Issue#3346
...
Fixed deprecated screenshot class
2023-06-08 15:47:25 +02:00
MohitMaliFtechiz
554d6ac987
Fixed deprecated screenshot class
2023-06-08 15:47:13 +02:00
Kelson
386bc5462a
Merge pull request #3380 from kiwix/Issue#3379
...
Fixed String extension function toUpperCase(local: Local) is deprecated
2023-06-08 15:46:46 +02:00
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