From db6f26fcd5f20b474f47f898d80a6d241f920032 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 21 Feb 2016 15:46:53 +0100 Subject: [PATCH] bump version, update CHANGELOG.md and README.md --- CHANGELOG.md | 1 + README.md | 5 ++--- app/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfadb833c..5b54465e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Pebble: Fix wrong(previous) contact being displayed on the pebble * Mi Band: improvements to pairing * Fix a problem related to shared preferences storage of activity settings. +* Very basic support Android 6 runtime permission ####Version 0.7.4 * Refactored the settings activity: User details are now generic instead of miband specific. Old settings are preserved. diff --git a/README.md b/README.md index 187372dd0..11ac53096 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,8 @@ need to create an account and transmit any of your data to the vendor's servers. * Install firwmare files (.pbz) [READ THE WIKI](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Pebble-Firmware-updates) * Install language files (.pbl) * Take and share screenshots from the Pebble's screen -* PebbleKit support for 3rd Party Android Apps support (experimental) -* Morpheuz sleep data syncronization (experimental) -* Misfit steps data synchronization (experimental) +* PebbleKit support for 3rd Party Android Apps (experimental) +* Fetch activity data from Pebble Health, Misfit and Morpheuz (experimental) ## Notes about Firmware 3.x (Pebble Time, updated OG) diff --git a/app/build.gradle b/app/build.gradle index f1b8c31af..d2c037517 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.4" - versionCode 40 + versionName "0.8.0" + versionCode 41 } buildTypes { release {