Skip to content

Commit

Permalink
Bump beta version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jun 21, 2019
1 parent 29b8bfa commit cf5af85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

13.1.0-3: Fix various issues with configuration changes in the PropertyEditor, unconnected end nodes validation improvements, fix Osmose description issue, support reading data produced by overpass, updated imagery and translations.

13.1.0-2: Protect against non-integer zoom levels in intents, protect against cancelled download manager downloads, protect against potential race condition when adding nodes to way, update nsi, update translations, add mapping for zh_HK, update preset.

13.1.0-1: Fix crash in dark mode when trying to set certain preferences, don't allow multiple pastes when object has been cut, fixes MapRoulette API key handling, fix some Android lint warnings, fix regression for pre-Android 16 devices in API prefs, avoid NPE when reading invalid .osm file, fix regression displaying MBTiles, and data style without MP rendering, allocate more stack when saving, protect better against race conditions in StorageDelegator, update imagery, update translations, update nsi, updated opening hours editor, use of SAF file picker for Android KitKat and later, download offline data directly with automatic configuration, support for multi-line comments and source in the upload dialog, and multi-line text fields in the form tag editing UI, improvements JS support, GPX and GeoJson files can be loaded via Intent, update synonyms, go to coordinates function and OLC support, support for configuring imagery via JOSM style remote control.
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="https://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="1201"
android:versionCode="1202"
android:versionName="@string/app_version" >

<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion 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">13.1.0.2</string>
<string translatable="false" name="app_version">13.1.0.3</string>
<string translatable="false" name="app_name_version">Vespucci 13.1.0</string>
</resources>

0 comments on commit cf5af85

Please sign in to comment.