Better backstack, better tablet support, switching players confirmation, fix for background playback
This commit is contained in:
parent
b59f99d652
commit
9e2e96812b
12 changed files with 140 additions and 51 deletions
|
|
@ -27,6 +27,7 @@
|
|||
<string name="auto_queue_key" translatable="false">auto_queue_key</string>
|
||||
<string name="screen_brightness_key" translatable="false">screen_brightness_key</string>
|
||||
<string name="screen_brightness_timestamp_key" translatable="false">screen_brightness_timestamp_key</string>
|
||||
<string name="clear_queue_confirmation_key" translatable="false">clear_queue_confirmation_key</string>
|
||||
|
||||
<string name="seek_duration_key" translatable="false">seek_duration</string>
|
||||
<string name="seek_duration_default_value" translatable="false">10000</string>
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@
|
|||
<string name="use_inexact_seek_title">Use fast inexact seek</string>
|
||||
<string name="use_inexact_seek_summary">Inexact seek allows the player to seek to positions faster with reduced precision</string>
|
||||
<string name="seek_duration_title">Fast-forward/-rewind seek duration</string>
|
||||
<string name="clear_queue_confirmation_title">Ask confirmation before clearing a queue</string>
|
||||
<string name="clear_queue_confirmation_summary">After switching from one player to another your queue may be replaced</string>
|
||||
<string name="clear_queue_confirmation_description">Queue from the active player will be replaced</string>
|
||||
<string name="download_thumbnail_title">Load thumbnails</string>
|
||||
<string name="show_comments_title">Show comments</string>
|
||||
<string name="show_comments_summary">Disable to stop showing comments</string>
|
||||
|
|
|
|||
|
|
@ -164,5 +164,13 @@
|
|||
android:key="@string/seek_duration_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/seek_duration_title"/>
|
||||
|
||||
<SwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="false"
|
||||
android:key="@string/clear_queue_confirmation_key"
|
||||
android:summary="@string/clear_queue_confirmation_summary"
|
||||
android:title="@string/clear_queue_confirmation_title"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue