mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +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
|
###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: Firmware installation (USE AT YOUR OWN RISK)
|
||||||
* Pebble: Fix installation problems with certain .pbw files
|
* Pebble: Fix installation problems with certain .pbw files
|
||||||
* Pebble: Volume control
|
* 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
|
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
|
Pebble or Miband without the vendors closed source application and without the
|
||||||
create an account and transmit any of your data to the vendors servers.
|
need to create an account and transmit any of your data to the vendors servers.
|
||||||
|
|
||||||
Mi Band support is WIP.
|
Features (Pebble):
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Incoming calls notification and display (caller, phone number)
|
* Incoming calls notification and display (caller, phone number)
|
||||||
* Outgoing call display
|
* Outgoing call display
|
||||||
@ -21,12 +19,20 @@ Features:
|
|||||||
* Install .pbw files
|
* Install .pbw files
|
||||||
* Install firmware from .pbz files (EXPERIMENTAL)
|
* Install firmware from .pbz files (EXPERIMENTAL)
|
||||||
|
|
||||||
How to use:
|
How to use (Pebble):
|
||||||
|
|
||||||
1. Pair your Pebble though the Android Bluetooth Settings
|
1. Pair your Pebble though 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, chose "Debug" from the menu and play around
|
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:
|
Known Issues:
|
||||||
|
|
||||||
* Android 4.4+ only, we can only change this by not handling generic
|
* Android 4.4+ only, we can only change this by not handling generic
|
||||||
|
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
applicationId "nodomain.freeyourgadget.gadgetbridge"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName "0.2.0"
|
versionName "0.3.0"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user