Add Release notes for 3.3.7
This commit is contained in:
parent
09828b89f1
commit
d0e283922c
2 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,12 @@
|
|||
Thx - Hardy
|
||||
|
||||
-->
|
||||
<string name="release_3_3_7">
|
||||
• Display the time between transfers in public transport\n\n
|
||||
• Corrected UI for the Route Details\n\n
|
||||
• Fixed dark theme in the Direction menu and Route Details\n\n
|
||||
• Display azimuth in Measure Distance\n\n
|
||||
</string>
|
||||
<string name="shared_string_degrees">Degrees</string>
|
||||
<string name="shared_string_milliradians">Milliradians</string>
|
||||
<string name="angular_measeurement">Angular measurement units</string>
|
||||
|
|
|
@ -28,7 +28,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_3))
|
||||
.setMessage(getString(R.string.release_3_3_7))
|
||||
.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