-Expanded minimize to exit to allow resuming on background player.

-Modified minimize to exit toggle to selection dialog.
This commit is contained in:
John Zhen Mo 2018-06-03 14:09:16 -07:00
parent 4fc37a7321
commit e1df4757e4
5 changed files with 75 additions and 18 deletions

View file

@ -74,8 +74,6 @@
<string name="popup_remember_size_pos_summary">Remember last size and position of popup</string>
<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="minimize_on_exit_title">Minimize on exit</string>
<string name="minimize_on_exit_summary">Experimental. Switch to play on popup player when exiting main video player</string>
<string name="download_thumbnail_title">Load thumbnails</string>
<string name="download_thumbnail_summary">Disable to stop all thumbnails from loading and save on data and memory usage. Changing this will clear both in-memory and on-disk image cache.</string>
<string name="thumbnail_cache_wipe_complete_notice">Image cache wiped</string>
@ -506,4 +504,11 @@
<item>144p</item>
</string-array>
<!-- Minimize to exit action -->
<string name="minimize_on_exit_title">Minimize on exit</string>
<string name="minimize_on_exit_summary">Action when exiting main video player — %s</string>
<string name="minimize_on_exit_none_description">None</string>
<string name="minimize_on_exit_background_description">Minimize to background player</string>
<string name="minimize_on_exit_popup_description">Minimize to popup player</string>
</resources>