Go to file
Andreas Shimokawa 070c6db5ed Resolve caller names by phone number before sending to Pebble 2015-01-23 11:32:58 +01:00
app Resolve caller names by phone number before sending to Pebble 2015-01-23 11:32:58 +01:00
gradle/wrapper First checkin of actual code 2015-01-07 14:00:18 +01:00
.gitignore First checkin of actual code 2015-01-07 14:00:18 +01:00
LICENSE Initial commit 2015-01-06 00:19:03 +01:00
README.md fix various annoyances 2015-01-18 22:44:38 +01:00
build.gradle First checkin of actual code 2015-01-07 14:00:18 +01:00
gradle.properties First checkin of actual code 2015-01-07 14:00:18 +01:00
gradlew First checkin of actual code 2015-01-07 14:00:18 +01:00
gradlew.bat First checkin of actual code 2015-01-07 14:00:18 +01:00
settings.gradle First checkin of actual code 2015-01-07 14:00:18 +01:00

README.md

Gadgetbridge

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 ;)

Known Visible Issues:

  • No special notifications, EVERYTHING will be send as a Chat/SMS message
  • Notifications are not properly queued, if two arrive at about the same time, one of them will get lost (TODO: confirm)
  • Android 4.4+ only, we can only change this by implementing an 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.