From b2a1805e4ff48187c771d233e1f236fa62723200 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Tue, 25 Apr 2017 22:02:57 +0200 Subject: [PATCH] Update changelog for 0.19.0 --- CHANGELOG.md | 6 ++++-- app/src/main/res/xml/changelog_master.xml | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaac5e6e..3ce456b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ ###Version 0.19.0 * Pebble: allow calendar sync with Timeline (Title, Location, Description) * Pebble: display calendar icon for reminders from AOSP Calendar -* HPlus: try to fix latin characters showing as random chinese text -* Improve generic notification reliablity by trying to restart notification listener when stale/crashed +* HPlus: try to fix latin characters showing as random Chinese text +* Improve reconnection with BLE devices +* Improve generic notification reliability by trying to restart the notification listener when stale/crashed +* Other small bugfixes ###Version 0.18.5 * Applied some material design guidelines to Charts and (pebble) app management diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 66acaa3cf..1f2729df7 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -4,7 +4,9 @@ Pebble: allow calendar sync with Timeline (Title, Location, Description) Pebble: display calendar icon for reminders from AOSP Calendar HPlus: try to fix latin characters showing as random chinese text - Improve generic notification reliablity by trying to restart notification listener when stale/crashed + Improve reconnection with BLE devices + Improve generic notification reliability by trying to restart notification listener when stale/crashed + Other small bugfixes Applied some material design guidelines to Charts and (pebble) app management