File tree Expand file tree Collapse file tree 6 files changed +12
-4
lines changed
src/main/java/eu/basicairdata/graziano/gpslogger
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
3333
3434 // -----------------------------------------------------------------------------------------
3535 // We use the Semantic Versioning (https://semver.org/):
36- versionName ' 3.1.4 '
37- versionCode 45
36+ versionName ' 3.1.5 '
37+ versionCode 46
3838 // -----------------------------------------------------------------------------------------
3939
4040 vectorDrawables. useSupportLibrary = true
@@ -73,11 +73,11 @@ dependencies {
7373 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
7474 testImplementation ' junit:junit:4.13.2'
7575
76- implementation ' androidx.appcompat:appcompat:1.4.1 '
76+ implementation ' androidx.appcompat:appcompat:1.4.2 '
7777 implementation ' androidx.cardview:cardview:1.0.0'
7878 implementation ' androidx.recyclerview:recyclerview:1.2.1'
7979 implementation ' androidx.preference:preference:1.2.0'
80- implementation ' com.google.android.material:material:1.5.0 '
80+ implementation ' com.google.android.material:material:1.6.1 '
8181
8282 implementation ' com.github.bumptech.glide:glide:3.8.0'
8383
Original file line number Diff line number Diff line change @@ -190,6 +190,12 @@ public void makeExternalViewersList() {
190190 a .mimeType = "application/vnd.google-earth.kml+xml" ;
191191 }
192192
193+ if (a .packageName .equals ("com.mapswithme.maps.pro" )) {
194+ // MAPS.ME v.14 is not opening GPX anymore!
195+ a .fileType = FILETYPE_KML ;
196+ a .mimeType = "application/vnd.google-earth.kml+xml" ;
197+ }
198+
193199// if (a.packageName.equals("com.vecturagames.android.app.gpxviewer")) {
194200// // GPX Viewer saves a copy of the file if passed via FileProvider
195201// a.requiresFileProvider = false;
Original file line number Diff line number Diff line change 1+ - Workaround for the issue of MAPS.ME v14 opening GPX files
2+ - Update Android dependencies
You can’t perform that action at this time.
0 commit comments