Allow to change sorting mode from the chapters fragment

This commit is contained in:
len
2016-05-20 18:07:18 +02:00
parent ca7e5260f0
commit e885469504
5 changed files with 66 additions and 11 deletions

View File

@@ -33,6 +33,11 @@
android:title="@string/action_display_mode"
app:showAsAction="never" />
<item
android:id="@+id/action_sorting_mode"
android:title="@string/sorting_mode"
app:showAsAction="never" />
<item
android:id="@+id/manga_download"
android:title="@string/manga_download"

View File

@@ -225,6 +225,9 @@
<string name="fetch_chapters_error">Error while fetching chapters</string>
<string name="show_title">Show title</string>
<string name="show_chapter_number">Show chapter number</string>
<string name="sorting_mode">Sorting mode</string>
<string name="sort_by_source">By source</string>
<string name="sort_by_number">By chapter number</string>
<string name="manga_download">Download</string>
<string name="download_1">Download next chapter</string>
<string name="download_5">Download next 5 chapters</string>