🚀 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:
parent
06fd97bd88
commit
94c49c20c8
43 changed files with 1191 additions and 615 deletions
|
|
@ -166,4 +166,7 @@ dependencies {
|
|||
|
||||
// Scrollbar
|
||||
implementation("com.github.nanihadesuka:LazyColumnScrollbar:2.2.0")
|
||||
|
||||
// Gson
|
||||
implementation("com.google.code.gson:gson:2.11.0")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue