8300 Commits

Author SHA1 Message Date
CalebK
08bbdf0585 fix linting 2024-12-08 08:44:57 +01:00
CalebK
2168f9dcd6 linting 2024-12-08 08:44:57 +01:00
CalebK
de5e2b7071 revert .idea 2024-12-08 08:44:57 +01:00
CalebK
cd442c37d9 updated storage extension 2024-12-08 08:44:57 +01:00
CalebK
d9cba86579 Fix failing tests 2024-12-08 08:44:57 +01:00
CalebK
cff3901491 move total space to IO Thread 2024-12-08 08:44:57 +01:00
Kelson
154389f459
Merge pull request #4118 from kiwix/Fixes#4113
Fixed: Impossible to download full Wikipedia in English.
2024-12-08 08:44:18 +01:00
MohitMaliFtechiz
ab2295be68 Fixed: The download progress sometimes stopped when resuming a download, as the Download Manager took some time to update the status. Meanwhile, the foreground service stopped due to no active downloads being detected. This issue has been resolved to ensure proper tracking of active download progress. 2024-12-04 17:07:31 +05:30
MohitMaliFtechiz
d7bcad5656 Fixed: Download progress not updating for large files (>2GB), showing "In Progress" indefinitely. 2024-12-04 12:51:49 +05:30
MohitMaliFtechiz
c136380945 Fixed: Impossible to download full Wikipedia in English.
* Updating the UI correctly when there is some error while creating the kiwixService(Specially when failed to connect with the server).
* Minor improvement in showing right drawer.
2024-12-01 16:21:51 +05:30
Kelson
116180e6f0
Merge pull request #4117 from kiwix/Fixes#4112
Fixed: Virtual keyboard reset the search (in library).
2024-11-28 20:43:02 +01:00
MohitMaliFtechiz
2912bc92a2 Fixed: Virtual keyboard resetting the search in the library.
* The issue was with android 14 device, it is working fine in below devices.
* Improved the back press handling in CoreMainActivity using the latest onBackPressedDispatcher API, ensuring proper functionality on Android 14 and above.
* Enhanced the back press behavior in OnlineLibraryFragment while searching for ZIM files, so the SearchView does not close immediately when the user presses the back button to simply dismiss the keyboard.
2024-11-28 23:02:43 +05:30
Kelson
2cd2e15365
Merge pull request #4110 from kiwix/minor_improvement_in_download
Minor improvement in downloading functionality.
3.12.0
2024-11-27 11:59:22 +01:00
MohitMaliFtechiz
49fb4ca5d4 Minor improvement in downloading functionality.
* When the internet connection is turned off and then turned on back, the download progress is now properly tracked while the application is in the foreground. Tracking progress is working fine with this scenario when the application is closed.
2024-11-27 15:28:07 +05:30
Kelson
15081caab3
Merge pull request #4109 from kiwix/minor_update_in_changelog_for_milestone_3.12.0
Minor fixes are added in the `CHANGELOG` file for milestone `3.12.0`.
2024-11-27 07:01:49 +01:00
MohitMaliFtechiz
837069b7cc Minor fixes are added in the CHANGELOG file for milestone 3.12.0. 2024-11-27 11:07:28 +05:30
Kelson
2fda182251
Merge pull request #4107 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2024-11-26 18:09:09 +01:00
translatewiki.net
7dae5307e0 Localisation updates from https://translatewiki.net. 2024-11-26 18:08:55 +01:00
Kelson
308fe39d8c
Merge pull request #4108 from kiwix/Fixes#4106
Fixed: Download notification was disappearing when the application is in background.
2024-11-26 18:07:07 +01:00
MohitMaliFtechiz
05891eba03 Fixed: CustomDownloadFragment was not showing if there is no ZIM file available in custom apps. 2024-11-26 21:14:19 +05:30
MohitMaliFtechiz
933658c10c Improved method naming. 2024-11-26 20:14:16 +05:30
MohitMaliFtechiz
da9528b8ff Fixed: the download notification controls was not working.
* Refactored/cleanup code.
* Added foreground permission in core module so that it can be used in both modules.
2024-11-26 19:43:16 +05:30
MohitMaliFtechiz
1f62caebbe Fixed: Download notification was disappearing when the application is in background. 2024-11-25 20:48:27 +05:30
Kelson
fff3c3ec22
Merge pull request #4105 from kiwix/Fixes#4104
Fixed: Sometimes application crashes due to a native crash when we frequently load the ZIM files in the reader.
2024-11-22 17:06:28 +01:00
MohitMaliFtechiz
c86c156345 Fixed: Sometimes application crashes due to a native crash when we frequently load the ZIM files in the reader. 2024-11-22 18:48:49 +05:30
Kelson
3305a26e81
Merge pull request #4050 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2024-11-21 13:29:06 +01:00
translatewiki.net
54201197de
Localisation updates from https://translatewiki.net. 2024-11-21 13:06:28 +01:00
Kelson
624a3ea6ac
Merge pull request #4102 from kiwix/update_changelog_file_for_3.12.0
Updated `CHANGELOG` file to show the changes made in milestone `3.12.0`.
2024-11-21 12:34:07 +01:00
MohitMaliFtechiz
a1d3fc422d Updated CHANGELOG file to show the changes made in milestone 3.12.0 2024-11-21 15:38:38 +05:30
Kelson
a8ca51efbb
Merge pull request #4100 from kiwix/Fixes#4099
Added IzzyOnDroid badge and link in README file instead of F-droid badge and link.
2024-11-21 10:25:20 +01:00
MohitMaliFtechiz
bf84774ba9 Added IzzyOnDroid badge and link in README file instead of F-droid badge and link 2024-11-21 10:25:08 +01:00
Kelson
de4ed3d4a9
Merge pull request #4101 from kiwix/upgrade_kiwix_version_to_3.12.0
Upgraded the kiwix version to `3.12.0`
2024-11-21 10:20:28 +01:00
MohitMaliFtechiz
1904b91da0 Upgraded the kiwix version to 3.12.0 2024-11-21 12:23:49 +05:30
Kelson
04bf549fea
Merge pull request #4054 from kiwix/upload_artifact_in_existing_release
Fixed: APK files missing at releases since v3.8.1
2024-11-20 19:15:32 +01:00
MohitMaliFtechiz
6ecbec0057 Fixed: APK files missing at releases since v3.8.1 2024-11-20 19:15:20 +01:00
Kelson
ef3a0063cb
Merge pull request #4096 from kiwix/Fixes#4095
Fixed: `Send diagnostic` report does not attach the device logs in `Google Pixel 7a`.
2024-11-20 19:03:09 +01:00
MohitMaliFtechiz
302bdc35e7 Fixed static analysis failure 2024-11-20 18:23:34 +05:30
MohitMaliFtechiz
1f399f0fe7 Introduced a new way to attech log file in email body without showing addtional apps in suggestion list 2024-11-20 18:07:34 +05:30
Kelson
d7a0628eaa
Merge pull request #4094 from kiwix/Fixes#4093
Improved the Note label in the OverFlowMenu for more clarity
2024-11-20 11:20:42 +01:00
MohitMaliFtechiz
56dafa4b6b Improved the Note lable in the OverFlowMenu for more clarity 2024-11-20 11:20:16 +01:00
Kelson
a68e68b0a9
Merge pull request #4092 from kiwix/Fixes#4091
Updated the string documentation for TW
2024-11-20 11:19:04 +01:00
MohitMaliFtechiz
a6a7713e7e Minor improvement in documentation 2024-11-20 12:20:56 +05:30
MohitMaliFtechiz
91cf9b1788 Updated the string documentation for TW 2024-11-20 12:17:15 +05:30
Kelson
84477e4a0e
Merge pull request #4090 from kiwix/Fixes#4089
Using Read Aloud string everywhere in our project
2024-11-20 07:34:19 +01:00
MohitMaliFtechiz
9da3dad3f4 Using Read Aloud string everywhere in our project 2024-11-20 07:34:07 +01:00
Kelson
86f8432f45
Merge pull request #4088 from kiwix/Fixes#4085
Fixed: Transfer ZIM file freezes on tablet
2024-11-20 07:33:37 +01:00
MohitMaliFtechiz
85dfa732b4 Fixed the static analysis lint failure 2024-11-19 16:41:59 +05:30
MohitMaliFtechiz
2d485842aa Dynamically adjusted the width of showCaseView according to device width so that it looks nice in all screen sizes 2024-11-19 16:39:05 +05:30
MohitMaliFtechiz
c7d397505e Fixed: Transfer ZIM file freezes on tablet 2024-11-19 15:35:53 +05:30
Kelson
7212511437
Merge pull request #3959 from shashank-0-0/fix-issue-3957
fixed shortcut issue
2024-11-17 07:29:17 +01:00