update CHANGELOG, README and bump version to 0.3.5

We might delay the release a bit due to missing translations.
master
Andreas Shimokawa 2015-05-10 17:09:57 +02:00
parent c8feea9f37
commit b1cb5f3f21
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
###Changelog
####Version (next)
* Add discovery and pairing Activity for Mi Bands
####Version 0.3.5
* Add discovery and pairing Activity for Pebble and Mi Band
* Listen for Pebble Message intents and forward notification (used by Conversations)
* Make strings translatable and add German, Italian, Spanish and Korean translations
* Mi Band: Display battery status

View File

@ -21,7 +21,7 @@ need to create an account and transmit any of your data to the vendor's servers.
## How to use (Pebble)
1. Pair your Pebble through the Android Bluetooth Settings
1. Pair your Pebble through Gadgetbridge's Discovery Activity or the Android Bluetooth Settings
2. Start Gadgetbridge, tap on the device you want to connect to
3. To test, choose "Debug" from the menu and play around

View File

@ -8,8 +8,8 @@ android {
applicationId "nodomain.freeyourgadget.gadgetbridge"
minSdkVersion 19
targetSdkVersion 21
versionCode 12
versionName "0.3.4"
versionCode 13
versionName "0.3.5"
}
buildTypes {
release {