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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download) (as text)
Mon Feb 4 17:41:59 2013 UTC (11 years, 1 month ago) by zoff99
File MIME type: text/xml
File size: 10478 byte(s)
new map version, lots of fixes and experimental new features
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3
4 <PreferenceCategory android:title="Position" >
5 <CheckBoxPreference
6 android:defaultValue="true"
7 android:key="use_fast_provider"
8 android:summary="Use GSM/3g/Wireless networks for getting position"
9 android:title="GSM/3g/Wireless" />
10 <CheckBoxPreference
11 android:defaultValue="true"
12 android:key="use_agps"
13 android:summary="Use aGPS (assisted GPS) to get a faster fix (uses Internet)"
14 android:title="aGPS" />
15 <CheckBoxPreference
16 android:defaultValue="true"
17 android:key="follow_gps"
18 android:summary="Center on GPS. activate this for Compass heading to work"
19 android:title="Follow" />
20 <CheckBoxPreference
21 android:defaultValue="true"
22 android:key="use_lock_on_roads"
23 android:summary="lock Vehicle on nearest Road. turn off if you are walking or driving offroad"
24 android:title="lock on Roads" />
25 <CheckBoxPreference
26 android:defaultValue="false"
27 android:key="show_vehicle_in_center"
28 android:summary="show vehicle in screen center, instead of the lower half of the screen"
29 android:title="Vehicle in center" />
30 <CheckBoxPreference
31 android:defaultValue="false"
32 android:key="show_sat_status"
33 android:summary="show Satellite status"
34 android:title="Sat Status" />
35 </PreferenceCategory>
36 <PreferenceCategory android:title="Direction" >
37 <CheckBoxPreference
38 android:defaultValue="false"
39 android:key="use_compass_heading_base"
40 android:summary="Get direction from compass. needs lots of CPU! The worldview will show incorrect position!"
41 android:title="Compass" >
42 </CheckBoxPreference>
43 <CheckBoxPreference
44 android:defaultValue="false"
45 android:dependency="use_compass_heading_base"
46 android:key="use_compass_heading_always"
47 android:layout="?android:attr/preferenceLayoutChild"
48 android:summary="Get current heading from compass even at higher speeds"
49 android:title="Compass always" />
50 <CheckBoxPreference
51 android:defaultValue="false"
52 android:dependency="use_compass_heading_base"
53 android:key="use_compass_heading_fast"
54 android:layout="?android:attr/preferenceLayoutChild"
55 android:summary="turns much smoother, WARNING: WILL EAT ALL your CPU!!"
56 android:title="fast Compass" >
57 </CheckBoxPreference>
58 </PreferenceCategory>
59 <PreferenceCategory android:title="Units" >
60 <CheckBoxPreference
61 android:defaultValue="false"
62 android:key="use_imperial"
63 android:summary="Use Imperial units instead of metric units"
64 android:title="Imperial" />
65 </PreferenceCategory>
66 <PreferenceCategory android:title="Routing" >
67 <CheckBoxPreference
68 android:defaultValue="true"
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="use_index_search"
75 android:summary="use faster and better index search [donate version]"
76 android:title="index search" />
77
78 <ListPreference
79 android:defaultValue="0"
80 android:entries="@array/trafficlights_delayArray"
81 android:entryValues="@array/trafficlights_delayValues"
82 android:key="trafficlights_delay"
83 android:summary="calculate traffic lights delay for routing"
84 android:title="Traffic lights delay" />
85
86 <CheckBoxPreference
87 android:defaultValue="true"
88 android:key="speak_street_names"
89 android:summary="Say Streetnames when navigating. on foreign languages streetnames may sound strange!"
90 android:title="speak Streetnames" />
91
92 <ListPreference
93 android:defaultValue="2"
94 android:entries="@array/route_styleArray"
95 android:entryValues="@array/route_styleValues"
96 android:key="route_style"
97 android:summary="Paint Route on map in different styles"
98 android:title="Route Style" />
99 </PreferenceCategory>
100 <PreferenceCategory android:title="GUI" >
101 <CheckBoxPreference
102 android:defaultValue="false"
103 android:key="show_3d_map"
104 android:summary="show map in 3D [BETA]"
105 android:title="3D" />
106 <CheckBoxPreference
107 android:defaultValue="true"
108 android:key="save_zoomlevel"
109 android:summary="save last Zoomlevel"
110 android:title="Zoomlevel" />
111 <CheckBoxPreference
112 android:defaultValue="true"
113 android:key="use_anti_aliasing"
114 android:summary="draw with AntiAlias, map is faster when this is OFF"
115 android:title="AntiAlias" />
116 <CheckBoxPreference
117 android:defaultValue="true"
118 android:key="use_map_filtering"
119 android:summary="draw Map with filtering on. this looks nicer, but needs more CPU power"
120 android:title="Map Filtering" />
121 <CheckBoxPreference
122 android:defaultValue="true"
123 android:key="use_custom_font"
124 android:summary="use ZANavi custom font"
125 android:title="use custom Font" />
126 <CheckBoxPreference
127 android:defaultValue="true"
128 android:key="use_smooth_drawing"
129 android:summary="Smooth drawing when moving or when using compass [BETA]"
130 android:title="Smooth Drawing" />
131 <CheckBoxPreference
132 android:defaultValue="true"
133 android:key="show_multipolygons"
134 android:summary="draw lines and areas from multipolygons"
135 android:title="Multipolygons" />
136
137 <ListPreference
138 android:defaultValue="2"
139 android:entries="@array/mapfontsizeArray"
140 android:entryValues="@array/mapfontsizeValues"
141 android:key="map_font_size"
142 android:summary="Select font size for map text"
143 android:title="map font size" />
144 <ListPreference
145 android:defaultValue="0"
146 android:entries="@array/drawatorderArray"
147 android:entryValues="@array/drawatorderValues"
148 android:key="drawatorder"
149 android:summary="Draw more Detail on map. change only on fast devices!"
150 android:title="Draw more Detail" />
151 <ListPreference
152 android:defaultValue="0"
153 android:entries="@array/drawatorder2Array"
154 android:entryValues="@array/drawatorder2Values"
155 android:key="more_map_detail"
156 android:summary="Draw more Detail on map. only on fast devices! needs a RESTART!!"
157 android:title="More map detail [BETA]" />
158 <ListPreference
159 android:defaultValue="7168"
160 android:entries="@array/mapcacheArray"
161 android:entryValues="@array/mapcacheValues"
162 android:key="mapcache"
163 android:summary="Cachesize for Mapdrawing"
164 android:title="Cache for Map" />
165 <ListPreference
166 android:defaultValue="2"
167 android:entries="@array/streetsearchrArray"
168 android:entryValues="@array/streetsearchrValues"
169 android:key="streetsearch_r"
170 android:summary="Searchradius for streets inside a town. Bigger radius will find streets further away from town center"
171 android:title="Searchradius" />
172
173 <CheckBoxPreference
174 android:defaultValue="true"
175 android:key="gui_oneway_arrows"
176 android:summary="show oneway street arrows [BETA]"
177 android:title="OneWay Arrows" />
178 </PreferenceCategory>
179
180 <PreferenceCategory android:title="Debug" >
181 <CheckBoxPreference
182 android:defaultValue="false"
183 android:key="show_debug_messages"
184 android:summary="show Debug Messages [DEBUG]"
185 android:title="Debug Mgs" />
186 <CheckBoxPreference
187 android:defaultValue="false"
188 android:key="enable_debug_functions"
189 android:summary="enable Debug functions in menu [DEBUG]"
190 android:title="Debug Functions" />
191 <CheckBoxPreference
192 android:defaultValue="false"
193 android:key="item_dump"
194 android:summary="show item dump [DEBUG]"
195 android:title="show item dump" />
196 <CheckBoxPreference
197 android:defaultValue="false"
198 android:key="show_route_rects"
199 android:summary="show route rectangles [DEBUG]"
200 android:title="show route rectangles" />
201 </PreferenceCategory>
202
203 <PreferenceCategory android:title="Language" >
204 <ListPreference
205 android:defaultValue="*DEFAULT*"
206 android:entries="@array/langArray"
207 android:entryValues="@array/langValues"
208 android:key="navit_lang"
209 android:summary="Select Language for messages. needs a RESTART!!"
210 android:title="Language" />
211 </PreferenceCategory>
212 <PreferenceCategory android:title="Data" >
213 <EditTextPreference
214 android:dialogMessage="mapdir"
215 android:dialogTitle="Enter Map Directory"
216 android:key="map_directory"
217 android:summary="Change mapdirectory. needs a RESTART!!"
218 android:title="Map Directory" />
219 </PreferenceCategory>
220 <PreferenceCategory android:title="Info" >
221 <EditTextPreference
222 android:name="About"
223 android:defaultValue=""
224 android:key="about_edit_text"
225 android:selectable="false"
226 android:summary="ZANavi Version ???"
227 android:title="ZANavi Version" />
228 </PreferenceCategory>
229
230 </PreferenceScreen>

   
Visit the ZANavi Wiki