- extract App into separate project, make VectorTileMap a library project

- added minimum MapActivity example
This commit is contained in:
Hannes Janetzek
2012-10-28 17:28:24 +01:00
parent ab5962d56c
commit 5916f1be5e
120 changed files with 0 additions and 7694 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 831 B

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/btn_snap_pressed" />
<item android:state_checked="true" android:drawable="@drawable/btn_snap_selected" />
<item android:drawable="@drawable/btn_snap_normal" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#BB000000" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/delete_pressed"
android:state_pressed="true" />
<item android:drawable="@drawable/delete"
android:state_focused="true" />
<item android:drawable="@drawable/delete" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/moreinfo_arrow_pressed"
android:state_pressed="true" />
<item android:drawable="@drawable/moreinfo_arrow"
android:state_focused="true" />
<item android:drawable="@drawable/moreinfo_arrow" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/filePickerView"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:fadingEdge="vertical"
android:fadingEdgeLength="30dip" android:columnWidth="100dip" android:numColumns="auto_fit" />

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mainView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:windowActionBarOverlay="true" >
<org.oscim.view.MapView
android:id="@+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<ToggleButton
android:id="@+id/snapToLocationView"
android:layout_width="57dp"
android:layout_height="72dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="10dip"
android:layout_marginRight="10dip"
android:background="@drawable/snap_to_position"
android:textOff=""
android:textOn=""
android:visibility="gone" />
</RelativeLayout>

View File

@@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/bonuspack_bubble_black" >
<ImageView android:id="@+id/bubble_image"
android:layout_width="65dp"
android:layout_height="65dp"
android:paddingLeft="5dp"
android:visibility="gone" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView android:id="@+id/bubble_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:maxEms="17"
android:layout_gravity="left"
android:layout_weight="1"
android:text="Title" />
<Button android:id="@+id/bubble_moreinfo"
android:background="@drawable/btn_moreinfo"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_weight="0" />
</LinearLayout>
<TextView android:id="@+id/bubble_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:textSize="12dp"
android:maxEms="17"
android:text="Description" />
<TextView android:id="@+id/bubble_subdescription"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:textSize="10dp"
android:maxEms="17"
android:text="Address"
android:visibility="gone"
/>
</LinearLayout>
</LinearLayout>

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="20dip">
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
android:orientation="vertical">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/latitude" android:textStyle="bold" android:textColor="#FFF" />
<EditText android:id="@+id/latitude" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:maxLength="9" android:inputType="numberSigned|numberDecimal" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/longitude" android:textStyle="bold" android:textColor="#FFF" />
<EditText android:id="@+id/longitude" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:maxLength="9" android:inputType="numberSigned|numberDecimal" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/zoomLevel" android:textStyle="bold" android:textColor="#FFF" />
<SeekBar android:id="@+id/zoomLevel" android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<TextView android:id="@+id/zoomlevelValue" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:textStyle="bold" android:gravity="center_horizontal" />
</LinearLayout>
</ScrollView>

View File

@@ -1,60 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:padding="20dip">
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical">
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_name"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewName" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_size"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewSize" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_version"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewVersion" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_debug"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewDebug" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_date"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewDate" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_area"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewArea" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_start_position"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewStartPosition" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_start_zoom_level"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewStartZoomLevel" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/info_map_file_language_preference" android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewLanguagePreference" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_comment"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewComment" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/info_map_file_created_by"
android:textStyle="bold" android:textColor="#FFF" />
<TextView android:id="@+id/infoMapFileViewCreatedBy" android:layout_width="fill_parent" android:layout_height="wrap_content"
android:paddingBottom="10dip" />
</LinearLayout>
</ScrollView>

View File

@@ -1,34 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ImageView
android:id="@+id/thumbnail"
android:layout_width="65dp"
android:layout_height="65dp"
android:scaleType="centerCrop"
android:src="@drawable/ic_continue" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="instructions"
android:textColor="#000000" />
<TextView
android:id="@+id/details"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="distance/duration"
android:textColor="#555555" />
</LinearLayout>
</LinearLayout>

View File

@@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#55000000"
android:orientation="vertical">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center|clip_vertical"
android:layout_marginBottom="10dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:orientation="vertical"
android:background="#FFFFFF"
android:padding="10dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<AutoCompleteTextView
android:id="@+id/poiTag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:completionThreshold="1" />
<Button
android:id="@+id/buttonSetPOITag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Search" />
</LinearLayout>
<ListView
android:id="@+id/items"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>
</LinearLayout>

View File

@@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/bonuspack_bubble_black" >
<ImageView android:id="@+id/bubble_image"
android:layout_width="65dp"
android:layout_height="65dp"
android:paddingLeft="5dp"
android:visibility="gone" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView android:id="@+id/bubble_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:maxEms="17"
android:text="Title" />
</LinearLayout>
<TextView android:id="@+id/bubble_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:textSize="12dp"
android:maxEms="17"
android:text="Description" />
<TextView android:id="@+id/bubble_subdescription"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:textSize="10dp"
android:maxEms="17"
android:text="Address"
android:visibility="gone" />
</LinearLayout>
<Button android:id="@+id/bubble_delete"
android:background="@drawable/btn_delete"
android:visibility="visible"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_gravity="right" />
</LinearLayout>

View File

@@ -1,52 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/bonuspack_bubble" >
<ImageView android:id="@+id/bubble_image"
android:layout_width="65dp"
android:layout_height="65dp"
android:visibility="gone" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:orientation="vertical" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<TextView android:id="@+id/bubble_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:maxEms="17"
android:layout_gravity="left"
android:layout_weight="1"
android:text="Title" />
<Button android:id="@+id/bubble_moreinfo"
android:background="@drawable/btn_moreinfo"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_weight="0" />
</LinearLayout>
<TextView android:id="@+id/bubble_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:textSize="12dp"
android:maxEms="17"
android:text="Description" />
<TextView android:id="@+id/bubble_subdescription"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#000000"
android:textSize="10dp"
android:maxEms="17"
android:text="Address"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>

View File

@@ -1,69 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<EditText
android:id="@+id/editDestination"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_weight="1"
android:hint="@string/destination" />
<Button
android:id="@+id/buttonSearch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_weight="0"
android:text="Search" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<AutoCompleteTextView
android:id="@+id/poiTag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_weight="1"
android:completionThreshold="1"
android:hint="POI tag" />
<Button
android:id="@+id/buttonSetPOITag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_weight="0"
android:text="Search" />
</LinearLayout>
<TextView
android:id="@+id/routeInfo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#FFBBBBBB"
android:textColor="#FF000000" />
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<org.osmdroid.views.MapView
android:id="@+id/map"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</RelativeLayout>
</LinearLayout>

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_departure"
android:title="Set Departure"/>
<item
android:id="@+id/menu_destination"
android:title="Set Destination"/>
<item
android:id="@+id/menu_viapoint"
android:title="Add Via-Point"/>
<item
android:id="@+id/menu_none"
android:title="Cancel"/>
</menu>

View File

@@ -1,102 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_position"
android:icon="@drawable/ic_menu_mylocation"
android:showAsAction="always"
android:title="@string/menu_position">
<menu>
<item
android:id="@+id/menu_position_my_location_enable"
android:title="@string/menu_position_my_location_enable"/>
<item
android:id="@+id/menu_position_my_location_disable"
android:title="@string/menu_position_my_location_disable"/>
<!--
<item
android:id="@+id/menu_position_last_known"
android:title="@string/menu_position_last_known"/>
-->
<item
android:id="@+id/menu_position_enter_coordinates"
android:title="@string/menu_position_enter_coordinates"/>
<item
android:id="@+id/menu_position_map_center"
android:title="@string/menu_position_map_file_center"/>
<item
android:id="@+id/menu_rotation_enable"
android:title="@string/menu_rotation_enable"/>
<item
android:id="@+id/menu_rotation_disable"
android:title="@string/menu_rotation_disable"/>
<item
android:id="@+id/menu_compass_enable"
android:title="@string/menu_compass_enable"/>
<item
android:id="@+id/menu_compass_disable"
android:title="@string/menu_compass_disable"/>
</menu>
</item>
<!--
<item
android:id="@+id/menu_options"
android:icon="@drawable/ic_menu_options"
android:showAsAction="always"
android:title="@string/menu_options">
<menu>
-->
<!-- android:icon="@drawable/ic_menu_preferences" -->
<item
android:id="@+id/menu_preferences"
android:showAsAction="never"
android:icon="@drawable/ic_menu_options"
android:title="@string/menu_preferences"/>
<!-- android:icon="@drawable/ic_menu_mapmode" -->
<!-- android:icon="@drawable/ic_menu_archive" -->
<!--
<item
android:id="@+id/menu_mapfile"
android:showAsAction="never"
android:title="@string/menu_mapfile"/>
-->
<!--
<item
android:id="@+id/menu_info_map_file"
android:title="@string/menu_info_map_file"/>
-->
<!--
</menu>
</item>
-->
<item
android:id="@+id/menu_render_theme"
android:showAsAction="never"
android:title="@string/menu_render_theme">
<menu>
<item
android:id="@+id/menu_render_theme_osmarender"
android:title="@string/menu_render_theme_osmarender"/>
<item
android:id="@+id/menu_render_theme_tronrender"
android:title="@string/menu_render_theme_tronrender"/>
<item
android:id="@+id/menu_render_theme_select_file"
android:title="@string/menu_render_theme_select_file"/>
</menu>
</item>
<item
android:id="@+id/menu_info_about"
android:title="@string/menu_info_about"/>
<item
android:id="@+id/menu_pois"
android:title="@string/menu_pois"/>
<item
android:id="@+id/menu_poi_list"
android:title="@string/menu_poi_list"/>
</menu>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_link"
android:title="Open URL"/>
<item
android:id="@+id/menu_none"
android:title="Cancel"/>
</menu>

View File

@@ -1,105 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!-- <string-array name="preferences_map_generator_values">
<item>Mapfile</item>
<item>PostGIS</item>
<item>OpenScienceMap</item>
</string-array> -->
<string-array name="preferences_scale_bar_unit_values">
<item>angloamerikanisch</item>
<item>metrisch</item>
</string-array>
<string-array name="preferences_text_scale_values">
<item>winzig</item>
<item>klein</item>
<item>normal</item>
<item>groß</item>
<item>riesig</item>
</string-array>
<string name="application_name">OpenScienceMap</string>
<string name="cancel">Abbrechen</string>
<string name="error">Fehler</string>
<string name="error_last_location_unknown">Die letzte Position ist unbekannt</string>
<string name="file_invalid">Die gewählte Datei ist ungültig.</string>
<string name="file_select">Bitte wählen Sie eine Datei.</string>
<string name="file_size_byte">byte</string>
<string name="file_size_bytes">bytes</string>
<string name="file_size_kb">kB</string>
<string name="file_size_mb">MB</string>
<string name="file_size_gb">GB</string>
<string name="go_to_position">Gehe zu Position</string>
<string name="info_map_file_area">Fläche</string>
<string name="info_map_file_comment">Kommentar</string>
<string name="info_map_file_created_by">Erzeugt von</string>
<string name="info_map_file_date">Datum</string>
<string name="info_map_file_debug">Debug-Informationen</string>
<string name="info_map_file_debug_no">nicht enthalten</string>
<string name="info_map_file_debug_yes">enthalten</string>
<string name="info_map_file_language_preference">Bevorzugte Sprache</string>
<string name="info_map_file_name">Datei</string>
<string name="info_map_file_size">Dateigröße</string>
<string name="info_map_file_start">Startposition</string>
<string name="info_map_file_start_position">Startposition</string>
<string name="info_map_file_start_zoom_level">Start-Zoomstufe</string>
<string name="info_map_file_version">Version</string>
<string name="latitude">Breitengrad</string>
<string name="longitude">Längengrad</string>
<string name="menu_info">Info</string>
<string name="menu_info_map_file">Kartendatei-Info</string>
<string name="menu_info_about">Über diese Software</string>
<string name="menu_mapfile">Kartendatei</string>
<string name="menu_position">Position</string>
<string name="menu_position_enter_coordinates">Koordinaten eingeben</string>
<string name="menu_position_last_known">Letzte bekannte Position</string>
<string name="menu_position_map_file_center">Zentrum der Kartendatei</string>
<string name="menu_position_my_location_enable">Meine Position anzeigen</string>
<string name="menu_position_my_location_disable">Meine Position entfernen</string>
<string name="menu_preferences">Einstellungen</string>
<string name="menu_render_theme">Render-Theme</string>
<string name="menu_render_theme_osmarender">Default Theme</string>
<string name="menu_render_theme_select_file">XML-Datei wählen …</string>
<string name="menu_screenshot">Screenshot</string>
<string name="menu_screenshot_jpeg">JPEG (verlustbehaftet)</string>
<string name="menu_screenshot_png">PNG (verlustlos)</string>
<string name="no_location_provider_available">Keine Standortquelle verfügbar</string>
<string name="ok">OK</string>
<string name="preferences_debug">Entwicklungs-Einstellungen</string>
<string name="preferences_general">Allgemeine Einstellungen</string>
<string name="preferences_cache_persistence">Cache-Persistenz</string>
<string name="preferences_cache_persistence_desc">Zwischenspeicher beim Beenden beibehalten</string>
<string name="preferences_cache_size">Externer Speicher</string>
<string name="preferences_cache_size_desc">Größe des Caches anpassen</string>
<string name="preferences_cache_size_value">%.1f MB</string>
<string name="preferences_fullscreen">Vollbildmodus</string>
<string name="preferences_fullscreen_desc">Verberge die Statusleiste</string>
<string name="preferences_map">Karteneinstellungen</string>
<string name="preferences_map_view_mode">Karten-Modus</string>
<string name="preferences_map_view_mode_desc">Arbeitsmodus der Karte auswählen</string>
<string name="preferences_move_speed">Scrollgeschwindigkeit</string>
<string name="preferences_move_speed_desc">Scrollgeschwindigkeit der Karte anpassen</string>
<string name="preferences_move_speed_value">%d %% Scrollgeschwindigkeit</string>
<string name="preferences_scale_bar_unit">Kartenmaßstabs-Einheit</string>
<string name="preferences_scale_bar_unit_desc">Einheit des Kartenmaßstabs auswählen</string>
<string name="preferences_show_fps_counter">Bildfrequenz</string>
<string name="preferences_show_fps_counter_desc">FPS-Zähler anzeigen</string>
<string name="preferences_show_scale_bar">Kartenmaßstab</string>
<string name="preferences_show_scale_bar_desc">Maßstabsbalken der Karte anzeigen</string>
<string name="preferences_show_tile_coordinates">Tile-Koordinaten</string>
<string name="preferences_show_tile_coordinates_desc">Koordinaten auf Kacheln malen</string>
<string name="preferences_show_tile_frames">Tile-Umrandungen</string>
<string name="preferences_show_tile_frames_desc">Rahmen um Tiles malen</string>
<string name="preferences_show_water_tiles">Wasser-Kacheln</string>
<string name="preferences_show_water_tiles_desc">Kacheln mit gesetztem Wasser-Bit hervorheben</string>
<string name="preferences_text_scale">Schriftgröße</string>
<string name="preferences_text_scale_desc">Basisgröße für Karten-Beschriftungen auswählen</string>
<string name="preferences_wake_lock">Aktiv bleiben</string>
<string name="preferences_wake_lock_desc">Abschaltung des Bildschirms verhindern</string>
<string name="snap_to_location_enabled">Snap to position ist aktiviert</string>
<string name="snap_to_location_disabled">Snap-to-Position ist deaktiviert</string>
<string name="unit_symbol_kilometer">&#160;km</string>
<string name="unit_symbol_meter">&#160;m</string>
<string name="zoomLevel">Zoomstufe</string>
</resources>

