Skip to content

Commit

Permalink
Bump version numbers, update change log and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 9, 2024
1 parent ded4a6a commit 864fae5
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

20.1.0:

- Fix rearrange order of natural
- Fix replace jcenter with scijava for android-issue-reporter indirect dep
- Fix update tag form if revert is chosen exiting via pressing back
- Fix disable back navigation previews
- Fix clear caches when data style is changed
- Fix don't show the direction widget for mini-roundabouts
- Fix improve handling of negative values for integer widger
- Fix unlock TextRow in onDismiss
- Fix tag display in element info for the special case of all tags deleted
- Fix reset validation when we reset presets
- Fix suppress symbol spinner in grid layer styling
- Fix use API URL for web history
- Add use OnBackPressedCallback instead of onBackPressed
- Add fancy tree row rendering
- Add styling for natural=wetland
- Update default preset
- Update imagery from ELI
- Update translations

20.1.0-6:

- Fix add foreground service permissions
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/help/en/20.1.0 Release notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vespucci 20.1 BETA Highlights
# Vespucci 20.1 Highlights

2024-07-01

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="2904"
android:versionCode="2905"
android:versionName="@string/app_version" >

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/assets/help/en/20.1.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 20.1 BETA Highlights</h1>
<h1>Vespucci 20.1 Highlights</h1>
<p>2024-07-01</p>
<h3>End of support for Android 4.1 to 4.4</h3>
<p>This version removes support for Android 4.1 to 4.4. While we aspire to maintain backwards compatibility as long as reasonably possible, 4.4 was released in October 2013 and is now more than a decade old, these versions have issues with support of more recent TLS variants and certificates and in practical terms were likely only to work on private instances of the OSM API. This has allowed us to remove some version specific code and the <em>legacy</em> build for pre-Android 5 devices.</p>
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">20.1.0.5</string>
<string translatable="false" name="app_name_version">Vespucci 20.1 BETA 5</string>
<string translatable="false" name="app_version">20.1.0.0</string>
<string translatable="false" name="app_name_version">Vespucci 20.1.0</string>
</resources>

0 comments on commit 864fae5

Please sign in to comment.