Limit cache max-age and action to clear cache manually

This commit is contained in:
Koitharu
2023-05-19 14:52:07 +03:00
parent 96c89a716e
commit e02899c3f2
7 changed files with 82 additions and 2 deletions

View File

@@ -416,4 +416,5 @@
<string name="suggestions_enable_prompt">Do you want to receive personalized manga suggestions?</string>
<string name="translations">Translations</string>
<string name="web_view_unavailable">WebView not available: check if WebView provider is installed</string>
<string name="clear_network_cache">Clear network cache</string>
</resources>

View File

@@ -39,6 +39,12 @@
android:summary="@string/computing_"
android:title="@string/clear_pages_cache" />
<Preference
android:key="http_cache_clear"
android:persistent="false"
android:summary="@string/loading_"
android:title="@string/clear_network_cache" />
<Preference
android:key="cookies_clear"
android:persistent="false"