change version

This commit is contained in:
Victor Shcherb 2013-02-03 20:02:53 +01:00
parent 5f3a75f8e4
commit cf58e5a3ad
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="app_name">OsmAnd~</string>
<string name="app_version">1.2.0 alpha</string>
<string name="app_version">1.1.2 alpha</string>
<!-- Not translatable -->
<string name="ga_api_key">UA-28342846-2</string>
<string name="ga_dispatchPeriod">10</string>

View file

@ -9,6 +9,10 @@
1. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
-->
<string name="tip_recent_changes_1_1_2_t">Changes in 1.1.2:
\n\t* Audio/video plugin enhancement (photos with EXIF information)
\n\t* Bug fixes (suboptimal routing)
</string>
<string name="dist_control_start">Start</string>
<string name="local_indexes_cat_av">Audio/Video data</string>
<string name="stop_routing_confirm">Are you sure you want to stop the navigation?</string>

View file

@ -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_1_1_0_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_1_2_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},
@ -29,8 +29,8 @@ public class TipsAndTricksActivity {
{R.string.tip_navigation,R.string.tip_navigation_t},
{R.string.tip_app_mode,R.string.tip_app_mode_t_v2},
{R.string.tip_altitude_offset,R.string.tip_altitude_offset_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_1_0_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_1_0_0_t},
{R.string.tip_recent_changes,R.string.tip_recent_changes_0_8_3_t},
{R.string.tip_map_switch,R.string.tip_map_switch_t_v2},
};