2010-02-07 05:17:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
>
|
2010-05-18 02:27:14 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<PreferenceScreen android:title="@string/prefs_defaults"
|
|
|
|
android:summary="@string/prefs_defaults_summary"
|
|
|
|
>
|
2010-05-18 02:27:14 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<org.eehouse.android.xw4.DictListPreference
|
|
|
|
android:key="@string/key_default_dict"
|
|
|
|
android:title="@string/default_dict"
|
2010-10-26 06:54:54 -07:00
|
|
|
android:defaultValue="CollegeEng_2to8"
|
2010-07-04 12:30:09 -07:00
|
|
|
/>
|
2010-05-26 02:27:16 +00:00
|
|
|
|
2011-04-11 06:42:17 -07:00
|
|
|
<org.eehouse.android.xw4.DictListPreference
|
|
|
|
android:key="@string/key_default_robodict"
|
|
|
|
android:title="@string/default_robodict"
|
2011-04-29 06:25:16 -07:00
|
|
|
android:defaultValue="Top5000"
|
2011-04-11 06:42:17 -07:00
|
|
|
/>
|
|
|
|
|
2011-01-13 18:12:55 -08:00
|
|
|
<CheckBoxPreference android:key="@string/key_init_hintsallowed"
|
|
|
|
android:title="@string/hints_allowed"
|
|
|
|
android:summary="@string/hints_allowed_sum"
|
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<ListPreference android:key="@string/key_default_phonies"
|
|
|
|
android:title="@string/default_phonies"
|
|
|
|
android:entries="@array/phony_names"
|
|
|
|
android:entryValues="@array/phony_names"
|
|
|
|
android:defaultValue="@string/phonies_warn"
|
|
|
|
/>
|
2010-05-26 02:27:16 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<CheckBoxPreference android:key="@string/key_default_timerenabled"
|
|
|
|
android:title="@string/use_timer"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
2010-05-26 02:27:16 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<EditTextPreference android:key="@string/key_initial_player_minutes"
|
|
|
|
android:title="@string/initial_player_minutes"
|
|
|
|
android:defaultValue="25"
|
|
|
|
android:numeric="decimal"
|
|
|
|
/>
|
2010-05-18 02:27:14 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<ListPreference android:key="@string/key_board_size"
|
|
|
|
android:title="@string/board_size"
|
|
|
|
android:entries="@array/board_sizes"
|
|
|
|
android:entryValues="@array/board_sizes"
|
|
|
|
android:defaultValue="15x15"
|
|
|
|
/>
|
2010-05-18 02:27:14 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
</PreferenceScreen>
|
2010-05-18 02:27:14 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<PreferenceScreen android:title="@string/prefs_appearance"
|
|
|
|
android:summary="@string/prefs_appearance_summary"
|
|
|
|
>
|
2011-01-18 18:42:25 -08:00
|
|
|
<!-- <CheckBoxPreference android:key="@string/key_color_tiles" -->
|
|
|
|
<!-- android:title="@string/color_tiles" -->
|
|
|
|
<!-- android:summary="@string/color_tiles_summary" -->
|
|
|
|
<!-- android:defaultValue="true" -->
|
|
|
|
<!-- /> -->
|
2011-03-11 06:44:25 -08:00
|
|
|
<CheckBoxPreference android:key="@string/key_hide_intro"
|
|
|
|
android:title="@string/hide_intro"
|
|
|
|
android:summary="@string/hide_intro_summary"
|
|
|
|
android:defaultValue="false"
|
2010-07-04 12:30:09 -07:00
|
|
|
/>
|
|
|
|
<CheckBoxPreference android:key="@string/key_hide_title"
|
|
|
|
android:title="@string/hide_title"
|
|
|
|
android:summary="@string/hide_title_summary"
|
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
2011-03-11 06:44:25 -08:00
|
|
|
<CheckBoxPreference android:key="@string/key_show_arrow"
|
|
|
|
android:title="@string/show_arrow"
|
|
|
|
android:summary="@string/show_arrow_summary"
|
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
2011-01-18 18:42:25 -08:00
|
|
|
|
2010-07-04 12:53:45 -07:00
|
|
|
<PreferenceScreen android:title="@string/prefs_colors"
|
|
|
|
android:summary="@string/prefs_colors_summary"
|
|
|
|
>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_player0"
|
|
|
|
android:title="@string/player0"
|
|
|
|
android:defaultValue="0x000000"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_player1"
|
|
|
|
android:title="@string/player1"
|
|
|
|
android:defaultValue="0xFF0000"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_player2"
|
|
|
|
android:title="@string/player2"
|
|
|
|
android:defaultValue="0x0000FF"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_player3"
|
|
|
|
android:title="@string/player3"
|
|
|
|
android:defaultValue="0x008F00"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_bonus_l2x"
|
|
|
|
android:title="@string/bonus_l2x"
|
|
|
|
android:defaultValue="0xAFAF00"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_bonus_l3x"
|
|
|
|
android:title="@string/bonus_l3x"
|
|
|
|
android:defaultValue="0x00AFAF"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_bonus_w2x"
|
|
|
|
android:title="@string/bonus_w2x"
|
|
|
|
android:defaultValue="0xAF00AF"
|
|
|
|
/>
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_bonus_w3x"
|
|
|
|
android:title="@string/bonus_w3x"
|
|
|
|
android:defaultValue="0xAFAFAF"
|
|
|
|
/>
|
2011-01-18 18:42:25 -08:00
|
|
|
|
2010-07-04 12:53:45 -07:00
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
2010-07-14 06:21:55 -07:00
|
|
|
android:key="@string/key_clr_crosshairs"
|
|
|
|
android:title="@string/clr_crosshairs"
|
2010-07-04 12:53:45 -07:00
|
|
|
android:defaultValue="0x7070FF"
|
|
|
|
/>
|
2011-01-17 18:55:36 -08:00
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
2011-01-18 18:42:25 -08:00
|
|
|
android:key="@string/key_tile_back"
|
|
|
|
android:title="@string/tile_back"
|
|
|
|
android:defaultValue="0xFFFF99"
|
2011-01-17 18:55:36 -08:00
|
|
|
/>
|
2010-07-04 12:53:45 -07:00
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_empty"
|
|
|
|
android:title="@string/empty"
|
|
|
|
android:defaultValue="0xFFFFFF"
|
|
|
|
/>
|
2011-04-01 07:17:11 -07:00
|
|
|
|
|
|
|
<org.eehouse.android.xw4.EditColorPreference
|
|
|
|
android:key="@string/key_background"
|
|
|
|
android:title="@string/background"
|
|
|
|
android:defaultValue="0xFFFFFF"
|
|
|
|
/>
|
2010-07-04 12:53:45 -07:00
|
|
|
</PreferenceScreen>
|
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
</PreferenceScreen>
|
2010-02-24 04:29:28 +00:00
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<PreferenceScreen android:title="@string/prefs_behavior"
|
|
|
|
android:summary="@string/prefs_behavior_summary"
|
|
|
|
>
|
|
|
|
<CheckBoxPreference android:key="@string/key_explain_robot"
|
|
|
|
android:title="@string/explain_robot"
|
|
|
|
android:summary="@string/explain_robot_summary"
|
2010-10-18 06:30:56 -07:00
|
|
|
android:defaultValue="true"
|
2010-07-04 12:30:09 -07:00
|
|
|
/>
|
|
|
|
<CheckBoxPreference android:key="@string/key_skip_confirm"
|
|
|
|
android:title="@string/skip_confirm_turn"
|
|
|
|
android:summary="@string/skip_confirm_turn_summary"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
|
|
|
<CheckBoxPreference android:key="@string/key_sort_tiles"
|
|
|
|
android:title="@string/title_sort_tiles"
|
|
|
|
android:summary="@string/summary_sort_tiles"
|
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
|
|
|
<CheckBoxPreference android:key="@string/key_ringer_zoom"
|
|
|
|
android:title="@string/ringer_zoom"
|
|
|
|
android:summary="@string/ringer_zoom_summary"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
2010-07-17 07:06:33 -07:00
|
|
|
<CheckBoxPreference android:key="@string/key_peek_other"
|
|
|
|
android:title="@string/peek_other"
|
|
|
|
android:summary="@string/peek_other_summary"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
2011-02-22 18:59:56 -08:00
|
|
|
</PreferenceScreen>
|
2010-02-07 05:17:38 +00:00
|
|
|
|
2011-02-22 18:59:56 -08:00
|
|
|
<PreferenceScreen android:title="@string/network_behavior"
|
|
|
|
android:summary="@string/network_behavior_summary"
|
|
|
|
>
|
2011-01-21 06:10:06 -08:00
|
|
|
<org.eehouse.android.xw4.PollListPreference
|
|
|
|
android:key="@string/key_connect_frequency"
|
|
|
|
android:title="@string/connect_frequency"
|
|
|
|
android:entries="@array/connect_frequencies"
|
|
|
|
android:entryValues="@array/connect_frequencies_values"
|
|
|
|
android:defaultValue="900"
|
|
|
|
/>
|
2011-02-22 18:59:56 -08:00
|
|
|
|
|
|
|
<CheckBoxPreference android:key="@string/key_notify_sound"
|
|
|
|
android:title="@string/notify_sound"
|
|
|
|
android:summary="@string/notify_other_summary"
|
|
|
|
android:defaultValue="true"
|
|
|
|
/>
|
|
|
|
<CheckBoxPreference android:key="@string/key_notify_vibrate"
|
|
|
|
android:title="@string/notify_vibrate"
|
|
|
|
android:summary="@string/notify_other_summary"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
2010-08-23 18:39:47 -07:00
|
|
|
</PreferenceScreen>
|
|
|
|
|
2010-07-04 12:30:09 -07:00
|
|
|
<PreferenceScreen android:title="@string/advanced"
|
|
|
|
android:summary="@string/advanced_summary"
|
|
|
|
>
|
|
|
|
<EditTextPreference android:key="@string/key_relay_host"
|
|
|
|
android:title="@string/relay_host"
|
|
|
|
android:defaultValue="@string/default_host"
|
|
|
|
/>
|
|
|
|
<EditTextPreference android:key="@string/key_relay_port"
|
|
|
|
android:title="@string/relay_port"
|
2010-10-17 20:37:51 -07:00
|
|
|
android:defaultValue="10997"
|
2010-07-04 12:30:09 -07:00
|
|
|
android:numeric="decimal"
|
|
|
|
/>
|
2010-09-28 06:43:04 -07:00
|
|
|
<EditTextPreference android:key="@string/key_proxy_port"
|
|
|
|
android:title="@string/proxy_port"
|
|
|
|
android:defaultValue="10998"
|
|
|
|
android:numeric="decimal"
|
|
|
|
/>
|
2010-07-04 12:30:09 -07:00
|
|
|
<!-- <EditTextPreference android:key="@string/key_sms_port" -->
|
|
|
|
<!-- android:title="@string/sms_port" -->
|
|
|
|
<!-- android:defaultValue="5432" -->
|
|
|
|
<!-- android:numeric="decimal" -->
|
|
|
|
<!-- /> -->
|
|
|
|
<EditTextPreference android:key="@string/key_dict_host"
|
|
|
|
android:title="@string/dict_host"
|
|
|
|
android:defaultValue="@string/dict_url"
|
|
|
|
/>
|
2010-06-05 07:55:40 -07:00
|
|
|
|
2011-02-28 20:07:07 -08:00
|
|
|
<CheckBoxPreference android:key="@string/key_logging_on"
|
|
|
|
android:title="@string/logging_on"
|
|
|
|
android:defaultValue="false"
|
|
|
|
/>
|
2010-07-04 12:30:09 -07:00
|
|
|
<EditTextPreference android:title="@string/git_rev_title"
|
|
|
|
android:summary="@string/git_rev_gen"
|
|
|
|
android:enabled="false"
|
|
|
|
/>
|
|
|
|
</PreferenceScreen>
|
2010-02-07 05:17:38 +00:00
|
|
|
</PreferenceScreen>
|