Skip to content

Commit

Permalink
#18: prepare Version "0.3.8.210725" fixed crash when opend with a geo…
Browse files Browse the repository at this point in the history
… uri

        versionName "0.3.8.210725"
  • Loading branch information
k3b committed Jun 30, 2021
1 parent fa1b97c commit 122c11e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions LocationMapViewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ android {
// fdroid (7) versionName "0.3.7.210429" AO10 with verify error: wrong gradle-wrapper version
// fdroid 21.05.2021 (8) versionName "0.3.7.210502" AO10 support
// fdroid ??? (9) versionName "0.3.8.210625" added support for symbols and open kmz files (=kml in zip)
versionName "0.3.8.210625"
versionCode 9
// fdroid ??? (10) versionName "0.3.8.210725" fixed crash when opend with a geo uri (#18)
versionName "0.3.8.210725"
versionCode 10
}
buildTypes {
debug {
Expand Down Expand Up @@ -59,8 +60,8 @@ dependencies {

// implementation 'com.github.k3b:k3b-geoHelper:1.1.5'
// implementation 'com.github.k3b:k3b-geoHelper:master-SNAPSHOT'
implementation 'com.github.k3b:k3b-geoHelper:v1.1.7'
// implementation 'com.github.k3b:k3b-geoHelperAndroid:v1.1.7'
implementation 'com.github.k3b:k3b-geoHelper:v1.1.8'
// implementation 'com.github.k3b:k3b-geoHelperAndroid:v1.1.8'
// implementation 'com.github.k3b:k3b-geoHelper:1.1.6-SNAPSHOT'
// implementation 'com.github.k3b:k3b-geoHelperAndroid:1.1.6-SNAPSHOT'
// implementation 'com.github.k3b:k3b-geoHelper:WikipediaAndroid-SNAPSHOT'
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* fixed crash when LocationMapViewer is opened with a geo:-uri
* kml, gpx, poi format now supports symbols (icon in map or popup)
* added support for formats kmz (kml in zip), gpz (gpx in zip), poz (poi in zip)
* Toolbar "open file" action to pick a gpx, kml, kmx, ..... geo file

0 comments on commit 122c11e

Please sign in to comment.