From 9ebb11b1686eb1665f1192db7d13afe7c36f0d6a Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 17 Sep 2019 14:12:48 +0200 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 4 +- app/build.gradle | 4 +- app/src/main/res/xml/changelog_master.xml | 39 ++++++++++++------- .../metadata/android/en-US/changelogs/156.txt | 11 ++++++ 4 files changed, 42 insertions(+), 16 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/156.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index b171ba911..c790aaea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next Version +#### Version 0.36.1 * Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps * Mi Band 4: Really fix weather location not being updated on the Band * Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone @@ -10,6 +10,8 @@ * New status and alarms widget * Fix crash when entering notification filter settings * Make diagram settings accessible from charts activity +* Add option to hide the floating plus button in the main activity +* Fix a potential crash on Android 4.4 KitKat #### Version 0.36.0 * Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time diff --git a/app/build.gradle b/app/build.gradle index 564db0454..3009b43a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.36.0" - versionCode 155 + versionName "0.36.1" + versionCode 156 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 8de96c4ff..70677dd5c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,19 +1,32 @@ + + Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps + Mi Band 4: Really fix weather location not being updated on the Band + Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone + Amazfit Bip/Cor: Support for custom emoji font + ZeTime: Enable emoji support + ZeTime: Make watch language the same as the phone language by default + New status and alarms widget + Fix crash when entering notification filter settings + Make diagram settings accessible from charts activity + Add option to hide the floating plus button in the main activity + Fix a potential crash on Android 4.4 KitKat + - Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time - Mi Band 3/4: Allow enabling the NFC menu where supported (useless for now) - Mi Band 3/4, Amazfit Cor/Bip: Set language immediately when changing it (not only on connect) - Mi Band 3/4, Amazfir Cor/Bip: Add icons for "swimming" and "exercise" - Mi Band 4: Support flashing the V2 font - Mi Band 4: Fix weather location not being updated on the Band - Mi Band 4: remove unsupported DND setting from settings menu - Amazfit Bip/Cor: Fix resetting of last fetched date for sports activities - Amazfit Bip: Fix sharing GPX files for some Apps - Pebble: Use Rebble Store URI - Support LineageOS 16.0 weather provider - Add Averages to Charts - Allow togging between weekly and monthly charts + Initial Mijia LYWSD02 support (Smart Clock with Humidity and Temperature Sensor), just for setting the time + Mi Band 3/4: Allow enabling the NFC menu where supported (useless for now) + Mi Band 3/4, Amazfit Cor/Bip: Set language immediately when changing it (not only on connect) + Mi Band 3/4, Amazfir Cor/Bip: Add icons for "swimming" and "exercise" + Mi Band 4: Support flashing the V2 font + Mi Band 4: Fix weather location not being updated on the Band + Mi Band 4: remove unsupported DND setting from settings menu + Amazfit Bip/Cor: Fix resetting of last fetched date for sports activities + Amazfit Bip: Fix sharing GPX files for some Apps + Pebble: Use Rebble Store URI + Support LineageOS 16.0 weather provider + Add Averages to Charts + Allow togging between weekly and monthly charts Mi Band 1/2: Crash when updating firmware while phone is set to Spanish diff --git a/fastlane/metadata/android/en-US/changelogs/156.txt b/fastlane/metadata/android/en-US/changelogs/156.txt new file mode 100644 index 000000000..982cf3fb8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/156.txt @@ -0,0 +1,11 @@ +* Mi Band 2/3/4, Amazfit Bip/Cor: dd setting to expose the HR sensor to 3rd party apps +* Mi Band 4: Really fix weather location not being updated on the Band +* Mi Band 4: Fix call notifcation not stopping when call gets answered or rejected on the phone +* Amazfit Bip/Cor: Support for custom emoji font +* ZeTime: Enable emoji support +* ZeTime: Make watch language the same as the phone language by default +* New status and alarms widget +* Fix crash when entering notification filter settings +* Make diagram settings accessible from charts activity +* Add option to hide the floating plus button in the main activity +* Fix a potential crash on Android 4.4 KitKat