mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 08:52:58 +01:00
A free and cloudless replacement for your gadget vendors' closed source Android applications. See the list for supported devices.
app | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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.
We plan to add support for the Mi Band and maybe even more devices.
Features:
- Incoming calls notification and display (caller, phone number)
- Outgoing call display
- Reject/Hangup Calls
- SMS notification (sender, body)
- K-9 Mail notification support (sender, subject, preview)
- Support for generic notificaions (above filtered out)
- Apollo Music Playback info (artist, album, track)
- Music Control: Play/Pause, Next Track, Previous Track
How to use:
- Pair your Pebble though the Android Bluetooth Settings
- Start Gadgetbridge, press "connect"
- To test, chose "Debug" from the menu and play around
Known Issues:
- No reconnect, if connection is lost, you have to press "connect" again
- Notifications are not properly queued, if two arrive at about the same time, one of them might get lost (TODO: confirm)
- 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.
Apart from that there are many internal design flaws which we will discuss using the issue tracker.