mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
feat: Mark duplicate read chapters as read
This also refactor how chapters progress are saved. Chapters' progress now save when user "flipped" the page. Closes GH-409 Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
parent
d3050d5799
commit
850151720b
7 changed files with 134 additions and 81 deletions
|
@ -167,6 +167,10 @@
|
|||
<string name="ungrouped">Ungrouped</string>
|
||||
|
||||
<string name="pref_use_compose_library">Use experimental compose library</string>
|
||||
<string name="pref_behavior">Behavior</string>
|
||||
<string name="pref_mark_as_read_duplicate_read_chapter">Mark duplicate read chapter as read</string>
|
||||
<string name="pref_mark_as_read_duplicate_read_chapter_existing">After reading a chapter</string>
|
||||
<string name="pref_mark_as_read_duplicate_read_chapter_new">After fetching new chapter</string>
|
||||
|
||||
<!-- Library Sort -->
|
||||
<string name="sort_by">Sort by</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue