From ee0b92ac449408b929bef290f4c2861669649554 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 19 Apr 2015 11:34:26 +0200 Subject: [PATCH] bump version to 0.3.0, update README.md and CHANGELOG.md --- CHANGELOG.md | 3 ++- README.md | 18 ++++++++++++------ app/build.gradle | 4 ++-- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0279742f..9d08d28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ###Changelog -####Next Release (probably 0.3.0) +####Version 0.3.0 +* Miband: Initial support (see README.md) * Pebble: Firmware installation (USE AT YOUR OWN RISK) * Pebble: Fix installation problems with certain .pbw files * Pebble: Volume control diff --git a/README.md b/README.md index fb3cc255..450ed5f2 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ Gadgetbridge ============ Gadgetbridge is a Android (4.4+) Application which will allow you to use your -Pebble without the vendors closed source application and without the need to -create an account and transmit any of your data to the vendors servers. +Pebble or Miband without the vendors closed source application and without the +need to create an account and transmit any of your data to the vendors servers. -Mi Band support is WIP. - -Features: +Features (Pebble): * Incoming calls notification and display (caller, phone number) * Outgoing call display @@ -21,12 +19,20 @@ Features: * Install .pbw files * Install firmware from .pbz files (EXPERIMENTAL) -How to use: +How to use (Pebble): 1. Pair your Pebble though the Android Bluetooth Settings 2. Start Gadgetbridge, tap on the device you want to connect to 3. To test, chose "Debug" from the menu and play around +How to use (Miband): + +1. Add your Mibands MAC address manually for now (Settings -> Debug) +2. Configure other notifications as desired +3. Restart Gadgetbridge, after that, the device should be visible +4. Tap it to connect +5. To test, chose "Debug" from the menu and play around + Known Issues: * Android 4.4+ only, we can only change this by not handling generic diff --git a/app/build.gradle b/app/build.gradle index 34ede46c..4ca77f33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 targetSdkVersion 21 - versionCode 7 - versionName "0.2.0" + versionCode 8 + versionName "0.3.0" } buildTypes { release {