View File

@@ -1,91 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string-array name="preferences_text_scale_values">
<item>hyvin pieni</item>
<item>pieni</item>
<item>normaali</item>
<item>suuri</item>
<item>hyvin suuri</item>
</string-array>
<string name="application_name">OpenScienceMap</string>
<string name="cancel">Peruuta</string>
<string name="error">Virhe</string>
<string name="error_last_location_unknown">Viimeinen sijainti ei ole tiedossa</string>
<string name="file_invalid">Valittu tiedosto ei ole kelvollinen karttatiedosto.</string>
<string name="file_select">Valitse karttatiedosto.</string>
<string name="file_size_byte">tavu</string>
<string name="file_size_bytes">tavua</string>
<string name="file_size_kb">kB</string>
<string name="file_size_mb">MB</string>
<string name="file_size_gb">GB</string>
<string name="go_to_position">Mene sijaintiin</string>
<string name="info_map_file_area">Alue</string>
<string name="info_map_file_comment">Kommentti</string>
<string name="info_map_file_date">Päivämäärä</string>
<string name="info_map_file_debug">Debuggaustietoja</string>
<string name="info_map_file_debug_no">ei sisälletty</string>
<string name="info_map_file_debug_yes">sisälletty</string>
<string name="info_map_file_language_preference">Suosittu kieli</string>
<string name="info_map_file_name">Tiedosto</string>
<string name="info_map_file_size">Tiedoston koko</string>
<string name="info_map_file_start">Aloitussijainti</string>
<string name="info_map_file_start_position">Aloitussijainti</string>
<string name="info_map_file_start_zoom_level">Aloituszoomaustaso</string>
<string name="info_map_file_version">Versio</string>
<string name="latitude">Leveyspiiri</string>
<string name="longitude">Pituuspiiri</string>
<string name="menu_info">Info</string>
<string name="menu_info_map_file">Karttatiedoston ominaisuudet</string>
<string name="menu_info_about">Tästä ohjelmasta</string>
<string name="menu_mapfile">Karttatiedosto</string>
<string name="menu_position">Sijainti</string>
<string name="menu_position_enter_coordinates">Anna koordinaatit</string>
<string name="menu_position_last_known">Viimeinen tunnettu sijainti</string>
<string name="menu_position_map_file_center">Karttatiedoston keskipiste</string>
<string name="menu_position_my_location_enable">Näytä sijaintini</string>
<string name="menu_position_my_location_disable">Poista sijaintini</string>
<string name="menu_preferences">Suositukset</string>
<string name="menu_render_theme">Render theme</string>
<string name="menu_render_theme_osmarender">Default Theme</string>
<string name="menu_render_theme_select_file">Valitse XML tiedosto …</string>
<string name="menu_screenshot">Screenshot</string>
<string name="menu_screenshot_jpeg">JPEG (häviöllinen)</string>
<string name="menu_screenshot_png">PNG (häviötön)</string>
<string name="no_location_provider_available">Sijaintilähde ei ole käytettävissä</string>
<string name="ok">OK</string>
<string name="preferences_debug">Debuggausasetukset</string>
<string name="preferences_general">Yleiset asetukset</string>
<string name="preferences_cache_persistence">Välimuistin pysyvyys</string>
<string name="preferences_cache_persistence_desc">Pitää välimuistin lopettaessa</string>
<string name="preferences_cache_size">Ulkopuolinen muisti</string>
<string name="preferences_cache_size_desc">Säädä välimuistin kokoa</string>
<string name="preferences_cache_size_value">%.1f MB</string>
<string name="preferences_fullscreen">Kokoruututila</string>
<string name="preferences_fullscreen_desc">Piilota tilapalkki</string>
<string name="preferences_map">Kartta-asetukset</string>
<string name="preferences_map_view_mode">Kartta-asetus</string>
<string name="preferences_map_view_mode_desc">Valitse toiminta-asetus</string>
<string name="preferences_move_speed">Liikkumisnopeus</string>
<string name="preferences_move_speed_desc">Säädä kartan liikkumisnopeutta</string>
<string name="preferences_move_speed_value">%d %% liikkumisnopeus</string>
<string name="preferences_show_fps_counter">Kehysnopeus</string>
<string name="preferences_show_fps_counter_desc">Salli kehyksen sekunttilaskin</string>
<string name="preferences_show_scale_bar">Kartan mittakaava</string>
<string name="preferences_show_scale_bar_desc">Näytä kartan mittakaava</string>
<string name="preferences_show_tile_coordinates">Laattakoordinaatit</string>
<string name="preferences_show_tile_coordinates_desc">Näytä koordinaatit laatalla</string>
<string name="preferences_show_tile_frames">Laattarajat</string>
<string name="preferences_show_tile_frames_desc">Piirrä laattarajat</string>
<string name="preferences_show_water_tiles">Vesilaatat</string>
<string name="preferences_show_water_tiles_desc">Korostaa vettä sisältävät laatat</string>
<string name="preferences_text_scale">Fonttikoko</string>
<string name="preferences_text_scale_desc">Valitse karttamerkintöjen tekstikoko</string>
<string name="preferences_wake_lock">Pysyy aktiivisena</string>
<string name="preferences_wake_lock_desc">Estää kuvaruudun himmenemisen</string>
<string name="snap_to_location_enabled">Kohdista sijainti on aktivoitu</string>
<string name="snap_to_location_disabled">Kohdista sijainti on deaktivoitu</string>
<string name="unit_symbol_kilometer">&#160;km</string>
<string name="unit_symbol_meter">&#160;m</string>
<string name="zoomLevel">Zoomaustaso</string>
</resources>

