Merge branch 'feature/page-preload' into devel

This commit is contained in:
Koitharu
2022-03-08 19:00:13 +02:00
28 changed files with 380 additions and 199 deletions

View File

@@ -29,4 +29,9 @@
<item>@string/screenshots_block_nsfw</item>
<item>@string/screenshots_block_all</item>
</string-array>
<string-array name="network_policy">
<item>@string/always</item>
<item>@string/only_using_wifi</item>
<item>@string/never</item>
</string-array>
</resources>

View File

@@ -24,4 +24,9 @@
<item>block_nsfw</item>
<item>block_all</item>
</string-array>
<string-array name="values_network_policy">
<item>1</item>
<item>2</item>
<item>0</item>
</string-array>
</resources>

View File

@@ -261,4 +261,8 @@
<string name="reset_filter">Reset filter</string>
<string name="find_genre">Find genre</string>
<string name="onboard_text">Select languages which you want to read manga. You can change it later in settings.</string>
<string name="never">Never</string>
<string name="only_using_wifi">Only using WiFi</string>
<string name="always">Always</string>
<string name="preload_pages">Preload pages</string>
</resources>