mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 00:03:07 +00:00
feat: read hls data source
This commit is contained in:
@@ -83,6 +83,14 @@
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory app:title="@string/settings_title_data">
|
||||
<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" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="500"
|
||||
app:dialogTitle="@string/settings_covers_cache"
|
||||
@@ -101,14 +109,6 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user