View File

@@ -1,96 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!-- <string-array name="preferences_map_generator_values">
<item>Mapfile</item>
<item>PostGIS</item>
<item>OpenScienceMap</item>
</string-array> -->
<string-array name="preferences_text_scale_values">
<item>minuscola</item>
<item>piccola</item>
<item>normale</item>
<item>grande</item>
<item>enorme</item>
</string-array>
<string name="application_name">OpenScienceMap</string>
<string name="cancel">Annulla</string>
<string name="error">Errore</string>
<string name="error_last_location_unknown">L\'ultima posizione è sconosciuta</string>
<string name="file_invalid">Il file selezionato non è valido.</string>
<string name="file_select">Si prega di selezionare un file.</string>
<string name="file_size_byte">byte</string>
<string name="file_size_bytes">bytes</string>
<string name="file_size_kb">kB</string>
<string name="file_size_mb">MB</string>
<string name="file_size_gb">GB</string>
<string name="go_to_position">Vai alla posizione</string>
<string name="info_map_file_area">Area</string>
<string name="info_map_file_comment">Commento</string>
<string name="info_map_file_date">Data</string>
<string name="info_map_file_debug">Informazioni di debug</string>
<string name="info_map_file_debug_no">non incluso</string>
<string name="info_map_file_debug_yes">incluso</string>
<string name="info_map_file_language_preference">Preferenza di lingua</string>
<string name="info_map_file_name">File</string>
<string name="info_map_file_size">Grandezza del file</string>
<string name="info_map_file_start_position">Punto di partenza</string>
<string name="info_map_file_start_zoom_level">Inizio zoom</string>
<string name="info_map_file_version">Versione</string>
<string name="latitude">Grado di latitudine</string>
<string name="longitude">Meridiano</string>
<string name="menu_info">Info</string>
<string name="menu_info_map_file">Informazioni sul file mappa</string>
<string name="menu_info_about">A proposito di questo software</string>
<string name="menu_mapfile">Mappa</string>
<string name="menu_position">Posizione</string>
<string name="menu_position_enter_coordinates">Inserisci le coordinate</string>
<string name="menu_position_last_known">Ultima posizione nota</string>
<string name="menu_position_map_file_center">Centro della mappa</string>
<string name="menu_position_my_location_enable">Mostra la mia posizione</string>
<string name="menu_position_my_location_disable">Rimuovere la mia posizione</string>
<string name="menu_preferences">Impostazioni</string>
<string name="menu_render_theme">Render modi</string>
<string name="menu_render_theme_osmarender">Default Theme</string>
<string name="menu_render_theme_select_file">Selezionare un file XML …</string>
<string name="menu_screenshot">Screenshot</string>
<string name="menu_screenshot_jpeg">JPEG (con perdita di dati)</string>
<string name="menu_screenshot_png">PNG (senza perdita di dati)</string>
<string name="no_location_provider_available">Nessuna operatore per posizione disponibile</string>
<string name="ok">OK</string>
<string name="preferences_debug">Impostazioni sviluppo</string>
<string name="preferences_general">Impostazioni generali</string>
<string name="preferences_cache_persistence">Persistenza cache</string>
<string name="preferences_cache_persistence_desc">Mantenere il cache in uscita</string>
<string name="preferences_cache_size">Memoria esterna</string>
<string name="preferences_cache_size_desc">Impostare la dimensione della cache</string>
<string name="preferences_cache_size_value">%.1f MB</string>
<string name="preferences_fullscreen">A schermo intero</string>
<string name="preferences_fullscreen_desc">Nascondere la barra di stato</string>
<string name="preferences_map">Impostazioni mappa</string>
<string name="preferences_map_view_mode">Modalitá della mappa</string>
<string name="preferences_map_view_mode_desc">Selezionare la modalità della mappa</string>
<string name="preferences_move_speed">Velocità di scorrimento</string>
<string name="preferences_move_speed_desc">Impostare velocità di scorrimento della mappa</string>
<string name="preferences_move_speed_value">%d %% velocità di scorrimento</string>
<string name="preferences_show_fps_counter">Frame rate</string>
<string name="preferences_show_fps_counter_desc">Visualizzare contatore di frame rate</string>
<string name="preferences_show_scale_bar">Scala della mappa</string>
<string name="preferences_show_scale_bar_desc">Visualizzare barra della scala della mappa</string>
<string name="preferences_show_tile_coordinates">Coordinate del Tile</string>
<string name="preferences_show_tile_coordinates_desc">Dipingere le coordinate sul Tile</string>
<string name="preferences_show_tile_frames">Bordare del Tile</string>
<string name="preferences_show_tile_frames_desc">Dipingere bordare attorno Tile</string>
<string name="preferences_show_water_tiles">Tiles di acqua</string>
<string name="preferences_show_water_tiles_desc">Accentare i Tiles con acqua-bit</string>
<string name="preferences_text_scale">Grandezza del carattere</string>
<string name="preferences_text_scale_desc">Scegli la grandezza standard per le diciture della mappa</string>
<string name="preferences_wake_lock">Rimanere attivo</string>
<string name="preferences_wake_lock_desc">Impedisce la chiusura dello schermo</string>
<string name="snap_to_location_enabled">Scatto alla posizione è attivato</string>
<string name="snap_to_location_disabled">Scatto alla posizione è disattivato</string>
<string name="unit_symbol_kilometer">&#160;km</string>
<string name="unit_symbol_meter">&#160;m</string>
<string name="zoomLevel">Livello di zoom</string>
</resources>

