Add option to invalidate download cache (#8491)

* Add option to invalidate download cache

* Review changes + lint
This commit is contained in:
AntsyLich
2022-11-11 09:15:35 +06:00
committed by GitHub
parent c76d5dd30c
commit 08d5633d81
3 changed files with 12 additions and 0 deletions

View File

@@ -505,6 +505,8 @@
<string name="cache_deleted">Cache cleared. %1$d files have been deleted</string>
<string name="cache_delete_error">Error occurred while clearing</string>
<string name="pref_auto_clear_chapter_cache">Clear chapter cache on app close</string>
<string name="pref_invalidate_download_cache">Invalidate download cache</string>
<string name="pref_invalidate_download_cache_summary">Forces the app to reindex downloads</string>
<string name="pref_clear_database">Clear database</string>
<string name="pref_clear_database_summary">Delete history for entries that are not saved in your library</string>
<string name="clear_database_source_item_count">%1$d non-library entries in database</string>