Merge pull request #190 from kmod-midori/streaming-cache

feat: cache streaming contents
This commit is contained in:
CappielloAntonio 2024-05-25 17:25:23 +02:00 committed by GitHub
commit d08c113d99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 152 additions and 1 deletions

View file

@ -101,6 +101,14 @@
app:title="@string/settings_image_size"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="256"
app:dialogTitle="@string/settings_streaming_cache_size"
app:entries="@array/streaming_cache_size_titles"
app:entryValues="@array/streaming_cache_size_values"
app:key="streaming_cache_size"
app:title="@string/settings_streaming_cache_size" />
<SwitchPreference
android:title="@string/settings_wifi_only_title"
android:defaultValue="false"