mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: implemented streaming buffering strategy
This commit is contained in:
parent
9fde629233
commit
0a5983e32b
5 changed files with 36 additions and 3 deletions
|
|
@ -102,6 +102,16 @@
|
|||
android:summary="@string/settings_sync_starred_tracks_for_offline_use_summary"
|
||||
android:key="sync_starred_tracks_for_offline_use" />
|
||||
|
||||
<ListPreference
|
||||
app:defaultValue="1"
|
||||
app:dialogTitle="@string/settings_buffering_strategy"
|
||||
app:entries="@array/buffering_strategy_titles"
|
||||
app:entryValues="@array/buffering_strategy_values"
|
||||
app:key="buffering_strategy"
|
||||
app:title="@string/settings_buffering_strategy"
|
||||
app:summary="@string/settings_buffering_strategy_summary"
|
||||
app:useSimpleSummaryProvider="false" />
|
||||
|
||||
<Preference
|
||||
android:key="download_storage"
|
||||
app:title="@string/settings_download_storage_title" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue