🚀 Chapters in Reader

* Added chapters in Reader
* ModalDrawer to fast navigate or track current chapter
* Current chapter progress in top bar
* Optimized Reader scroll performance
* Improved EPUB parser
* Fixed incorrect order for chapters(due to no sorting before)
* Remove ZIP parser (replaced with EPUB)

Resolves: #66, #17
This commit is contained in:
Acclorite 2024-09-15 18:09:50 +03:00
parent 06fd97bd88
commit 94c49c20c8
43 changed files with 1191 additions and 615 deletions

View file

@ -166,4 +166,7 @@ dependencies {
// Scrollbar
implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0")
// Gson
implementation("com.google.code.gson:gson:2.11.0")
}