Optimize and cleanup data saver

This commit is contained in:
Jobobby04
2020-08-21 15:32:29 -04:00
parent 90253f3bd4
commit 048eecf655
9 changed files with 119 additions and 142 deletions
+12 -16
View File
@@ -32,7 +32,6 @@
<string name="pref_category_all_sources">All Sources</string>
<string name="pref_category_eh">E-Hentai</string>
<string name="pref_category_fork">Fork Settings</string>
<string name="expermental_feature_sttings">Experimental Features</string>
<!-- EH Settings -->
@@ -121,8 +120,6 @@
<string name="toggle_hentai_features_summary">This is a experimental feature that will disable all hentai features if toggled off</string>
<string name="toggle_delegated_sources">Enable delegated sources</string>
<string name="toggle_delegated_sources_summary">Apply %1$s enhancements to the following sources if they are installed: %2$s</string>
<string name="toggle_experimental_features">Show Experimental Features</string>
<string name="toggle_experimental_features_summary">Show features that are experimental and not for normal users</string>
<string name="log_level">Log level</string>
<string name="log_level_summary">Changing this can impact app performance. Force-restart app after changing. Current value: %s</string>
<string name="enable_source_blacklist">Enable source blacklist</string>
@@ -137,6 +134,18 @@
<item quantity="one">Cleanup done. Removed %d folder</item>
<item quantity="other">Cleanup done. Removed %d folders</item>
</plurals>
<string name="data_saver">Data Saver</string>
<string name="data_saver_summary">Compress images before downloading or loading in reader, requires a Bandwidth Hero Proxy server</string>
<string name="ignore_jpeg">Ignore Jpeg Images</string>
<string name="ignore_gif">Ignore Gif Animations</string>
<string name="data_saver_image_quality">Image Quality</string>
<string name="data_saver_image_quality_summary">Higher values mean that a higher percentage of the image quality is saved, but it also means the file size is larger, 80 percent is a good median between file size and image quality</string>
<string name="data_saver_image_format">Compress to Jpeg</string>
<string name="data_saver_image_format_summary_on">The Jpeg file size is considerably smaller then Webp is(meaning more data is saved), but it makes the images lose more quality as well.\nCurrently compresses to Jpeg</string>
<string name="data_saver_image_format_summary_off">The Jpeg file size is considerably smaller then Webp is(meaning more data is saved), but it makes the images lose more quality as well.\nCurrently compresses to Webp</string>
<string name="data_saver_color_bw">Convert to Black And White</string>
<string name="data_saver_server">Bandwidth Hero Proxy Server</string>
<string name="data_saver_server_summary">Put Bandwidth Hero Proxy server url here</string>
<!-- Log Level -->
<string name="log_minimal">Minimal</string>
@@ -469,18 +478,5 @@
<item quantity="other">%2$s, %1$d pages</item>
</plurals>
<!-- Experimental Features -->
<string name="data_saver">Data Saver</string>
<string name="data_saver_summary">Compress images before downloading or loading in reader</string>
<string name="enable_data_saver">Enable Data Saver</string>
<string name="ignore_jpeg">Ignore Jpeg Images</string>
<string name="ignore_gif">Ignore Gif Animation</string>
<string name="data_saver_image_quality">Image Quality</string>
<string name="data_saver_image_format">Compress to Jpeg</string>
<string name="data_saver_color_bw">Convert to Black And White</string>
<string name="data_saver_image_format_summary">Compresses to webp if this option is turned off</string>
<string name="data_saver_server">Data Saver Server</string>
<string name="data_saver_server_summary">It uses Bandwidth Hero Proxy as Server.To use it you need to create a Bandwidth Hero server and give the server URL</string>
</resources>