Skip to content

Commit

Permalink
Bump version numbers and update changelog for 19.2 BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 19, 2023
1 parent f31ebdf commit 68aeb3e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

19.2.0-1:

- Fix improved parsing of reference pressure values
- Fix protect against invalid min - max zoom values
- Fix protect against (undocumented) NPE in Class.forName
- Fix missing pending upload badge on Android 5 and 6
- Fix avoid EGM file being deleted by the DownloadManager after a while
- Fix update ElementHistory dependency, fixes crash on restore
- Fix issue when building multi-polygons from a selection that could cause the last member not to be added
- Fix reset member element styling when a relation edit is undone
- Fix correctness fix preset search results
- Update migrate to Android 13s per app locale support
- Update to AGP 8.1 and appcompat 1.6.1
- Update to Java 17 for building
- Update to target API 33
- Update imagery from ELI
- Update preset
- Update translations

19.1.0:

- Fix completely remove MAXAR imagery
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="2501"
android:versionCode="2600"
android:versionName="@string/app_version" >

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />
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.1.0.0</string>
<string translatable="false" name="app_name_version">Vespucci 19.1.0</string>
<string translatable="false" name="app_version">19.2.0.1</string>
<string translatable="false" name="app_name_version">Vespucci 19.2 BETA 1</string>
</resources>

0 comments on commit 68aeb3e

Please sign in to comment.