From 31c9d7ed3b0e7011962f9d3dd7751a1b9783aae6 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Wed, 6 Jul 2016 23:57:32 +0200 Subject: [PATCH] Updated changelog for 0.11.1 (cherry picked from commit 563af6d0175b5ff415085fe562f4cf03ab364098) --- CHANGELOG.md | 9 +++++++++ app/src/main/res/xml/changelog_master.xml | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7fee1b4..dc7a1987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ####Version 0.11.1 * Various fixes (including crashes) for location settings * Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) +* Fix a rare crash when, due to bluetooth problems, a device has no name +* Fix activity fetching getting stuck when double tapping (#333) +* Mi Band: in the Device Discovery activity, do not display devices that are already paired +* Mi Band: only allow automatic reconnection on disconnect when the device was previously fully connected +* Mi Band: fix a rare crash when reading data fails due to bluetooth problems +* Mi Band: log full activity sample to help deciphering activity kinds (#341) +* Mi Band 2: improved discovery mechanism to not rely on mac addresses (#323) +* Charts: only display heart rate samples on devices that support that +* Add more logging to detect problems with external directories (#343) ####Version 0.11.0 * Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 6679f3fb..3b98e4b0 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -3,7 +3,16 @@ Various fixes (including crashes) for location settings Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) - + Fix a rare crash when, due to bluetooth problems, a device has no name + Fix activity fetching getting stuck when double tapping (#333) + Mi Band: in the Device Discovery activity, do not display devices that are already paired + Mi Band: only allow automatic reconnection on disconnect when the device was previously fully connected + Mi Band: fix a rare crash when reading data fails due to bluetooth problems + Mi Band: log full activity sample to help deciphering activity kinds (#341) + Mi Band 2: improved discovery mechanism to not rely on mac addresses (#323) + Charts: only display heart rate samples on devices that support that + Add more logging to detect problems with external directories (#343) + Pebble: new App Manager (keeps track of installed apps and allows app sorting on FW 3.x) Pebble: call dismissal with canned SMS (FW 3.x)