History log of /packages/apps/Contacts/src/com/android/contacts/calllog/CallLogNotificationsService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0331d14de21c78cd6969ef177e399a4b99290f7d 12-Aug-2011 Flavio Lerda <flerda@google.com> Fix clearing of voicemail notifications.

The intent used to clear the voicemail notifications currently also
marks the missed calls as no longer new. This change fixes that by
updating only the entries corresponding to voicemails.

Bug: 5159577
Change-Id: Ia36902daaa9cd19c8b4a2f30259eb328ee103b25
/packages/apps/Contacts/src/com/android/contacts/calllog/CallLogNotificationsService.java
60c1f788e39577cad5b74414e65d9bab7ca17574 27-Jul-2011 Flavio Lerda <flerda@google.com> Move notification generation to a service.

Generating notifications requires looking up the list of calls to
include and the name of the callers.

Instead of doing this on the onReceive, move this to a service. By using
IntentService this will be done on a worker thread.

Bug: 5036195
Change-Id: Idb6e80c802e40398888bb76f52ad7c5457aea945
/packages/apps/Contacts/src/com/android/contacts/calllog/CallLogNotificationsService.java
b78b7096618cd9c3c8db8e4a8e0ed684fe8b1b11 26-Jul-2011 Flavio Lerda <flerda@google.com> Fixes for voicemail notifications.

- Handle multiple notifications.
- Clear notifications correctly.
- Show un-cleared notifications on reboot.

Bug: 4968721
Change-Id: I1bd1eda4d75371fb7ba92063d74a61de232b61d6
/packages/apps/Contacts/src/com/android/contacts/calllog/CallLogNotificationsService.java