🚀 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
|
|
@ -355,6 +355,8 @@
|
|||
|
||||
<!-- Reader -->
|
||||
<string name="loading">Loading…</string>
|
||||
<string name="no_chapters">No chapters</string>
|
||||
<string name="chapters">Chapters</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="app_version_option">App version</string>
|
||||
|
|
@ -601,5 +603,6 @@
|
|||
<string name="filter_content_desc">Filter</string>
|
||||
<string name="checkpoint_back_content_desc">Checkpoint back</string>
|
||||
<string name="checkpoint_forward_content_desc">Checkpoint forward</string>
|
||||
<string name="chapters_content_desc">Chapters</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue