Skip to content

Commit 6a9079b

Browse files
committed
Add Garmin R8 keep rule, bump to 0.5.5
1 parent 7a21874 commit 6a9079b

14 files changed

Lines changed: 37 additions & 22 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId = "com.evanjt.traintime"
3232
minSdk = 26
3333
targetSdk = 35
34-
versionCode = 12
35-
versionName = "0.5.4"
34+
versionCode = 13
35+
versionName = "0.5.5"
3636
}
3737

3838
signingConfigs {

android/app/proguard-rules.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@
55
-keepclasseswithmembers class com.evanjt.traintime.** {
66
kotlinx.serialization.KSerializer serializer(...);
77
}
8+
9+
# Garmin Connect IQ Mobile SDK. The Connect Mobile app broadcasts Parcelable
10+
# extras (IQDevice, IQApp, IQMessage, …) that our process unmarshals by their
11+
# original class name. R8 must not rename or strip these classes, or the read
12+
# side fails Class.forName with ClassNotFoundException and the SDK's broadcast
13+
# receiver crashes the app on launch (BadParcelableException).
14+
-keep class com.garmin.android.connectiq.** { *; }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hält Schritt mit der neuesten Telefon-Version.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Behebt einen Absturz beim Start auf Telefonen mit installierter Garmin-Connect-App.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Keeps pace with the latest phone release.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixes a startup crash on phones with the Garmin Connect app installed.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Suit la dernière version du téléphone.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Corrige un plantage au démarrage sur les téléphones où l'application Garmin Connect est installée.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Si allinea all'ultima versione del telefono.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Corregge un arresto anomalo all'avvio sui telefoni con l'app Garmin Connect installata.

0 commit comments

Comments
 (0)