From dec89e30580f26e453e3078f68feb2f2616f145b Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 6 Feb 2025 15:01:27 +0530 Subject: [PATCH 1/2] Updated the `CHANGELOG` file to include the remaining changes made in milestone `3.14.0`. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index dbbc382c4..31bce5fe3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ New Features: * Support for Android 15. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4147) * Added a new intro screen to inform users how they can select the storage for downloading ZIM files. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4179) +* Currently downloading ZIM files will be shown at the top in "Online" Library screen. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4211) +* Users can resume a paused download from the notification. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4210) Bug Fixed: * Application crashes when opening the ZIM file in the reader. (@MohitMaliFtechiz, @CalebKL https://github.com/kiwix/kiwix-android/pull/3937) @@ -15,6 +17,7 @@ Bug Fixed: * Application crashes when opening the random article. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4162) * Application crashes when creating the application shortcuts. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4167) * The trash folder's ZIM files are showing on the library screen but not opening. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4176) +* `FIND_IN_PAGE` feature only works with first tab page. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4201) + More Compilation/CI/CD: From 3ee80ab645cfb74618f15255d3cb3acf70228f27 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 6 Feb 2025 18:06:01 +0530 Subject: [PATCH 2/2] Added a last fix made in milestone `3.14.0`. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 31bce5fe3..3cbb2fed1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,7 +15,7 @@ Bug Fixed: * Improved the scanning of ZIM files in the Play Store variant. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4149) * Application crashes when getting the Item size. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/issues/4157) * Application crashes when opening the random article. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4162) -* Application crashes when creating the application shortcuts. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4167) +* Application crashes when creating the application shortcuts. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4167, https://github.com/kiwix/kiwix-android/pull/4214) * The trash folder's ZIM files are showing on the library screen but not opening. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4176) * `FIND_IN_PAGE` feature only works with first tab page. (@MohitMaliFtechiz https://github.com/kiwix/kiwix-android/pull/4201) + More