3.10.0
New Features:
- When searching for any article if the user presses the search/enter button on the keyboard, and if any article is found with the searched query then it will open that article directly. (#3704)
- Introduced the progress bar in the library screen to show how much storage has been scanned. (#3674)
Bug Fixes:
- Enhanced ZIM file scanning. (#3674)
- Fixed pop-up(Search kiwix) function issue with Librera reader. (#3725)
- Inconsistent visibility behavior when no ZIM file is opened. (#3688)
- Application crashes below API level 29 when we select the external storage. (#3642)
- Application crashes when opening saved notes if the ZIM file does not exist. (#3682)
- Application crashes when opening ZIM files directly opening from storage using deep linking. (#3649)
- Application crashes when closing the tab. (#3791)
- A few Samsung devices are unable to download 4+ gb files. (#3695)
- Content is not displaying after opening the ZIM file from Chrome. (#3727)
- Read aloud does not stop for closed tabs. (#3745)
- After restoring the tab it hides some top area of the article. (#3743)
- Improved UI to show hints of view functionality when the user long clicks on any view. (#3689, #3707, #3706)
- Application is not restarting from Error activity. (#3735)
- Better permission requesting (#3729)
- Improvement in restoring tabs. (#3793)
- Few links are not working in README.md file. (#3637, #3655)
- Added documentation for Git Hooks in the CONTRIBUTING file. (#3798)
- Fixed some issues reported by the playStore. (#3795, #3797)
- More
Compilation/CI/CD:
- Using libkiwix
2.1.0
. (#3802) - Using libkiwix to store the bookmarks instead of objectbox. (#3653)
- Unconditional Logging lint issue. (#1270)
- Improved our CI to smoothly run the test cases. (#3758)
- Added/improved test cases.
- Increased java heap memory to efficiently creating app bundle for custom apps. (#3665)
- Upgraded project dependencies to fix errors reported by the play store. (#3648, #3731)
- Corrected the error message if the Lint/Static analysis fails. (#3780)
- More