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 8323d399ff
commit 08e5c148fd
7 changed files with 82 additions and 2 deletions

View File

@@ -417,4 +417,5 @@
<string name="translations">Translations</string>
<string name="web_view_unavailable">WebView not available: check if WebView provider is installed</string>
<string name="invalid_value_message">Invalid value</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"