Add manga straight into a category from catalogues (#737)

* Add feature mention in issue #625
This commit is contained in:
lifeweaver
2017-04-07 14:39:09 -04:00
committed by Bram van de Kerkhof
parent bb9e230b35
commit f6a79bde6f
11 changed files with 254 additions and 11 deletions

View File

@@ -242,4 +242,12 @@
<item>vi</item>
</string-array>
<string-array name="default_category_entry">
<item>@string/default_category_summary</item>
</string-array>
<string-array name="default_category_entry_value">
<item>-1</item>
</string-array>
</resources>

View File

@@ -21,6 +21,7 @@
<string name="pref_library_update_restriction_key" translatable="false">library_update_restriction</string>
<string name="pref_start_screen_key" translatable="false">start_screen</string>
<string name="pref_language_key" translatable="false">app_language</string>
<string name="default_category_key" translatable="false">default_category</string>
<string name="pref_default_viewer_key" translatable="false">pref_default_viewer_key</string>
<string name="pref_image_scale_type_key" translatable="false">pref_image_scale_type_key</string>

View File

@@ -134,6 +134,8 @@
<string name="pref_start_screen">Start screen</string>
<string name="pref_language">Language</string>
<string name="system_default">System default</string>
<string name="default_category">Default category</string>
<string name="default_category_summary">Always ask</string>
<!-- Reader section -->
<string name="pref_fullscreen">Fullscreen</string>
@@ -269,6 +271,7 @@
<string name="no_valid_sources">Please enable at least one valid source</string>
<string name="no_more_results">No more results</string>
<string name="local_source">Local manga</string>
<string name="invalid_combination">Default can\'t be selected with other categories</string>
<!-- Manga activity -->
<string name="manga_not_in_db">This manga was removed from the database!</string>