From ae269e51e78a711f3720be38f5792a99aaf81805 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Thu, 31 Dec 2015 00:40:22 +0100 Subject: [PATCH] update README.md, bump version --- README.md | 15 ++++----------- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ea823732..0a4d1378 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ need to create an account and transmit any of your data to the vendor's servers. ## Features (Pebble) -* Incoming calls notification and display (caller, phone number) +* Incoming calls notification and display * Outgoing call display * Reject/hangup calls -* SMS notification (sender, body) -* K-9 Mail notification support (sender, subject, preview) +* SMS notification including experimental support for 16 predefined replies +* K-9 Mail notification support * Support for generic notifications (above filtered out) -* Dismiss individial notifications or open corresponding app on phone from the action menu (generic notifications) +* 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) * Music control: play/pause, next track, previous track, volume up, volume down @@ -37,13 +37,6 @@ need to create an account and transmit any of your data to the vendor's servers. ## Notes about Firmware 3.x (Pebble Time, updated OG) * Listing installed watchfaces will simply display previously installed watchapps, no matter if they are still installed or not. -* You should disable the "Stand-By-Mode" introduced in firmware 3.4. -According to pebble, this mode will disable bluetooth automatically when the -pebble does not sense motion for about 30 minutes, and then re-enable it if it -senses motion again. We do not support initiating connections from the pebble -yet, so this will leave you pebble disconnected until you connect it again -manually, and/or use even more energy by triggering a reconnect from -Gadgetbridge. ## How to use (Pebble) diff --git a/app/build.gradle b/app/build.gradle index 6fbefa72..fd226246 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.6.9" - versionCode 35 + versionName "0.7.0" + versionCode 36 } buildTypes { release {