Added draft release notes for 4.0
This commit is contained in:
parent
feadaa0da5
commit
2277d6c4ea
2 changed files with 7 additions and 1 deletions
|
@ -12,6 +12,12 @@
|
|||
|
||||
-->
|
||||
|
||||
<string name="release_4_0_beta">
|
||||
• OsmAnd Live updates moved to \"Downloads > Updates\"\n\n
|
||||
• Tracks now could be colorizing by altitude, speed, or slope.\n\n
|
||||
• Added option to change the appearance of the navigation route line\n\n
|
||||
• Updated \"Trip recording\" dialog\n\n
|
||||
</string>
|
||||
<string name="specify_color_for_map_mode">Specify color for map mode: %1$s.</string>
|
||||
<string name="route_line_use_map_style_appearance">Route line would be use %1$s specified on selected map style: %2$s.</string>
|
||||
<string name="shared_string_route_line">Route line</string>
|
||||
|
|
|
@ -30,7 +30,7 @@ public class WhatsNewDialogFragment extends DialogFragment {
|
|||
final OsmandApplication osmandApplication = (OsmandApplication) getActivity().getApplication();
|
||||
final String appVersion = Version.getAppVersion(osmandApplication);
|
||||
builder.setTitle(getString(R.string.whats_new) + " " + appVersion)
|
||||
.setMessage(getString(R.string.release_3_9))
|
||||
.setMessage(getString(R.string.release_4_0_beta))
|
||||
.setNegativeButton(R.string.shared_string_close, null);
|
||||
if (AppInitializer.LATEST_CHANGES_URL != null) {
|
||||
builder.setPositiveButton(R.string.read_more, new DialogInterface.OnClickListener() {
|
||||
|
|
Loading…
Reference in a new issue