murat8505 / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
0 stars 0 forks source link

Improvements to incoming call notification #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to include the phone number for incoming calls as well
as some modified display of the while thing:

E.g.:
====================================
| Incoming voice call:             |
|                                  |
| Angry Boss (555-123-4567)        |
====================================

Additionally, the notification seems to only be displayed if XBMC Remote is
in the "Remote Control" view. It should ideally always pause the XBMC
playback, even if XBMC Remote is not active, when it is enabled.

Original issue reported on code.google.com by codename...@gmail.com on 12 Oct 2009 at 10:41

GoogleCodeExporter commented 9 years ago
Yes it is possible to change the "layout" like that, but the first line is bold 
and
better readable, so I made it display the name.

The second is planned :)

Original comment by till.ess...@googlemail.com on 13 Oct 2009 at 8:06

GoogleCodeExporter commented 9 years ago
Attached a patch that enables sms/incoming calls to be presented in any view.
Basically, I instantiate the event client in the constructor of the 
HomeActivity.
Also did some refactoring: All references to the event client now goes through 
the 
ConnectionManager; aside from being a bit clutchy, there was a potential 
NPE-situation 
when EventClient.getInstance() to obtain the client. 

Original comment by mukkenb...@gmail.com on 14 Oct 2009 at 8:02

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry I'm pretty busy at the moment.
Either one of the others will add it or I'll do it when I get back (27th 
October).
Thanks anyways :)

Original comment by till.ess...@googlemail.com on 14 Oct 2009 at 10:00

GoogleCodeExporter commented 9 years ago
Added mukkenborgs fix. Thanks for that!

Original comment by till.ess...@googlemail.com on 23 Oct 2009 at 4:22