diff --git a/apps/android/ChangeLog b/apps/android/ChangeLog index 55bf56c16..2262f20d8 100644 --- a/apps/android/ChangeLog +++ b/apps/android/ChangeLog @@ -23,4 +23,6 @@ 0.22: Handle connection events for GPS forwarding from phone 0.23: Handle 'act' Gadgetbridge messages for realtime activity monitoring 0.24: Handle new 'nav' event for navigation -0.25: Added option to 'ignore' an app from the message \ No newline at end of file +0.25: Added option to 'ignore' an app from the message +0.26: Change handling of GPS status to depend on GPS events instead of connection events + diff --git a/apps/android/metadata.json b/apps/android/metadata.json index 26f646162..c5312a33e 100644 --- a/apps/android/metadata.json +++ b/apps/android/metadata.json @@ -2,7 +2,7 @@ "id": "android", "name": "Android Integration", "shortName": "Android", - "version": "0.25", + "version": "0.26", "description": "Display notifications/music/etc sent from the Gadgetbridge app on Android. This replaces the old 'Gadgetbridge' Bangle.js widget.", "icon": "app.png", "tags": "tool,system,messages,notifications,gadgetbridge",