mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update CHANGELOG, README and bump version to 0.3.5
We might delay the release a bit due to missing translations.
This commit is contained in:
parent
c8feea9f37
commit
b1cb5f3f21
@ -1,6 +1,6 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
####Version (next)
|
####Version 0.3.5
|
||||||
* Add discovery and pairing Activity for Mi Bands
|
* Add discovery and pairing Activity for Pebble and Mi Band
|
||||||
* Listen for Pebble Message intents and forward notification (used by Conversations)
|
* Listen for Pebble Message intents and forward notification (used by Conversations)
|
||||||
* Make strings translatable and add German, Italian, Spanish and Korean translations
|
* Make strings translatable and add German, Italian, Spanish and Korean translations
|
||||||
* Mi Band: Display battery status
|
* Mi Band: Display battery status
|
||||||
|
@ -21,7 +21,7 @@ need to create an account and transmit any of your data to the vendor's servers.
|
|||||||
|
|
||||||
## How to use (Pebble)
|
## 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
|
2. Start Gadgetbridge, tap on the device you want to connect to
|
||||||
3. To test, choose "Debug" from the menu and play around
|
3. To test, choose "Debug" from the menu and play around
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 12
|
versionCode 13
|
||||||
versionName "0.3.4"
|
versionName "0.3.5"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user