fix code revision
git-svn-id: https://osmand.googlecode.com/svn/trunk@755 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
66766bf3cc
commit
e636efaf03
4 changed files with 4 additions and 17 deletions
|
@ -34,19 +34,6 @@ public class ToDoConstants {
|
|||
|
||||
/////////////////////////// DONE //////////////////////////////
|
||||
// DONE ANDROID :
|
||||
// 105. Input MAP_ZOOMS and MapRenderingTypes xml as parameter for index creator
|
||||
// 99. Implement better file downloader for big files
|
||||
// 100. Show impoted gpx points (as favorites), sort the by distance
|
||||
// 91. Invent binary format (minimize disk space, maximize speed)
|
||||
// 94. Revise index to decrease their size (especially address) - replace to float lat/lon and remove for POI
|
||||
// remove en_names from POI (possibly from address)
|
||||
// 85. Enable on/off screen for bike navigation (?)[not needed replace for continuous gps logging]
|
||||
// 101. Introduce shell script to print information about indexes and to modify them
|
||||
// 69. Add phone and site information to POI (enable call to POI and open site)
|
||||
// 103. Allow add poi with multiple tags (different types/subtypes for one object). Fix for constructing and updating on mobile. (Issue)
|
||||
// 102. Refactoring rendering schema serializing to xml and prepare script to create fast java builder (support pure xml)
|
||||
// Refactoring MapRenderingTypes to xml either
|
||||
// 98. Implement rendering of different app mode. For Car render streets name with large font.
|
||||
|
||||
// DONE SWING
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ public class Version {
|
|||
public static final String APP_NAME = "OsmAnd"; //$NON-NLS-1$
|
||||
public static final String APP_MAP_CREATOR_NAME = "OsmAndMapCreator"; //$NON-NLS-1$
|
||||
public static final String APP_VERSION = "0.5.1"; //$NON-NLS-1$
|
||||
public static final String APP_DESCRIPTION = "alpha (b6)"; //$NON-NLS-1$
|
||||
public static final String APP_DESCRIPTION = "beta (b1)"; //$NON-NLS-1$
|
||||
public static final boolean VELCOM_EDITION = false;
|
||||
|
||||
public static final String APP_NAME_VERSION = APP_NAME + " " + APP_VERSION; //$NON-NLS-1$
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.osmand" android:versionName="0.5.1" android:versionCode="21" android:installLocation="auto">
|
||||
package="net.osmand" android:versionName="0.5.1" android:versionCode="22" android:installLocation="auto">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||
android:debuggable="true" android:name=".activities.OsmandApplication" android:description="@string/app_description">
|
||||
android:debuggable="false" android:name=".activities.OsmandApplication" android:description="@string/app_description">
|
||||
<activity android:name=".activities.MainMenuActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<string name="continuous_rendering">Continuous rendering</string>
|
||||
<string name="continuous_rendering_descr">Choose show continuous rendering or whole image</string>
|
||||
<string name="rendering_exception">Error occurred while rendering selected area</string>
|
||||
<string name="rendering_out_of_memory">No enough memory to display selected area</string>
|
||||
<string name="rendering_out_of_memory">Not enough memory to display selected area</string>
|
||||
<string name="show_point_options">Point options</string>
|
||||
<string name="renderer_load_sucess">Renderer was sucessfully loaded</string>
|
||||
<string name="renderer_load_exception">Exception occured: renderer was not loaded</string>
|
||||
|
|
Loading…
Reference in a new issue