From 683a074f7af1b64692769f99047564293b7a0289 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 2 Jun 2017 21:32:38 +0200 Subject: [PATCH] update changelogs, bump version --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 9 +++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f8f351..eb7292e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### Changelog +#### Version 0.19.3 +* Pebble: Fix crash when calendar access permission has been denied +* Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3 +* Mi Band 2: Improve reliability when fetching activity data +* HPlus: Fix intensity calculation without continuous connectivity +* HPlus: Fix Unicode handling +* HPlus: Initial not work detection +* Fix memory leak + #### Version 0.19.2 * Pebble: Fix recurring calendar events only appearing once per week * HPlus: Fix crash when receiving calls without phone number diff --git a/app/build.gradle b/app/build.gradle index 83f48614..dd0056da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.19.2" - versionCode 95 + versionName "0.19.3" + versionCode 96 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 4ce3705c..2447f03b 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + Pebble: Fix crash when calendar access permission has been denied + Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3 + Mi Band 2: Improve reliability when fetching activity data + HPlus: Fix intensity calculation without continuous connectivity + HPlus: Fix Unicode handling + HPlus: Initial not work detection + Fix memory leak + Pebble: Fix recurring calendar events only appearing once per week HPlus: Fix crash when receiving calls without phone number