add sort by chapter number in download queue (#4337)

* add sort by chapter number in download queue

* Bigest, smallest chapter download

* grouped
This commit is contained in:
Riztard Lanthorn
2021-01-24 01:10:57 +07:00
committed by GitHub
parent 86b9d7e843
commit a083e1f71a
3 changed files with 39 additions and 4 deletions

View File

@@ -103,8 +103,12 @@
<string name="action_sort">Sort</string>
<string name="action_sort_descending">Descending</string>
<string name="action_reorganize_by">Reorder</string>
<string name="action_order_by_upload_date">By upload date</string>
<string name="action_order_by_chapter_number">By chapter number</string>
<string name="action_newest">Newest</string>
<string name="action_oldest">Oldest</string>
<string name="action_bigest">Bigest</string>
<string name="action_smallest">Smallest</string>
<string name="action_move_to_top">Move to top</string>
<string name="action_move_to_bottom">Move to bottom</string>
<string name="action_install">Install</string>