diff options
author | lado <herrlado@gmail.com> | 2012-01-20 13:12:43 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-01-20 13:12:43 +0100 |
commit | 87ae5319f8870032e87b3c5f2ff8a72d5dff48c6 (patch) | |
tree | 1070b855ee68c75c035bc4cf02df35c01169721d /vdrmanager/res/xml/preferences.xml | |
parent | fb3e8078a0168b36e954352f68da02e73c3c4b0c (diff) | |
download | vdr-manager-87ae5319f8870032e87b3c5f2ff8a72d5dff48c6.tar.gz vdr-manager-87ae5319f8870032e87b3c5f2ff8a72d5dff48c6.tar.bz2 |
support multiple vdr devices
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 313 |
1 files changed, 47 insertions, 266 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index 7c27830..df55af4 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -1,268 +1,49 @@ <?xml version="1.0" encoding="utf-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <PreferenceScreen - android:enabled="false" - android:summary="@string/vdr_devices_summary" - android:title="@string/vdr_devices" > - - <intent - android:action="android.intent.action.MAIN" - android:targetClass="de.bjusystems.vdrmanager.gui.VdrPreferencesActivity" - android:targetPackage="de.bjusystems.vdrmanager" /> - </PreferenceScreen> - - <PreferenceCategory - android:key="vdr_preferences" - android:title="@string/vdr_preferences" > - - <EditTextPreference - android:key="@string/vdr_host_key" - android:summary="@string/vdr_host_summary" - android:title="@string/vdr_host_title" /> - - <EditTextPreference - android:defaultValue="@string/vdr_port_default" - android:inputType="number" - android:key="@string/vdr_port_key" - android:summary="@string/vdr_port_summary" - android:title="@string/vdr_port_title" /> - - <EditTextPreference - android:key="@string/vdr_password_key" - android:password="true" - android:summary="@string/vdr_password_summary" - android:title="@string/vdr_password_title" /> - - <CheckBoxPreference - android:enabled="false" - android:key="@string/vdr_ssl_key" - android:summary="@string/vdr_ssl_summary" - android:title="@string/vdr_ssl_title" /> - - <PreferenceScreen - android:summary="@string/vdr_advanced_preferences_summary" - android:title="@string/vdr_advanced_preferences" > - - <EditTextPreference - android:defaultValue="10" - android:inputType="number" - android:key="@string/vdr_conntimeout_key" - android:summary="@string/vdr_conntimeout_sum" - android:title="@string/vdr_conntimeout_title" /> - - <EditTextPreference - android:defaultValue="10" - android:inputType="number" - android:key="@string/vdr_readtimeout_key" - android:summary="@string/vdr_readtimeout_sum" - android:title="@string/vdr_readtimeout_title" /> - - <EditTextPreference - android:defaultValue="120" - android:inputType="number" - android:key="@string/vdr_timeout_key" - android:summary="@string/vdr_timeout_sum" - android:title="@string/vdr_timeout_title" /> - - <EditTextPreference - android:defaultValue="utf-8" - android:key="@string/vdr_encoding_key" - android:summary="@string/vdr_encoding_summary" - android:title="@string/vdr_encoding_title" /> - </PreferenceScreen> - </PreferenceCategory> - - <PreferenceCategory - android:key="filter_preferences" - android:title="@string/channel_filter_preferences" > - - <CheckBoxPreference - android:key="@string/channel_filter_filter_key" - android:summary="@string/channel_filter_filter_summary" - android:title="@string/channel_filter_filter_title" /> - - <EditTextPreference - android:defaultValue="1" - android:dependency="@string/channel_filter_filter_key" - android:key="@string/channel_filter_last_key" - android:summary="@string/channel_filter_last_summary" - android:title="@string/channel_filter_last_title" /> - </PreferenceCategory> - - <PreferenceCategory - android:key="wakeup_preferences" - android:title="@string/wakeup_preferences" > - - <CheckBoxPreference - android:key="@string/wakeup_enabled_key" - android:summary="@string/wakeup_enabled_summary" - android:title="@string/wakeup_enabled_title" /> - - <ListPreference - android:defaultValue="@string/default_wakeup_method" - android:dependency="@string/wakeup_enabled_key" - android:entries="@array/wakeup_methods" - android:entryValues="@array/wakeup_methods_values" - android:key="@string/wakeup_method_key" - android:summary="@string/wakeup_method_summary" - android:title="@string/wakeup_method_title" /> - - <EditTextPreference - android:dependency="@string/wakeup_enabled_key" - android:key="@string/wakeup_url_key" - android:summary="@string/wakeup_url_summary" - android:title="@string/wakeup_url_title" /> - - <EditTextPreference - android:dependency="@string/wakeup_enabled_key" - android:key="@string/wakeup_user_key" - android:summary="@string/wakeup_user_summary" - android:title="@string/wakeup_user_title" /> - - <EditTextPreference - android:dependency="@string/wakeup_enabled_key" - android:key="@string/wakeup_password_key" - android:password="true" - android:summary="@string/wakeup_password_summary" - android:title="@string/wakeup_password_title" /> - - <EditTextPreference - android:dependency="@string/wakeup_enabled_key" - android:key="@string/wakeup_wol_mac_key" - android:summary="@string/wakeup_wol_mac_summary" - android:title="@string/wakeup_wol_mac_title" /> - - <EditTextPreference - android:defaultValue="255.255.255.255" - android:dependency="@string/wakeup_enabled_key" - android:key="@string/wakeup_wol_custom_broadcast_key" - android:summary="@string/wakeup_wol_custom_boradcast_summary" - android:title="@string/wakeup_wol_custom_boradcast_title" /> - </PreferenceCategory> - - <PreferenceCategory - android:key="timer_preferences" - android:title="@string/timer_preferences" > - - <EditTextPreference - android:defaultValue="5" - android:key="@string/timer_pre_start_buffer_key" - android:summary="@string/timer_pre_start_buffer_summary" - android:title="@string/timer_pre_start_buffer_title" /> - - <EditTextPreference - android:defaultValue="30" - android:key="@string/timer_post_end_buffer_key" - android:summary="@string/timer_post_end_buffer_summary" - android:title="@string/timer_post_end_buffer_title" /> - - <EditTextPreference - android:defaultValue="99" - android:key="@string/timer_default_lifetime_key" - android:summary="@string/timer_default_lifetime_summary" - android:title="@string/timer_default_lifetime_title" /> - - <EditTextPreference - android:defaultValue="50" - android:key="@string/timer_default_priority_key" - android:summary="@string/timer_default_priority_summary" - android:title="@string/timer_default_priority_title" /> - </PreferenceCategory> - - <PreferenceCategory - android:key="gui_preferences" - android:title="@string/gui_preferences" > - - <CheckBoxPreference - android:defaultValue="false" - android:key="@string/gui_channels_show_channel_numbers_key" - android:summary="@string/gui_channels_show_channel_numbers_summary" - android:title="@string/gui_channels_show_channel_numbers_title" /> - - <CheckBoxPreference - android:key="@string/gui_enable_24h_format_key" - android:summaryOff="@string/gui_enable_24h_format_summary_off" - android:summaryOn="@string/gui_enable_24h_format_summary_on" - android:title="@string/gui_enable_24h_format_title" /> - - <CheckBoxPreference - android:defaultValue="true" - android:key="@string/qui_show_imdb_button_key" - android:summaryOff="@string/qui_show_imdb_button_summary_off" - android:summaryOn="@string/qui_show_imdb_button_summary_on" - android:title="@string/qui_show_imdb_button_title" /> - - <ListPreference - android:defaultValue="akas.imdb.com" - android:dependency="@string/qui_show_imdb_button_key" - android:entries="@array/imdb_urls_values" - android:entryValues="@array/imdb_urls" - android:key="@string/qui_imdb_url_key" - android:summaryOn="@string/qui_imdb_url_summary" - android:title="@string/qui_imdb_url_title" /> - - <CheckBoxPreference - android:defaultValue="true" - android:key="@string/qui_quit_on_back_key" - android:summaryOff="@string/gui_quit_on_back_summary_off" - android:summaryOn="@string/gui_quit_on_back_summary_on" - android:title="@string/gui_quit_on_back_title" /> - - <ListPreference - android:defaultValue="DEFAULT" - android:entries="@array/lang" - android:entryValues="@array/lang_values" - android:key="@string/gui_custom_locale_key" - android:summary="@string/gui_custom_locale_sum" - android:title="@string/gui_custom_locale_title" /> - </PreferenceCategory> - - <PreferenceCategory android:title="@string/livetv" > - - <EditTextPreference - android:defaultValue="3000" - android:inputType="number" - android:key="streamingport" - android:summary="@string/settings_livetv_port_summary" - android:title="@string/settings_livetv_port" /> - - <EditTextPreference - android:key="@string/streaming_username_key" - android:summary="@string/streaming_username_sum" - android:title="@string/streaming_username_title" /> - - <EditTextPreference - android:key="@string/streaming_password_key" - android:password="true" - android:summary="@string/streaming_password_sum" - android:title="@string/streaming_password_title" /> - - <ListPreference - android:defaultValue="TS" - android:entries="@array/livetv_streamformat" - android:entryValues="@array/livetv_streamformat_values" - android:key="livetv_streamformat" - android:title="@string/settings_livetv_streamformat" /> - - <CheckBoxPreference - android:key="remux_enable" - android:summary="@string/remux_enable_summary" - android:title="@string/remux_enable_title" /> - - <EditTextPreference - android:defaultValue="EXT" - android:dependency="remux_enable" - android:key="remux_command" - android:summary="@string/remux_command_summary" - android:title="@string/remux_command_title" /> - - <EditTextPreference - android:defaultValue="QUALITY=DSL1000" - android:dependency="remux_enable" - android:key="remux_parameter" - android:summary="@string/remux_parameter_summary" - android:title="@string/remux_parameter_title" /> - </PreferenceCategory> - +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> + + <PreferenceCategory android:title="@string/vdr_devices_category"> + <PreferenceScreen android:summary="@string/vdr_devices_summary" + android:title="@string/vdr_devices"> + + <intent android:action="android.intent.action.MAIN" + android:targetClass="de.bjusystems.vdrmanager.gui.VdrListActivity" + android:targetPackage="de.bjusystems.vdrmanager" /> + </PreferenceScreen> + </PreferenceCategory> + + + <PreferenceCategory android:key="gui_preferences" + android:title="@string/gui_preferences"> + + <CheckBoxPreference android:defaultValue="false" + android:key="@string/gui_channels_show_channel_numbers_key" + android:summary="@string/gui_channels_show_channel_numbers_summary" + android:title="@string/gui_channels_show_channel_numbers_title" /> + + <CheckBoxPreference android:key="@string/gui_enable_24h_format_key" + android:summaryOff="@string/gui_enable_24h_format_summary_off" + android:summaryOn="@string/gui_enable_24h_format_summary_on" + android:title="@string/gui_enable_24h_format_title" /> + + <CheckBoxPreference android:defaultValue="true" + android:key="@string/qui_show_imdb_button_key" android:summaryOff="@string/qui_show_imdb_button_summary_off" + android:summaryOn="@string/qui_show_imdb_button_summary_on" + android:title="@string/qui_show_imdb_button_title" /> + + <ListPreference android:defaultValue="akas.imdb.com" + android:dependency="@string/qui_show_imdb_button_key" + android:entries="@array/imdb_urls" android:entryValues="@arrays/imdb_urls_velues" + android:key="@string/qui_imdb_url_key" android:summaryOn="@string/qui_imdb_url_summary" + android:title="@string/qui_imdb_url_title" /> + + <CheckBoxPreference android:defaultValue="true" + android:key="@string/qui_quit_on_back_key" android:summaryOff="@string/gui_quit_on_back_summary_off" + android:summaryOn="@string/gui_quit_on_back_summary_on" + android:title="@string/gui_quit_on_back_title" /> + + <ListPreference android:defaultValue="DEFAULT" + android:entries="@array/lang" android:entryValues="@array/lang_values" + android:key="@string/gui_custom_locale_key" android:summary="@string/gui_custom_locale_sum" + android:title="@string/gui_custom_locale_title" /> + </PreferenceCategory> </PreferenceScreen>
\ No newline at end of file |