🚀 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
|
|
@ -352,6 +352,8 @@
|
|||
|
||||
<!-- Reader -->
|
||||
<string name="loading">Завантаження…</string>
|
||||
<string name="no_chapters">Немає розділів</string>
|
||||
<string name="chapters">Розділи</string>
|
||||
|
||||
<!-- About -->
|
||||
<string name="app_version_option">Версія застосунка</string>
|
||||
|
|
@ -596,5 +598,6 @@
|
|||
<string name="filter_content_desc">Фільтр</string>
|
||||
<string name="checkpoint_back_content_desc">Чекпоінт назад</string>
|
||||
<string name="checkpoint_forward_content_desc">Чекпоінт вперед</string>
|
||||
<string name="chapters_content_desc">Розділи</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue