2015-01-06 00:19:03 +01:00
|
|
|
Gadgetbridge
|
|
|
|
============
|
2015-01-07 14:00:18 +01:00
|
|
|
|
|
|
|
Gadgetbridge is a Android (4.4+) Application which will allow you to use your
|
|
|
|
Gadget (Smartwatches/Fitness Bands etc) without the vendors closed source
|
|
|
|
application and without the need to create an account and sync your data to the
|
|
|
|
vendors servers.
|
|
|
|
|
|
|
|
Right now this is in very early testing stages and only supports the Pebble.
|
|
|
|
|
|
|
|
USE IT AT YOUR OWN RISK. It will problably not work. And if it works it will
|
|
|
|
annoy you more than it helps you ;)
|
|
|
|
|
2015-01-24 12:21:15 +01:00
|
|
|
Features:
|
|
|
|
* Notification for incoming calls with caller name and number
|
|
|
|
* SMS notification with sender name
|
|
|
|
* Generic Notificaions (android system and telephony notifications filtered out)
|
2015-01-07 14:00:18 +01:00
|
|
|
|
2015-01-24 12:21:15 +01:00
|
|
|
Known Issues:
|
|
|
|
|
|
|
|
* Can't reject or hang up phone calls yet
|
|
|
|
* Phone calls that are taken or rejected both count as rejected to make the
|
|
|
|
Pebble stop vibrating. (No in-call display yet)
|
|
|
|
* No outgoing call support (No in-call display yet)
|
|
|
|
* Complex notifications (eg. K-9 Mail) do not work yet, maybe we should implement
|
|
|
|
special K-9 Mail support? Or just support taking complex notificaion apart?
|
2015-01-07 14:00:18 +01:00
|
|
|
* Notifications are not properly queued, if two arrive at about the same time,
|
2015-01-18 22:44:38 +01:00
|
|
|
one of them will get lost (TODO: confirm)
|
2015-01-24 12:21:15 +01:00
|
|
|
* Android 4.4+ only, we can only change this by not handling generic
|
|
|
|
notifications or by using AccessibiltyService. Don't know if it is worth the
|
|
|
|
hassle.
|
2015-01-07 14:00:18 +01:00
|
|
|
|
|
|
|
Apart from that there are many internal design flaws which we will discuss using
|
2015-01-24 12:21:15 +01:00
|
|
|
the issue tracker.
|