mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 20:36:51 +01:00
bump version to 0.3.0, update README.md and CHANGELOG.md
This commit is contained in:
parent
dd12bb11b2
commit
ee0b92ac44
@ -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
|
||||
|
18
README.md
18
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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user