Add release 2.3

This commit is contained in:
Victor Shcherb 2016-03-08 08:39:58 -05:00
parent d1cb2c7652
commit e96bb71c0e
2 changed files with 8 additions and 1 deletions

View file

@ -9,6 +9,13 @@
3. 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="release_2_3">
\u2022 OSM Live. Support map contributors and developers and get hourly map updates. \n\n
\u2022 Map markers. A new way to quickly select places on the map.\n\n
\u2022 Improved Look and Feel of Route preparation. \n\n
\u2022 Many improvements in the map context menu such as contextual address lookup.\n\n
and more…
</string>
<string name="shared_string_move_up">Move up</string>
<string name="shared_string_move_down">Move down</string>
<string name="finish_navigation">Finish navigation</string>

View file

@ -84,7 +84,7 @@ public class AppInitializer implements IProgress {
private static final String VERSION_INSTALLED = "VERSION_INSTALLED"; //$NON-NLS-1$
private static final String EXCEPTION_FILE_SIZE = "EXCEPTION_FS"; //$NON-NLS-1$
public static final String LATEST_CHANGES_URL = "http://osmand.net/blog?id=osmand-2-2-released";
public static final String LATEST_CHANGES_URL = "http://osmand.net/blog?id=osmand-2-3-released";
// public static final String LATEST_CHANGES_URL = null; // not enough to read
public static final int APP_EXIT_CODE = 4;
public static final String APP_EXIT_KEY = "APP_EXIT_KEY";