Skip to content

Commit

Permalink
Update change log and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 6, 2023
1 parent 6d819ff commit ee49205
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

19.3.0:

- Fix use a monospace font for arrows
- Fix set commas correctly
- Fix report errors in fixupApiStorage when reading files
- Fix return correct paths for Uris that use the Vespucci file provider
- Add explicit handling for 509 error on download and 429 in upload
- Update translations
- Update imagery from ELI
- Update preset

19.3.0-1:

- Fix keep org.eclipse.egit.github.core.** fixes crash creating issues due to changes R8/Proguard behaviour
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/help/en/19.3.0 Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vespucci 19.3 BETA Highlights
# Vespucci 19.3 Highlights

2023-10-27

Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="2700"
android:versionCode="2701"
android:versionName="@string/app_version" >

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />
Expand Down
4 changes: 2 additions & 2 deletions src/main/assets/help/en/19.3.0 Release notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<h1>Vespucci 19.3 BETA Highlights</h1>
<h1>Vespucci 19.3 Highlights</h1>
<p>2023-10-27</p>
<h3>End of support for Android 4.1 to 4.4 in 2024 announcement</h3>
<p>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.</p>
Expand All @@ -14,7 +14,7 @@ <h3>Improvements layer styling</h3>
<p>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.</p>
<p>For GPX and GeoJSON certain style setting (marker type, stroke width, label source) are now initialized to the last used value.</p>
<h3>Mapillary date filter</h3>
<p>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 &quot;Set data range...&quot;.</p>
<p>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 &quot;Set date range...&quot;.</p>
<h3>PMTiles support</h3>
<p>PMTiles is a &quot;cloud native&quot; 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 <a href="Custom%20imagery.md">custom imagery help</a>.</p>
<h3>OSM element location indication in disambiguation menu</h3>
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/values/appname.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translatable="false" name="app_name">Vespucci</string>
<string translatable="false" name="app_version">19.3.0.1</string>
<string translatable="false" name="app_name_version">Vespucci 19.3 BETA 1</string>
<string translatable="false" name="app_version">19.3.0.0</string>
<string translatable="false" name="app_name_version">Vespucci 19.3.0</string>
</resources>

0 comments on commit ee49205

Please sign in to comment.