mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Try to cache streaming contents
This commit is contained in:
parent
3e1c3133ca
commit
3d3d0fa856
7 changed files with 152 additions and 1 deletions
|
|
@ -95,6 +95,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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue