Andreas Shimokawa
df8c290442
Implement music control (play, pause, next, previous). Try to make code a bit less Pebble centric.
2015-02-12 16:00:45 +01:00
Andreas Shimokawa
20b3dffba6
initial support for music playback information (artist, album, track), fix encoding of empty strings in PebbleProtocol
2015-02-08 23:53:40 +01:00
Andreas Shimokawa
efa7920b9d
do not disable/enable NotificationListener at runtime (leads to loss of permissions to read notifications)
2015-02-07 13:20:38 +01:00
Andreas Shimokawa
a47ba3c96f
Cleanup main Activity, move debug code to DebugActivity, added Call related debug buttons, add state tracking to PhoneCallReceiver, support in-call display of incoming calls (untested)
2015-02-07 12:58:18 +01:00
Andreas Shimokawa
070c6db5ed
Resolve caller names by phone number before sending to Pebble
2015-01-23 11:32:58 +01:00
Andreas Shimokawa
bf6abe9672
Quick and dirty support for incoming calls notification the Pebble way
...
Incoming calls are no longer send as simple notifications but properly as
incoming calls. The Pebble will vibrate until the call is taken or dismissed.
It is not yet possible to dismiss the call using the Pebble button.
2015-01-22 22:49:50 +01:00