From a62647fa46d08fd47ab6926c5579b3af56554835 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 5 Sep 2015 22:20:22 +0200 Subject: [PATCH] bump version, update README.md --- CHANGELOG.md | 2 +- README.md | 5 +++-- app/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c41e82..58d84a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ###Changelog -####Next Version +####Version 0.5.3 * Pebble: For generic notifications, support dismissing individual notficications and "Open on Phone" feature (OG & PT) * Pebble: Allow to treat K9 notifcations as generic notifications (if notification mode is set to never) * Ignore QKSMS notificaions to avoid double notification for incoming SMS diff --git a/README.md b/README.md index 01bb5bf5..0c42e1eb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ need to create an account and transmit any of your data to the vendor's servers. * SMS notification (sender, body) * K-9 Mail notification support (sender, subject, preview) * Support for generic notifications (above filtered out) -* Dismiss all notifications from the action menu of a notification +* Dismiss individial notifications 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). Apollo and CM 12.1 Music App supported. * Music control: play/pause, next track, previous track, volume up, volume down * List and remove installed apps/watchfaces @@ -34,7 +35,7 @@ need to create an account and transmit any of your data to the vendor's servers. All features are also supported on the Pebble Time, except for the following: -* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are stil installed or not) +* Listing installed watchfaces (it will simply display the UUIDs of previously installed watchapps, no matter if they are still installed or not) * Firmware installation is untested and will probably not work. ## How to use (Pebble) diff --git a/app/build.gradle b/app/build.gradle index 40c65d15..2a53d1da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 23 - versionCode 23 - versionName "0.5.2" + versionCode 24 + versionName "0.5.3" } buildTypes { release {