update CHANGELOG.md, README.md and bump version

here
Andreas Shimokawa 2016-01-21 21:40:23 +01:00
parent 2b78b0a67f
commit cf1c245e58
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 {