-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version * Consume back handler call to close chapters menu if its open --------- Signed-off-by: starry-shivam <[email protected]>
- Loading branch information
1 parent
5a15d9e
commit 9da2d7e
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Major improvements in the internal reader with new ToC-based EPUB parsing logic, allowing it to correctly map chapters instead of relying on a wacky spine-based parser. | ||
- Redesigned the chapter list dialog inside the ebook reader to comply with the rest of the UI design. | ||
- Added a progress indicator at the top bar in the ebook reader to track the progress of the current chapter. | ||
- Fixed the progress percentage not updating immediately when going back to the chapters menu from the reader screen. | ||
- Added two new fonts in the ebook reader called OpenDyslexia and Figerona. | ||
- Bunch of code cleanups, optimizations, and other improvements. | ||
- Updated Compose BOM, Kotlin, and other dependencies. |