Preparation for 1.0 release
This commit is contained in:
parent
e23111b8d6
commit
87d5c179e1
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ import java.net.URLEncoder;
|
|||
|
||||
public class MapCreatorVersion {
|
||||
|
||||
public static String APP_VERSION = "0.8.3"; //$NON-NLS-1$
|
||||
public static String APP_VERSION = "1.0.0"; //$NON-NLS-1$
|
||||
public static final String APP_DESCRIPTION = "alpha"; //$NON-NLS-1$
|
||||
|
||||
public static final String APP_MAP_CREATOR_NAME = "OsmAndMapCreator"; //$NON-NLS-1$
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<resources>
|
||||
<string name="app_name">OsmAnd~</string>
|
||||
<string name="app_version">0.8.4 alpha</string>
|
||||
<string name="app_version">1.0.0 alpha</string>
|
||||
<!-- Not translatable -->
|
||||
<string name="ga_api_key">UA-28342846-2</string>
|
||||
<string name="ga_dispatchPeriod">10</string>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<string name="safe_mode">Safe mode</string>
|
||||
<string name="native_library_not_running">The application is running in safe mode (disable it in the Settings).</string>
|
||||
<string name="background_service_is_enabled_question">Background service is still running. Do you want to cancel it?</string>
|
||||
<string name="tip_recent_changes_1_0_0_t">Changes in 1.0 :
|
||||
<string name="tip_recent_changes_1_0_0_t">Changes in 1.0.0 :
|
||||
\n\t* Improved routing: faster, more precise, up to 250 km
|
||||
\n\t* Introduce roads-only maps
|
||||
\n\t* Map does not lose position lock after interruptions
|
||||
|
|
|
@ -16,7 +16,7 @@ import android.widget.TextView;
|
|||
|
||||
public class TipsAndTricksActivity {
|
||||
private int[][] tipNamesAndDescriptions = new int[][] {
|
||||
{R.string.tip_recent_changes,R.string.tip_recent_changes_0_8_4_t},
|
||||
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_0_0_t},
|
||||
{R.string.tip_rotation_switching,R.string.tip_rotation_switching_t_v2},
|
||||
{R.string.tip_update_index,R.string.tip_update_index_t},
|
||||
{R.string.tip_day_night_mode,R.string.tip_day_night_mode_t_v2},
|
||||
|
|
Loading…
Reference in a new issue