diff --git a/documentation/docs/help/en/19.3.0 Release notes.md b/documentation/docs/help/en/19.3.0 Release notes.md new file mode 100644 index 0000000000..24aadc475c --- /dev/null +++ b/documentation/docs/help/en/19.3.0 Release notes.md @@ -0,0 +1,46 @@ +# Vespucci 19.3 BETA Highlights + +2023-10-27 + +## End of support for Android 4.1 to 4.4 in 2024 announcement + +For version 20 that will likely be released early next year, we intend to drop support for Android version prior to Android 5, this will effect devices running 4.1 to 4.4. These Android versions are at this point more than a decade old and have become difficult to support going forward and as you know we already have to distribute a separate build now. + +If this causes a significant issue for you, please open an issue on the Vespucci github repository. + +### Improvements layer styling + +Layers that can have multiple instances and can be styled via the UI (GPX, GeoJSON, MVT) are now automatically assigned varying colours when they are created, the same applies to feature layers in MVT layers that do not have a Mapbox GL style loaded. + +For GPX and GeoJSON certain style setting (marker type, stroke width, label source) are now initialized to the last used value. + +### Mapillary date filter + +Both sequences and images on the MApillary layer can now be filtered by a date range. Select the overflow/hamburger menu for the layer and select "Set data range...". + +### PMTiles support + +PMTiles is a "cloud native" container format for map tiles from Brandon Liu that for certain use cases offers advantages over the widely in use MBTiles format. We support PMTiles both as local and remote custom imagery sources. See [custom imagery help](Custom%20imagery.md). + +### OSM element location indication in disambiguation menu + +In some situations, particularly when multiple similar OSM elements without differentiating features are close to each other, it may be difficult to select the correct element. We've now added arrows indicating the location relative to the touch location to the disambiguation menu that can potentially help. Note that in general we recommend to zoom in more as a better way to resolve such issues. + +## Miscellaneous + +- Add include relations with appropriate level tags in indoor mode +- Improve diagnostics when GetCapabilties fails +- Add more digits to offset display and show approximation in meters +- Support long text modal in additional items +- Support for uploading GPX waypoints +- If a custom icon is specified include preset icons in search +- Support queuing for toasts + +# Upgrading from previous versions + +* As the saved state file may have changed you should upload any pending changes before updating. + +# Known problems + +* The documentation is out of date. +* For other known problems with this build please see [our issue tracker](https://github.com/MarcusWolschon/osmeditor4android/issues) diff --git a/src/main/assets/help/en/19.3.0 Release notes.html b/src/main/assets/help/en/19.3.0 Release notes.html new file mode 100644 index 0000000000..8f2bb8b260 --- /dev/null +++ b/src/main/assets/help/en/19.3.0 Release notes.html @@ -0,0 +1,43 @@ + + + + + + + +

Vespucci 19.3 BETA Highlights

+

2023-10-27

+

End of support for Android 4.1 to 4.4 in 2024 announcement

+

For version 20 that will likely be released early next year, we intend to drop support for Android version prior to Android 5, this will effect devices running 4.1 to 4.4. These Android versions are at this point more than a decade old and have become difficult to support going forward and as you know we already have to distribute a separate build now.

+

If this causes a significant issue for you, please open an issue on the Vespucci github repository.

+

Improvements layer styling

+

Layers that can have multiple instances and can be styled via the UI (GPX, GeoJSON, MVT) are now automatically assigned varying colours when they are created, the same applies to feature layers in MVT layers that do not have a Mapbox GL style loaded.

+

For GPX and GeoJSON certain style setting (marker type, stroke width, label source) are now initialized to the last used value.

+

Mapillary date filter

+

Both sequences and images on the MApillary layer can now be filtered by a date range. Select the overflow/hamburger menu for the layer and select "Set data range...".

+

PMTiles support

+

PMTiles is a "cloud native" container format for map tiles from Brandon Liu that for certain use cases offers advantages over the widely in use MBTiles format. We support PMTiles both as local and remote custom imagery sources. See custom imagery help.

+

OSM element location indication in disambiguation menu

+

In some situations, particularly when multiple similar OSM elements without differentiating features are close to each other, it may be difficult to select the correct element. We've now added arrows indicating the location relative to the touch location to the disambiguation menu that can potentially help. Note that in general we recommend to zoom in more as a better way to resolve such issues.

+

Miscellaneous

+ +

Upgrading from previous versions

+ +

Known problems

+ + + + \ No newline at end of file diff --git a/src/main/res/values/helptopics.xml b/src/main/res/values/helptopics.xml index 9bd0c2fabd..1626000a31 100644 --- a/src/main/res/values/helptopics.xml +++ b/src/main/res/values/helptopics.xml @@ -35,7 +35,8 @@ New Note selection Voice commands Add route segment - 19.2 Release notes + 19.3 Release notes + 19.2 Release notes 19.1 Release notes 19.0 Release notes 18.1 Release notes @@ -90,6 +91,7 @@ @string/help_voice_commands @string/help_add_route_segment @string/help_upgrade + @string/help_upgrade_192 @string/help_upgrade_191 @string/help_upgrade_190 @string/help_upgrade_181 @@ -145,6 +147,7 @@ New Note selected Voice commands Add route segment + 19.3.0 Release notes 19.2.0 Release notes 19.1.0 Release notes 19.0.0 Release notes