View File

@@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string-array name="preferences_map_database_keys">
<!-- <item>MAP_READER</item> -->
<!-- <item>POSTGIS_READER</item> -->
<item>PBMAP_READER</item>
<item>OSCIMAP_READER</item>
<item>TEST_READER</item>
</string-array>
<string name="preferences_map_database_default">PBMAP_READER</string>
<string-array name="preferences_scale_bar_unit_keys">
<item>imperial</item>
<item>metric</item>
</string-array>
<string name="preferences_scale_bar_unit_default">metric</string>
<string-array name="preferences_text_scale_keys">
<item>0.7</item>
<item>0.85</item>
<item>1.0</item>
<item>1.3</item>
<item>1.6</item>
</string-array>
<string name="preferences_text_scale_default">1.0</string>
<string-array name="view_sections">
<item>Map</item>
<item>Routes</item>
<item>Overlays</item>
<item>etc</item>
</string-array>
</resources>

View File

@@ -1,101 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<!-- OSM tags relevant for a Nominatim search by feature -->
<!-- See http://wiki.openstreetmap.org/wiki/Map_Features -->
<!-- in comment, those with 0 match for Paris area on 16/07/2012 -->
<string-array name="poi_tags">
<!-- Aeroway -->
<!-- <item>aerodrome</item> -->
<!-- Amenity -->
<item>bar</item>
<item>cafe</item>
<!-- <item>fast_food</item> -->
<item>pub</item>
<item>restaurant</item>
<item>library</item>
<item>school</item>
<item>university</item>
<!-- <item>bicycle_parking</item> -->
<item>bus_station</item>
<!-- <item>car_rental</item> -->
<item>car_sharing</item>
<item>car_wash</item>
<!-- <item>ev_charging</item> -->
<item>fuel</item>
<item>parking</item>
<item>taxi</item>
<item>atm</item>
<item>bank</item>
<item>dentist</item>
<item>hospital</item>
<item>pharmacy</item>
<!-- <item>veterinary</item> -->
<item>cinema</item>
<!-- <item>nightclub</item> -->
<item>theatre</item>
<!-- <item>fire_station</item> -->
<item>marketplace</item>
<item>police</item>
<!-- <item>post_box</item> -->
<!-- <item>post_office</item> -->
<!-- <item>recycling</item> -->
<!-- <item>sauna</item> -->
<item>telephone</item>
<item>toilets</item>
<!-- Building -->
<item>hotel</item>
<item>church</item>
<!-- <item>train_station</item> => station prefered -->
<!-- Craft -->
<!-- Emergency -->
<!-- <item>ambulance_station</item> -->
<!-- <item>phone</item> -->
<!-- Highway -->
<!-- <item>speed_camera</item> -->
<!-- Historic -->
<item>castle</item>
<item>monument</item>
<!-- Land use -->
<item>cemetery</item>
<!-- Leisure -->
<!-- <item>dance</item> -->
<!-- <item>golf_course</item> -->
<item>park</item>
<item>stadium</item>
<!-- <item>swimming_pool</item> -->
<!-- Natural -->
<item>beach</item>
<!-- Public Transport -->
<item>station</item>
<!-- Shop -->
<item>bakery</item>
<item>butcher</item>
<!-- <item>car_repair</item> -->
<!-- <item>clothes</item> -->
<!-- <item>convenience</item> -->
<item>florist</item>
<item>hairdresser</item>
<!-- <item>jewelry</item> -->
<item>kiosk</item>
<item>laundry</item>
<item>mall</item>
<item>optician</item>
<!-- <item>shoes</item> -->
<item>supermarket</item>
<!-- Sport -->
<!-- <item>golf</item> -->
<!-- <item>horse_racing</item> -->
<!-- <item>judo</item> -->
<!-- <item>karting</item> -->
<!-- <item>tennis</item> -->
<!-- Tourism -->
<item>information</item>
<item>museum</item>
<item>viewpoint</item>
<item>zoo</item>
<!-- Non-Nominatim tags, for other services: -->
<item>wikipedia</item>
<item>flickr</item>
<item>picasa</item>
</string-array>
</resources>

View File

@@ -1,120 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string-array name="preferences_map_generator_values">
<!-- <item>Mapfile</item> -->
<!-- <item>PostGIS</item> -->
<item>OpenScienceMap</item>
<item>OpenScienceMap2</item>
<item>Test</item>
</string-array>
<string-array name="preferences_scale_bar_unit_values">
<item>Imperial</item>
<item>Metric</item>
</string-array>
<string-array name="preferences_text_scale_values">
<item>tiny</item>
<item>small</item>
<item>normal</item>
<item>large</item>
<item>huge</item>
</string-array>
<string name="application_name">OpenScienceMap</string>
<string name="cancel">Cancel</string>
<string name="error">Error</string>
<string name="error_last_location_unknown">The last location is unknown</string>
<string name="file_invalid">The selected file is invalid.</string>
<string name="file_select">Please select a file.</string>
<string name="file_size_byte">byte</string>
<string name="file_size_bytes">bytes</string>
<string name="file_size_kb">kB</string>
<string name="file_size_mb">MB</string>
<string name="file_size_gb">GB</string>
<string name="go_to_position">Go to position</string>
<string name="info_map_file_area">Area</string>
<string name="info_map_file_comment">Comment</string>
<string name="info_map_file_created_by">Created by</string>
<string name="info_map_file_date">Date</string>
<string name="info_map_file_debug">Debug information</string>
<string name="info_map_file_debug_no">not included</string>
<string name="info_map_file_debug_yes">included</string>
<string name="info_map_file_language_preference">Language preference</string>
<string name="info_map_file_name">File</string>
<string name="info_map_file_size">File size</string>
<string name="info_map_file_start_position">Start position</string>
<string name="info_map_file_start_zoom_level">Start zoom level</string>
<string name="info_map_file_version">Version</string>
<string name="latitude">Latitude</string>
<string name="longitude">Longitude</string>
<string name="menu_info">Info</string>
<string name="menu_info_map_file">Map file properties</string>
<string name="menu_info_about">About</string>
<string name="menu_mapfile">Map file</string>
<string name="menu_position">Position</string>
<string name="menu_rotation_enable">Enable rotation</string>
<string name="menu_compass_enable">Enable compass</string>
<string name="menu_rotation_disable">Disable rotation</string>
<string name="menu_compass_disable">Disable compass</string>
<string name="menu_position_enter_coordinates">Enter coordinates</string>
<string name="menu_position_last_known">Last known location</string>
<string name="menu_position_map_file_center">Map file center</string>
<string name="menu_position_my_location_enable">Show my location</string>
<string name="menu_position_my_location_disable">Remove my location</string>
<string name="menu_preferences">Preferences</string>
<string name="menu_render_theme">Theme</string>
<string name="menu_render_theme_osmarender">Default Theme</string>
<string name="menu_render_theme_tronrender">Tube Theme</string>
<string name="menu_render_theme_select_file">Select XML file …</string>
<string name="menu_screenshot">Screenshot</string>
<string name="menu_screenshot_jpeg">JPEG (lossy)</string>
<string name="menu_screenshot_png">PNG (lossless)</string>
<string name="no_location_provider_available">No location source available</string>
<string name="ok">OK</string>
<string name="preferences_debug">Debug settings</string>
<string name="preferences_general">General settings</string>
<string name="preferences_cache_persistence">Cache persistence</string>
<string name="preferences_cache_persistence_desc">Keep cached images on exit</string>
<string name="preferences_cache_size">External storage</string>
<string name="preferences_cache_size_desc">Adjust the size of the cache</string>
<string name="preferences_cache_size_value">%.1f MB</string>
<string name="preferences_fullscreen">Full screen mode</string>
<string name="preferences_fullscreen_desc">Hide the status bar</string>
<string name="preferences_fix_orientation">Fix screen orientation</string>
<string name="preferences_fix_orientation_desc">Fix screen orientation</string>
<string name="preferences_map">Map settings</string>
<string name="preferences_map_view_mode">Map mode</string>
<string name="preferences_map_view_mode_desc">Select the operating mode</string>
<string name="preferences_move_speed">Move speed</string>
<string name="preferences_move_speed_desc">Adjust the move speed of the map</string>
<string name="preferences_move_speed_value">%d %% move speed</string>
<string name="preferences_scale_bar_unit">Scale bar unit</string>
<string name="preferences_scale_bar_unit_desc">Select the unit for the map scale bar</string>
<string name="preferences_show_fps_counter">Frame rate</string>
<string name="preferences_show_fps_counter_desc">Enable frames per second counter</string>
<string name="preferences_show_scale_bar">Map scale bar</string>
<string name="preferences_show_scale_bar_desc">Show the scale of the map</string>
<string name="preferences_show_tile_coordinates">Tile coordinates</string>
<string name="preferences_show_tile_coordinates_desc">Show coordinates on tiles</string>
<string name="preferences_show_unmatched_ways">Draw unmatched ways</string>
<string name="preferences_show_tile_frames">Tile boundaries</string>
<string name="preferences_show_tile_frames_desc">Draw tile boundaries</string>
<string name="preferences_disable_polygons">Disable Polygon rendering</string>
<string name="preferences_show_water_tiles_desc">Highlight tiles which have the water flag set</string>
<string name="preferences_text_scale">Font size</string>
<string name="preferences_text_scale_desc">Select the text size of map labels</string>
<string name="preferences_wake_lock">Stay awake</string>
<string name="preferences_wake_lock_desc">Stop the screen from dimming</string>
<string name="snap_to_location_enabled">Snap to position is activated</string>
<string name="snap_to_location_disabled">Snap to position is disabled</string>
<string name="unit_symbol_kilometer">&#160;km</string>
<string name="unit_symbol_meter">&#160;m</string>
<string name="zoomLevel">Zoom level</string>
<string name="menu_options">Options</string>
<string name="menu_pois">Bars nearby</string>
<string name="menu_poi_list">List POIs</string>
<string name="departure">Departure</string>
<string name="destination">Destination</string>
<string name="viapoint">Via-Point</string>
</resources>

View File

@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyActionBar" parent="android:style/Widget.Holo.Light.ActionBar">
<item name="android:background">@drawable/action_bar</item>
</style>
<style name="Theme.TileMap" parent="android:style/Theme.Holo">
<!-- <item name="android:windowNoTitle">true</item> -->
<item name="android:displayOptions"></item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowActionBarOverlay">true</item>
<!-- <item name="android:selectableItemBackgroun">@drawable/ad_selectable_background</item> -->
<item name="android:actionBarStyle">@style/MyActionBar</item>
<!--
<item name="android:dropDownListViewStyle">@style/MyDropDownListView</item>
<item name="android:actionBarTabStyle">@style/MyActionBarTabStyle</item>
<item name="android:actionDropDownStyle">@style/MyDropDownNav</item>
<item name="android:listChoiceIndicatorMultiple">@drawable/ad_btn_check_holo_light</item>
<item name="android:listChoiceIndicatorSingle">@drawable/ad_btn_radio_holo_light</item>
-->
</style>
</resources>

View File

@@ -1,71 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/menu_preferences" >
<PreferenceCategory android:title="@string/preferences_map" >
<!--
<CheckBoxPreference android:title="@string/preferences_show_scale_bar" android:summary="@string/preferences_show_scale_bar_desc"
android:key="showScaleBar" />
-->
<!--
<ListPreference android:title="@string/preferences_scale_bar_unit" android:summary="@string/preferences_scale_bar_unit_desc"
android:entryValues="@array/preferences_scale_bar_unit_keys" android:entries="@array/preferences_scale_bar_unit_values"
android:key="scaleBarUnit" android:defaultValue="@string/preferences_scale_bar_unit_default" android:dependency="showScaleBar" />
-->
<ListPreference
android:defaultValue="@string/preferences_map_database_default"
android:entries="@array/preferences_map_generator_values"
android:entryValues="@array/preferences_map_database_keys"
android:key="mapDatabase"
android:summary="@string/preferences_map_view_mode_desc"
android:title="@string/preferences_map_view_mode" />
<!--
<ListPreference android:title="@string/preferences_text_scale" android:summary="@string/preferences_text_scale_desc"
android:entryValues="@array/preferences_text_scale_keys" android:entries="@array/preferences_text_scale_values"
android:key="textScale" android:defaultValue="@string/preferences_text_scale_default" />
-->
</PreferenceCategory>
<PreferenceCategory android:title="@string/preferences_general" >
<CheckBoxPreference
android:key="fullscreen"
android:summary="@string/preferences_fullscreen_desc"
android:title="@string/preferences_fullscreen" />
<CheckBoxPreference
android:key="fixOrientation"
android:summary="@string/preferences_fix_orientation"
android:title="@string/preferences_fix_orientation_desc" />
<CheckBoxPreference
android:key="wakeLock"
android:summary="@string/preferences_wake_lock_desc"
android:title="@string/preferences_wake_lock" />
<!--
<CheckBoxPreference android:title="@string/preferences_cache_persistence" android:summary="@string/preferences_cache_persistence_desc"
android:key="cachePersistence" />
<de.sfb.pampa.preferences.CacheSizePreference
android:title="@string/preferences_cache_size" android:summary="@string/preferences_cache_size_desc" android:key="cacheSize" />
<de.sfb.pampa.preferences.MoveSpeedPreference
android:title="@string/preferences_move_speed" android:summary="@string/preferences_move_speed_desc" android:key="moveSpeed" />
-->
</PreferenceCategory>
<PreferenceCategory android:title="@string/preferences_debug" >
<!--
<CheckBoxPreference android:title="@string/preferences_show_fps_counter" android:summary="@string/preferences_show_fps_counter_desc"
android:key="showFpsCounter" />
-->
<CheckBoxPreference
android:key="drawTileFrames"
android:summary="@string/preferences_show_tile_frames_desc"
android:title="@string/preferences_show_tile_frames" />
<CheckBoxPreference
android:key="drawUnmatchedWays"
android:summary="@string/preferences_show_unmatched_ways"
android:title="@string/preferences_show_unmatched_ways" />
<CheckBoxPreference
android:key="disablePolygons"
android:summary="@string/preferences_disable_polygons"
android:title="@string/preferences_disable_polygons" />
</PreferenceCategory>
</PreferenceScreen>