From 1d3cff029e9b80c363f335d56d8ec660d7e6c213 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 12 Oct 2019 12:53:35 +0200 Subject: [PATCH] clean up changelog (there was no 0.36.3 release) --- CHANGELOG.md | 18 +++++++++--------- app/build.gradle | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffec56d8..8d48e6b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ ### Changelog -#### Version 0.36.4 -* Makibes HR3: Adjusted alarm slot count -* Makibes HR3: Implemented device deletion, heart rate, steps, download progress notification, smart wake up, disconnect notification, quite hours -* Makibes HR3: Fixed medium-length notifications not being displayed -* Makibes HR3: Added a timeout to reverse find device -* "Find Phone" now vibrates in addition to playing the ring tone - -#### Version 0.36.3 -* Basic Makibes HR3 support +#### Version 0.37.0 +* Initial Basic Makibes HR3 support +* Amazfit Bip Lite: Iniital working support, firmware update is disabled for now (we do not have any firmware for testing) +* Find Phone now also vibration in addition to playing the ring tone +* ID115: All settings are now per-device +* Timeformat settings are now per-device for all supported devices +* Wrist location settings are now per-device for all supported devices +* Work around broken layout in database management activity +* Show toast in case no app is installed which can handle GPX files #### Version 0.36.2 * Amazfit Bip: Untested support for Lite variant diff --git a/app/build.gradle b/app/build.gradle index 56233071d..f20bebb8f 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.4" - versionCode 159 + versionName "0.37.0" + versionCode 158 vectorDrawables.useSupportLibrary = true } buildTypes {