Skip to content

Commit

Permalink
Update to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GrazianoCapelli committed Sep 17, 2022
2 parents 738f7e0 + a39c65d commit 201673c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
Binary file added apk/GPSLogger-3.1.7.apk
Binary file not shown.
Binary file modified apk/GPSLogger-latest.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {

// -----------------------------------------------------------------------------------------
// We use the Semantic Versioning (https://semver.org/):
versionName '3.1.6'
versionCode 47
versionName '3.1.7'
versionCode 48
// -----------------------------------------------------------------------------------------

vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ public void makeExternalViewersList() {
a.mimeType = "application/vnd.google-earth.kml+xml";
}

if (a.packageName.equals("app.organicmaps")) {
// Organic Maps does not support GPX, only KML
a.fileType = FILETYPE_KML;
a.mimeType = "application/vnd.google-earth.kml+xml";
}

// if (a.packageName.equals("com.vecturagames.android.app.gpxviewer")) {
// // GPX Viewer saves a copy of the file if passed via FileProvider
// a.requiresFileProvider = false;
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/48.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Workaround for the issue with Organic Maps
Binary file added sourcecode/GPSLogger-3.1.7 - Source.zip
Binary file not shown.

0 comments on commit 201673c

Please sign in to comment.