Skip to content

Commit e690fda

Browse files
Update to v2.2.9
2 parents 84f4862 + 09120c4 commit e690fda

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

apk/GPSLogger-2.2.9.apk

2.72 MB
Binary file not shown.

apk/GPSLogger-latest.apk

45 Bytes
Binary file not shown.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId "eu.basicairdata.graziano.gpslogger"
3434
minSdkVersion 14
3535
targetSdkVersion 28
36-
versionCode 32
37-
versionName '2.2.8'
36+
versionCode 33
37+
versionName '2.2.9'
3838

3939
javaCompileOptions {
4040
annotationProcessorOptions {

app/src/main/java/eu/basicairdata/graziano/gpslogger/ExternalViewerChecker.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,13 @@ public void makeAppInfoList() {
118118
}
119119
}
120120

121+
// Sort List by Package Name
121122
if (appInfoList.size() > 1) {
122-
// Sort List by Package Name
123123
Collections.sort(appInfoList, Comparator);
124+
}
124125

125-
// Apply Exceptions
126+
// Apply Exceptions
127+
if (appInfoList.size() > 0) {
126128
for (AppInfo a : appInfoList) {
127129
if (a.PackageName.equals("at.xylem.mapin")) {
128130
// MAPinr is not opening GPX correctly!
658 KB
Binary file not shown.

0 commit comments

Comments
 (0)