Add ability to download unread chapters from library

This commit is contained in:
arkon
2020-07-04 10:54:01 -04:00
parent 963cf4c996
commit d9a12d79b0
6 changed files with 48 additions and 13 deletions

View File

@@ -16,6 +16,13 @@
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="always" />
<item
android:id="@+id/action_download_unread"
android:icon="@drawable/ic_get_app_24dp"
android:title="@string/action_download_unread"
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="always" />
<item
android:id="@+id/action_delete"
android:icon="@drawable/ic_delete_24dp"

View File

@@ -50,6 +50,7 @@
<string name="action_mark_as_unread">Mark as unread</string>
<string name="action_mark_previous_as_read">Mark previous as read</string>
<string name="action_download">Download</string>
<string name="action_download_unread">Download unread chapters</string>
<string name="action_bookmark">Bookmark</string>
<string name="action_remove_bookmark">Unbookmark</string>
<string name="action_delete">Delete</string>