From 7cbb114b827499d022ac01ace769a1f0deae67b4 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 5 Mar 2021 20:41:04 +0100 Subject: [PATCH] add changelog, bump version --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 11 +++++++++++ fastlane/metadata/android/en-US/190.txt | 9 +++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/190.txt diff --git a/app/build.gradle b/app/build.gradle index c676b8450..ac05c78ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.54.1" - versionCode 189 + versionName "0.55.0" + versionCode 190 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ffdaae236..5d6a41665 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,16 @@ + + InfiniTime: Fix music control for newer firmware releases + InfiniTime: Support call control and notification + Sony SWR12: Fix broken support since 0.53.0 + Wasp-OS: Fix crash on Android 7 and lower + Add activity list dashboard summary calculations + Add battery level logging and graph activity + Use distinct icons for total step and distance values in widget + Flip and scale GPX canvas + Try to fix call notification on outgoing VoIP calls + Amazfit GTS2e: Really fix broken support Amazfit Bip S Lite: Fix broken support (probably) diff --git a/fastlane/metadata/android/en-US/190.txt b/fastlane/metadata/android/en-US/190.txt new file mode 100644 index 000000000..af2349531 --- /dev/null +++ b/fastlane/metadata/android/en-US/190.txt @@ -0,0 +1,9 @@ +* InfiniTime: Fix music control for newer firmware releases +* InfiniTime: Support call control and notification +* Sony SWR12: Fix broken support since 0.53.0 +* Wasp-OS: Fix crash on Android 7 and lower +* Add activity list dashboard summary calculations +* Add battery level logging and graph activity +* Use distinct icons for total step and distance values in widget +* Flip and scale GPX canvas +* Try to fix call notification on outgoing VoIP calls