Add Release notes for 3.3 version

This commit is contained in:
Dmitriy Prodchenko 2019-03-05 13:00:23 +02:00
parent 5444d7a3b5
commit 6cfd1a269d
2 changed files with 9 additions and 1 deletions

View file

@ -11,6 +11,14 @@
Thx - Hardy Thx - Hardy
--> -->
<string name="release_3_3">
• Redesigned Direction menu\n\n
• Navigation on public transport, support of all kinds of transport: Metro, Buses, Tram and so on\n\n
• Quick action for Show/Hide tracks, Day/Night mode switches\n\n
• Fixing of flooded territories in Germany, South Africa, Quebec\n\n
• Additional support for import of KML and KMZ\n\n
• Fix crashes at some public transport stops\n\n
</string>
<string name="use_osm_live_public_transport_description">Enable public transport for OsmAnd Live changes.</string> <string name="use_osm_live_public_transport_description">Enable public transport for OsmAnd Live changes.</string>
<string name="use_osm_live_public_transport">OsmAnd Live public transport</string> <string name="use_osm_live_public_transport">OsmAnd Live public transport</string>
<string name="time_of_day">Time of day</string> <string name="time_of_day">Time of day</string>

View file

@ -28,7 +28,7 @@ public class WhatsNewDialogFragment extends DialogFragment {
final OsmandApplication osmandApplication = (OsmandApplication) getActivity().getApplication(); final OsmandApplication osmandApplication = (OsmandApplication) getActivity().getApplication();
final String appVersion = Version.getAppVersion(osmandApplication); final String appVersion = Version.getAppVersion(osmandApplication);
builder.setTitle(getString(R.string.whats_new) + " " + appVersion) builder.setTitle(getString(R.string.whats_new) + " " + appVersion)
.setMessage(getString(R.string.release_3_2_pre)) .setMessage(getString(R.string.release_3_3))
.setNegativeButton(R.string.shared_string_close, null); .setNegativeButton(R.string.shared_string_close, null);
if (AppInitializer.LATEST_CHANGES_URL != null) { if (AppInitializer.LATEST_CHANGES_URL != null) {
builder.setPositiveButton(R.string.read_more, new DialogInterface.OnClickListener() { builder.setPositiveButton(R.string.read_more, new DialogInterface.OnClickListener() {