feat(source/local): Scan external storage for entries (GH-197)

An experimental feature that allow user to store local entries on `/storage/sdcard/Android/data/<yokai>/local/`
This commit is contained in:
Ahmad Ansori Palembani 2024-11-25 14:44:57 +07:00
parent f9bfb0b423
commit 8f9194c4a9
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
6 changed files with 90 additions and 39 deletions

View file

@ -807,6 +807,7 @@
<string name="pref_verbose_logging">Verbose logging</string>
<string name="pref_verbose_logging_summary">Print verbose logs to system log (may reduces app performance)</string>
<string name="pref_reader_debug_mode">Debug mode</string>
<string name="pref_external_local_source">Scan external storages for entries</string>
<string name="network">Network</string>
<string name="doh">DNS over HTTPS</string>
<string name="user_agent_string">Default user agent string</string>