Receive SMS the proper way, filter them out in the generic NotificationListener.

This commit is contained in:
Andreas Shimokawa
2015-01-24 12:21:15 +01:00
parent 070c6db5ed
commit 94c73ef20e
6 changed files with 81 additions and 18 deletions
+16 -5
View File
@@ -11,13 +11,24 @@ 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:
Features:
* Notification for incoming calls with caller name and number
* SMS notification with sender name
* Generic Notificaions (android system and telephony notifications filtered out)
* No special notifications, EVERYTHING will be send as a Chat/SMS message
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?
* 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.
* 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.
the issue tracker.