2016-01-05 20:56:40 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-12 08:07:15 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:title="@string/settings_activity_title"
|
|
|
|
android:key="general_preferences">
|
2016-01-05 20:56:40 +01:00
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="@string/settings_category_video_audio"
|
|
|
|
android:title="@string/settings_category_video_audio_title"
|
|
|
|
android:textAllCaps="true">
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/use_external_video_player_key"
|
|
|
|
android:title="@string/use_external_video_player_title"
|
2017-05-15 05:57:04 +02:00
|
|
|
android:summary="@string/use_external_video_player_summary"
|
2016-01-05 20:56:40 +01:00
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/use_external_audio_player_key"
|
|
|
|
android:title="@string/use_external_audio_player_title"
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:key="@string/default_resolution_key"
|
|
|
|
android:title="@string/default_resolution_title"
|
|
|
|
android:entries="@array/resolution_list"
|
|
|
|
android:entryValues="@array/resolution_list"
|
2017-04-26 21:24:33 +02:00
|
|
|
android:summary="%s"
|
2016-01-05 20:56:40 +01:00
|
|
|
android:defaultValue="@string/default_resolution_value"/>
|
|
|
|
|
2017-04-12 08:07:15 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/show_higher_resolutions_key"
|
|
|
|
android:title="@string/show_higher_resolutions_title"
|
|
|
|
android:summary="@string/show_higher_resolutions_summary"
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
2017-04-08 17:17:11 +02:00
|
|
|
<ListPreference
|
|
|
|
android:key="@string/preferred_video_format_key"
|
|
|
|
android:title="@string/preferred_video_format_title"
|
|
|
|
android:entries="@array/video_format_list"
|
|
|
|
android:entryValues="@array/video_format_list"
|
2017-04-12 08:07:15 +02:00
|
|
|
android:defaultValue="@string/preferred_video_format_default"
|
2017-04-26 21:24:33 +02:00
|
|
|
android:summary="%s"
|
2017-04-12 08:07:15 +02:00
|
|
|
tools:summary="MPEG-4"/>
|
2017-04-08 17:17:11 +02:00
|
|
|
|
2016-01-05 20:56:40 +01:00
|
|
|
<ListPreference
|
|
|
|
android:key="@string/default_audio_format_key"
|
|
|
|
android:title="@string/default_audio_format_title"
|
|
|
|
android:summary="%s"
|
|
|
|
android:entries="@array/audio_format_description_list"
|
|
|
|
android:entryValues="@array/audio_format_list"
|
|
|
|
android:defaultValue="@string/default_audio_format_value"/>
|
|
|
|
|
2016-02-16 03:49:58 +01:00
|
|
|
<CheckBoxPreference
|
2017-03-29 09:17:03 +02:00
|
|
|
android:key="@string/use_old_player_key"
|
|
|
|
android:title="@string/use_old_player_title"
|
|
|
|
android:summary="@string/use_old_player_summary"
|
2016-02-16 03:49:58 +01:00
|
|
|
android:defaultValue="false"/>
|
2016-01-05 20:56:40 +01:00
|
|
|
</PreferenceCategory>
|
2017-05-01 07:23:50 +02:00
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="@string/settings_category_popup"
|
|
|
|
android:title="@string/settings_category_popup_title"
|
|
|
|
android:textAllCaps="true">
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:key="@string/default_popup_resolution_key"
|
|
|
|
android:title="@string/default_popup_resolution_title"
|
|
|
|
android:entries="@array/resolution_list"
|
|
|
|
android:entryValues="@array/resolution_list"
|
|
|
|
android:summary="%s"
|
|
|
|
android:defaultValue="@string/default_popup_resolution_value"/>
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/popup_remember_size_pos_key"
|
|
|
|
android:title="@string/popup_remember_size_pos_title"
|
|
|
|
android:summary="@string/popup_remember_size_pos_summary"
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
2016-01-05 20:56:40 +01:00
|
|
|
<PreferenceCategory
|
|
|
|
android:key="@string/settings_category_appearance"
|
|
|
|
android:title="@string/settings_category_appearance_title"
|
|
|
|
android:textAllCaps="true">
|
2017-01-17 11:37:36 +01:00
|
|
|
.
|
2016-01-05 20:56:40 +01:00
|
|
|
<ListPreference
|
|
|
|
android:key="@string/theme_key"
|
|
|
|
android:title="@string/theme_title"
|
|
|
|
android:summary="%s"
|
|
|
|
android:entries="@array/theme_description_list"
|
|
|
|
android:entryValues="@array/theme_list"
|
|
|
|
android:defaultValue="@string/default_theme_value"/>
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/show_play_with_kodi_key"
|
|
|
|
android:title="@string/show_play_with_kodi_title"
|
|
|
|
android:summary="@string/show_play_with_kodi_summary"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/show_next_video_key"
|
|
|
|
android:title="@string/show_next_and_similar_title"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
2016-02-22 19:17:05 +01:00
|
|
|
android:key="@string/settings_content_options"
|
|
|
|
android:title="@string/content"
|
2016-01-05 20:56:40 +01:00
|
|
|
android:textAllCaps="true">
|
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:key="@string/search_language_key"
|
|
|
|
android:title="@string/search_language_title"
|
|
|
|
android:summary="%s"
|
|
|
|
android:entries="@array/language_names"
|
|
|
|
android:entryValues="@array/language_codes"
|
|
|
|
android:defaultValue="@string/default_language_value" />
|
|
|
|
|
2016-02-22 19:17:05 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/show_age_restricted_content"
|
|
|
|
android:title="@string/show_age_restricted_content_title"
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="@string/settings_category_other"
|
|
|
|
android:title="@string/settings_category_other_title"
|
|
|
|
android:textAllCaps="true">
|
|
|
|
|
2016-06-14 11:13:06 +02:00
|
|
|
<Preference
|
2016-01-05 20:56:40 +01:00
|
|
|
android:key="@string/download_path_key"
|
|
|
|
android:title="@string/download_path_title"
|
|
|
|
android:summary="@string/download_path_summary"
|
|
|
|
android:dialogTitle="@string/download_path_dialog_title" />
|
|
|
|
|
2016-06-15 17:52:31 +02:00
|
|
|
<Preference
|
2016-01-07 14:22:55 +01:00
|
|
|
android:key="@string/download_path_audio_key"
|
|
|
|
android:title="@string/download_path_audio_title"
|
|
|
|
android:summary="@string/download_path_audio_summary"
|
|
|
|
android:dialogTitle="@string/download_path_audio_dialog_title" />
|
|
|
|
|
2016-01-05 20:56:40 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/autoplay_through_intent_key"
|
2016-03-11 15:10:13 +01:00
|
|
|
android:title="@string/autoplay_by_calling_app_title"
|
|
|
|
android:summary="@string/autoplay_by_calling_app_summary"
|
2016-01-05 20:56:40 +01:00
|
|
|
android:defaultValue="false" />
|
|
|
|
|
2016-07-25 11:59:37 +02:00
|
|
|
<!--
|
2016-01-05 20:56:40 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="@string/use_tor_key"
|
|
|
|
android:title="@string/use_tor_title"
|
|
|
|
android:summary="@string/use_tor_summary"
|
|
|
|
android:defaultValue="false"/>
|
2016-07-25 11:59:37 +02:00
|
|
|
-->
|
2016-01-05 20:56:40 +01:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|