-Added auto-queuing to allow next or related streams to queue up when the last item on play queue is playing.

-Added toggle to enable auto-queuing.
-Modified main video player to only pause the video onPause.
-Fixed main video player not saving play queue state onStop.
This commit is contained in:
John Zhen Mo 2018-03-04 20:16:38 -08:00
parent 7f068b691b
commit d01aeab242
6 changed files with 115 additions and 26 deletions

View file

@ -30,6 +30,13 @@
android:key="@string/show_search_suggestions_key"
android:summary="@string/show_search_suggestions_summary"
android:title="@string/show_search_suggestions_title"/>
<SwitchPreference
android:defaultValue="false"
android:key="@string/auto_queue_key"
android:summary="@string/auto_queue_summary"
android:title="@string/auto_queue_title"/>
<ListPreference
android:defaultValue="@string/kiosk_page_key"
android:entries="@array/main_page_content_names"