From cf1c245e588d358092c30ce2b95090c41149f7db Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 21 Jan 2016 21:40:23 +0100 Subject: [PATCH] update CHANGELOG.md, README.md and bump version --- CHANGELOG.md | 2 +- README.md | 3 ++- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3316cb1..aa4bf7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ###Changelog -####Next Version +####Version 0.7.2 * Pebble: Allow replying to generic notifications that contain a wearable reply action (tested with Signal) * Pebble: Support seting up a common suffix for canned replies (defaults to " (canned reply)") * Mi Band: Avoid NPEs when aborting an erroneous sync #205 diff --git a/README.md b/README.md index 0a4d1378..187372dd 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ need to create an account and transmit any of your data to the vendor's servers. * Incoming calls notification and display * Outgoing call display * Reject/hangup calls -* SMS notification including experimental support for 16 predefined replies +* SMS notification * K-9 Mail notification support * Support for generic notifications (above filtered out) +* Support for up to 16 predefined replies for SMS and Android Wear compatible notifications (experimental, tested with Signal) * Dismiss individial notifications, mute or open corresponding app on phone from the action menu (generic notifications) * Dismiss all notifications from the action menu (non-generic notifications) * Music playback info (artist, album, track) diff --git a/app/build.gradle b/app/build.gradle index 498f1b8a..8d42d35b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.7.1" - versionCode 37 + versionName "0.7.2" + versionCode 38 } buildTypes { release {