File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.
2
2
3
+ 21.0.3:
4
+
5
+ - Fix show a persisted error message if saving a custom preset fails
6
+ - Fix actually support text_context for checkgroups
7
+ - Fix use complete hashCode and equals for PresetRole
8
+ - Fix re-downloading former rel. member would lead to inconsistent back links
9
+ - Fix always remove node to split from original way except the 1st occurrence
10
+ - Fix don't rely on ImageryOffsetId to generate safe ids
11
+ - Fix force proguard to keep some action mode related fields
12
+ - Fix handle empty way API message
13
+ - Add allow user to select OAuth client key if no match with API name found
14
+ - Update default preset
15
+ - Update imagery from ELI
16
+
3
17
21.0.2:
4
18
5
19
- Fix protect against possible crash after pasting
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
android : installLocation =" auto"
5
- android : versionCode =" 3103 "
5
+ android : versionCode =" 3104 "
6
6
android : versionName =" @string/app_version" >
7
7
8
8
<uses-sdk tools : overrideLibrary =" androidx.core.splashscreen" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<string translatable =" false" name =" app_name" >Vespucci</string >
4
- <string translatable =" false" name =" app_version" >21.0.2 .0</string >
5
- <string translatable =" false" name =" app_name_version" >Vespucci 21.0.2 </string >
4
+ <string translatable =" false" name =" app_version" >21.0.3 .0</string >
5
+ <string translatable =" false" name =" app_name_version" >Vespucci 21.0.3 </string >
6
6
</resources >
You can’t perform that action at this time.
0 commit comments