bump version to 0.3.0, update README.md and CHANGELOG.md

live-sensor-data
Andreas Shimokawa 2015-04-19 11:34:26 +02:00
parent dd12bb11b2
commit ee0b92ac44
3 changed files with 16 additions and 9 deletions

View File

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

View File

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

View File

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