book-reader/app
Aryan acf282d4c7
General improvements (#50)
* Implemented long-press gestures(on the left and right region) for rapid scrolling(to top or bottom) in Musician Mode for both EPUB and PDF readers.

* Added support for book-specific reader settings and redesigned the format adjustment UI.

* perf: implement persistent caching and parallel parsing for single-file imports

- Replaced random UUID generation with bookId-based pathing in SingleFileImporter to enable cache reuse.
- Added a JSON metadata fast-path to return EpubBook objects instantly on subsequent opens for MD, TXT, and HTML.
- Parallelized Markdown chapter parsing using Coroutines (async/awaitAll) to leverage multicore CPUs.
2026-03-09 23:09:56 +05:30
..
src General improvements (#50) 2026-03-09 23:09:56 +05:30
.gitignore Initial commit 2026-02-24 17:37:40 +05:30
build.gradle.kts bump version to 1.0.35(build 36) (#41) 2026-03-07 22:52:42 +05:30
proguard-rules.pro Initial commit 2026-02-24 17:37:40 +05:30