diff --git a/CHANGELOG.md b/CHANGELOG.md index 53523981..fdaac5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ###Changelog -###Version (next) +###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 ###Version 0.18.5 diff --git a/app/build.gradle b/app/build.gradle index 5e4b69d0..c9dcfd13 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.18.5" - versionCode 92 + versionName "0.19.0" + versionCode 93 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 bea25db6..66acaa3c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + 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 + Applied some material design guidelines to Charts and (pebble) app management Changed colours: deep sleep is now dark blue, light sleep is now light blue @@ -11,7 +17,6 @@ HPlus: users can now decide whether they want to pair the device or not, hopefully fixing some connection problems (#642) HPlus: display battery state and warn on low battery - Mi Band 2: Display realtime steps in Live Activity Mi Band: Attempt to recognize Mi Band model with hwVersion = 8