/[zanavi_public1]/navit/navit/android/res/xml/preferences.xml
ZANavi

Diff of /navit/navit/android/res/xml/preferences.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 26 Revision 27
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 2<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3
3 <PreferenceCategory android:title="Position"> 4 <PreferenceCategory android:title="Position" >
4 <CheckBoxPreference android:title="GSM/3g/Wireless" 5 <CheckBoxPreference
5 android:defaultValue="false" 6 android:defaultValue="false"
7 android:key="use_fast_provider"
6 android:summary="Use GSM/3g/Wireless networks for getting position" 8 android:summary="Use GSM/3g/Wireless networks for getting position"
7 android:key="use_fast_provider" /> 9 android:title="GSM/3g/Wireless" />
8 <CheckBoxPreference android:title="aGPS" 10 <CheckBoxPreference
9 android:defaultValue="false" 11 android:defaultValue="false"
12 android:key="use_agps"
10 android:summary="Use aGPS (assisted GPS) to get a faster fix (uses Internet)" 13 android:summary="Use aGPS (assisted GPS) to get a faster fix (uses Internet)"
11 android:key="use_agps" /> 14 android:title="aGPS" />
12 <CheckBoxPreference android:title="Follow" 15 <CheckBoxPreference
13 android:defaultValue="true" 16 android:defaultValue="true"
17 android:key="follow_gps"
14 android:summary="Center on GPS. activate this for Compass heading to work" 18 android:summary="Center on GPS. activate this for Compass heading to work"
15 android:key="follow_gps" /> 19 android:title="Follow" />
16 <CheckBoxPreference android:title="lock on Roads" 20 <CheckBoxPreference
17 android:defaultValue="true" 21 android:defaultValue="true"
22 android:key="use_lock_on_roads"
18 android:summary="lock Vehicle on nearest Road. turn off if you are walking or driving offroad" 23 android:summary="lock Vehicle on nearest Road. turn off if you are walking or driving offroad"
19 android:key="use_lock_on_roads" /> 24 android:title="lock on Roads" />
20 <CheckBoxPreference android:title="Vehicle in center" 25 <CheckBoxPreference
21 android:defaultValue="false" 26 android:defaultValue="false"
27 android:key="show_vehicle_in_center"
22 android:summary="show vehicle in screen center, instead of the lower half of the screen" 28 android:summary="show vehicle in screen center, instead of the lower half of the screen"
23 android:key="show_vehicle_in_center" /> 29 android:title="Vehicle in center" />
24 <CheckBoxPreference android:title="Sat Status" 30 <CheckBoxPreference
25 android:defaultValue="false" 31 android:defaultValue="false"
32 android:key="show_sat_status"
26 android:summary="show Satellite status" 33 android:summary="show Satellite status"
27 android:key="show_sat_status" /> 34 android:title="Sat Status" />
28 </PreferenceCategory> 35 </PreferenceCategory>
29 <PreferenceCategory android:title="Direction"> 36 <PreferenceCategory android:title="Direction" >
30 <CheckBoxPreference android:title="Compass" 37 <CheckBoxPreference
31 android:defaultValue="false" 38 android:defaultValue="false"
39 android:key="use_compass_heading_base"
32 android:summary="Get direction from compass. needs lots of CPU! The worldview will show incorrect position!" 40 android:summary="Get direction from compass. needs lots of CPU! The worldview will show incorrect position!"
33 android:key="use_compass_heading_base"> 41 android:title="Compass" >
34 </CheckBoxPreference> 42 </CheckBoxPreference>
35 <CheckBoxPreference android:title="Compass always" 43 <CheckBoxPreference
36 android:dependency="use_compass_heading_base" android:layout="?android:attr/preferenceLayoutChild"
37 android:defaultValue="false" 44 android:defaultValue="false"
45 android:dependency="use_compass_heading_base"
46 android:key="use_compass_heading_always"
47 android:layout="?android:attr/preferenceLayoutChild"
38 android:summary="Get current heading from compass even at higher speeds" 48 android:summary="Get current heading from compass even at higher speeds"
39 android:key="use_compass_heading_always" /> 49 android:title="Compass always" />
40 <CheckBoxPreference android:title="fast Compass" 50 <CheckBoxPreference
41 android:dependency="use_compass_heading_base" android:layout="?android:attr/preferenceLayoutChild"
42 android:defaultValue="false" 51 android:defaultValue="false"
52 android:dependency="use_compass_heading_base"
53 android:key="use_compass_heading_fast"
54 android:layout="?android:attr/preferenceLayoutChild"
43 android:summary="turns much smoother, WARNING: WILL EAT ALL your CPU!!" 55 android:summary="turns much smoother, WARNING: WILL EAT ALL your CPU!!"
44 android:key="use_compass_heading_fast"> 56 android:title="fast Compass" >
45 </CheckBoxPreference> 57 </CheckBoxPreference>
46 </PreferenceCategory> 58 </PreferenceCategory>
47 <PreferenceCategory android:title="Units"> 59 <PreferenceCategory android:title="Units" >
48 <CheckBoxPreference android:title="Imperial" 60 <CheckBoxPreference
49 android:defaultValue="false" android:summary="Use Imperial units instead of metric units" 61 android:defaultValue="false"
50 android:key="use_imperial" /> 62 android:key="use_imperial"
63 android:summary="Use Imperial units instead of metric units"
64 android:title="Imperial" />
51 </PreferenceCategory> 65 </PreferenceCategory>
52 <PreferenceCategory android:title="Routing"> 66 <PreferenceCategory android:title="Routing" >
53 <CheckBoxPreference android:title="prefer Highways" 67 <CheckBoxPreference
54 android:defaultValue="true" android:summary="prefer Highways for routing" 68 android:defaultValue="true"
55 android:key="use_route_highways" /> 69 android:key="use_route_highways"
70 android:summary="prefer Highways for routing"
71 android:title="prefer Highways" />
72 <CheckBoxPreference
73 android:defaultValue="true"
74 android:key="speak_street_names"
75 android:summary="Say Streetnames when navigating. on foreign languages streetnames may sound strange!"
76 android:title="speak Streetnames" />
56 </PreferenceCategory> 77 </PreferenceCategory>
57 <PreferenceCategory android:title="GUI"> 78 <PreferenceCategory android:title="GUI" >
58 <CheckBoxPreference android:title="3D" 79 <CheckBoxPreference
59 android:defaultValue="false" android:summary="show map in 3D [BETA]" 80 android:defaultValue="false"
60 android:key="show_3d_map" /> 81 android:key="show_3d_map"
61 <CheckBoxPreference android:title="Zoomlevel" 82 android:summary="show map in 3D [BETA]"
62 android:defaultValue="true" android:summary="save last Zoomlevel" 83 android:title="3D" />
63 android:key="save_zoomlevel" /> 84 <CheckBoxPreference
64 <CheckBoxPreference android:title="AntiAlias"
65 android:defaultValue="true" 85 android:defaultValue="true"
86 android:key="save_zoomlevel"
87 android:summary="save last Zoomlevel"
88 android:title="Zoomlevel" />
89 <CheckBoxPreference
90 android:defaultValue="true"
91 android:key="use_anti_aliasing"
66 android:summary="draw with AntiAlias, map is faster when this is OFF" 92 android:summary="draw with AntiAlias, map is faster when this is OFF"
67 android:key="use_anti_aliasing" /> 93 android:title="AntiAlias" />
68 <CheckBoxPreference android:title="OneWay Arrows" 94 <CheckBoxPreference
69 android:defaultValue="false" android:summary="show oneway street arrows [BETA]" 95 android:defaultValue="false"
96 android:key="use_custom_font"
97 android:summary="use ZANavi custom font"
98 android:title="use custom Font" />
99
100 <ListPreference
101 android:defaultValue="2"
102 android:entries="@array/mapfontsizeArray"
103 android:entryValues="@array/mapfontsizeValues"
104 android:key="map_font_size"
105 android:summary="Select font size for map text"
106 android:title="map font size" />
107 <ListPreference
108 android:defaultValue="1"
109 android:entries="@array/mapdrawingtimeoutArray"
110 android:entryValues="@array/mapdrawingtimeoutValues"
111 android:key="cancel_map_drawing_timeout"
112 android:summary="Timeout for map drawing. set to long only on fast devices!"
113 android:title="Timeout for map drawing" />
114 <ListPreference
115 android:defaultValue="0"
116 android:entries="@array/drawatorderArray"
117 android:entryValues="@array/drawatorderValues"
118 android:key="drawatorder"
119 android:summary="Draw more Detail on map. change only on fast devices!"
120 android:title="Draw more Detail" />
121 <ListPreference
122 android:defaultValue="7168"
123 android:entries="@array/mapcacheArray"
124 android:entryValues="@array/mapcacheValues"
125 android:key="mapcache"
126 android:summary="Cachesize for Mapdrawing"
127 android:title="Cache for Map" />
128 <ListPreference
129 android:defaultValue="1"
130 android:entries="@array/streetsearchrArray"
131 android:entryValues="@array/streetsearchrValues"
132 android:key="streetsearch_r"
133 android:summary="Searchradius for streets inside a town. Bigger radius will find streets further away from town center"
134 android:title="Searchradius" />
135
136 <CheckBoxPreference
137 android:defaultValue="false"
70 android:key="gui_oneway_arrows" /> 138 android:key="gui_oneway_arrows"
71 <CheckBoxPreference android:title="Debug Mgs" 139 android:summary="show oneway street arrows [BETA]"
72 android:defaultValue="false" android:summary="show Debug Messages [DEBUG]" 140 android:title="OneWay Arrows" />
73 android:key="show_debug_messages" />
74 </PreferenceCategory> 141 </PreferenceCategory>
142 <PreferenceCategory android:title="Debug" >
143 <CheckBoxPreference
144 android:defaultValue="false"
145 android:key="show_debug_messages"
146 android:summary="show Debug Messages [DEBUG]"
147 android:title="Debug Mgs" />
148 <CheckBoxPreference
149 android:defaultValue="false"
150 android:key="enable_debug_functions"
151 android:summary="enable Debug functions in menu [DEBUG]"
152 android:title="Debug Functions" />
153 </PreferenceCategory>
75 <PreferenceCategory android:title="Language"> 154 <PreferenceCategory android:title="Language" >
76 <ListPreference android:title="Language" 155 <ListPreference
156 android:defaultValue="*DEFAULT*"
157 android:entries="@array/langArray"
158 android:entryValues="@array/langValues"
159 android:key="navit_lang"
77 android:summary="Select Language for messages. needs a RESTART!!" 160 android:summary="Select Language for messages. needs a RESTART!!"
78 android:key="navit_lang" android:defaultValue="*DEFAULT*" 161 android:title="Language" />
79 android:entries="@array/langArray" android:entryValues="@array/langValues" />
80 </PreferenceCategory> 162 </PreferenceCategory>
163 <PreferenceCategory android:title="Data" >
164 <EditTextPreference
165 android:dialogMessage="mapdir"
166 android:dialogTitle="Enter Map Directory"
167 android:key="map_directory"
168 android:summary="Change mapdirectory. needs a RESTART!!"
169 android:title="Map Directory" />
170 </PreferenceCategory>
81 <PreferenceCategory android:title="Info"> 171 <PreferenceCategory android:title="Info" >
82 <EditTextPreference android:name="About" 172 <EditTextPreference
83 android:summary="ZANavi Version ???" android:defaultValue="" 173 android:name="About"
84 android:selectable="false" android:title="ZANavi Version" 174 android:defaultValue=""
85 android:key="about_edit_text" /> 175 android:key="about_edit_text"
176 android:selectable="false"
177 android:summary="ZANavi Version ???"
178 android:title="ZANavi Version" />
86 </PreferenceCategory> 179 </PreferenceCategory>
180
87</PreferenceScreen> 181</PreferenceScreen>

Legend:
Removed from v.26  
changed lines
  Added in v.27

   
Visit the ZANavi Wiki