diff options
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 123 |
1 files changed, 115 insertions, 8 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index ec2e6b6..2afb1ad 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -175,6 +175,11 @@ android:summary="@string/init_summary_address" android:defaultValue="true" /> <CheckBoxPreference + android:key="@string/pref_plainLogs" + android:title="@string/init_plain_logs" + android:summary="@string/init_summary_plain_logs" + android:defaultValue="false" /> + <CheckBoxPreference android:key="@string/pref_useenglish" android:title="@string/init_useenglish" android:summary="@string/init_summary_useenglish" @@ -226,11 +231,6 @@ android:title="@string/init_disabled" android:summary="@string/init_summary_disabled" android:defaultValue="false" /> - <CheckBoxPreference - android:key="@string/pref_plainLogs" - android:title="@string/init_plain_logs" - android:summary="@string/init_summary_plain_logs" - android:defaultValue="false" /> </PreferenceScreen> @@ -277,7 +277,7 @@ android:summary="@string/init_showwaypoint_description" android:selectable="false" /> <cgeo.geocaching.settings.WpThresholdPreference - android:key="@string/pref_gcshowwaypointsthreshold" + android:key="@string/pref_showwaypointsthreshold" android:layout="@layout/wp_threshold_preference" /> <CheckBoxPreference @@ -348,7 +348,7 @@ android:key="@string/pref_choose_list" android:title="@string/init_choose_list" android:summary="@string/init_summary_choose_list" - android:defaultValue="false" /> + android:defaultValue="true" /> </PreferenceScreen> @@ -384,7 +384,114 @@ android:defaultValue="0" /> </PreferenceCategory> - + + <PreferenceCategory + android:title="@string/settings_title_navigation_menu" > + + <cgeo.geocaching.settings.TextPreference + android:layout="@layout/text_preference" + android:text="@string/init_navigation_menu_description" /> + + <PreferenceScreen + android:title="@string/settings_title_navigation_menu" + android:key="@string/pref_fakekey_navigation_menu_screen" > + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_compass" + android:title="@string/compass_title" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_radar" + android:title="@string/cache_menu_radar" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_internal_map" + android:title="@string/cache_menu_map" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_static_map" + android:title="@string/cache_menu_map_static" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_static_map_download" + android:title="@string/cache_menu_download_map_static" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_locus" + android:title="@string/caches_map_locus" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_rmaps" + android:title="@string/cache_menu_rmaps" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_maps" + android:title="@string/cache_menu_map_ext" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_navigation" + android:title="@string/cache_menu_navigation_drive" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_streetview" + android:title="@string/cache_menu_streetview" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_oruxmaps" + android:title="@string/cache_menu_oruxmaps" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_navigon" + android:title="@string/cache_menu_navigon" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_sygic" + android:title="@string/cache_menu_sygic" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_walk" + android:title="@string/cache_menu_navigation_walk" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_bike" + android:title="@string/cache_menu_navigation_bike" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_google_maps_directions" + android:title="@string/cache_menu_maps_directions" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_cache_beacon" + android:title="@string/cache_menu_cachebeacon" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_gcc" + android:title="@string/cache_menu_gcc" /> + <CheckBoxPreference + android:defaultValue="true" + android:enabled="false" + android:key="@string/pref_navigation_menu_where_you_go" + android:title="@string/cache_menu_whereyougo" /> + </PreferenceScreen> + </PreferenceCategory> </PreferenceScreen> <PreferenceScreen |
