summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix notification manager delete intent.jhtop.kim2011-07-151-1/+1
* Move adb related functionality from SystemServer and NotificationManagerServi...Mike Lockwood2011-06-131-75/+1
* UsbManager: Clean up extras for ACTION_USB_STATE broadcastMike Lockwood2011-06-081-2/+1
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-011-1/+1
* Ongoing notification for GPS use.Daniel Sandler2011-02-031-4/+29
* Clean up USB notifications:Mike Lockwood2010-12-141-2/+0
* Rename android.hardware.Usb to UsbManager and UsbObserver to UsbServiceMike Lockwood2010-12-091-7/+7
* Fix notification/builder defaultsAndy Stadler2010-12-031-13/+4
* NotificationManagerService: minor cleanupMike Lockwood2010-11-301-4/+1
* Update the look of the notifications. Includes adding a new Notification.Bui...Joe Onorato2010-11-211-18/+24
* Move the battery LED code over to the battery service from the notification s...Joe Onorato2010-10-271-60/+1
* resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-3/+0
|\
| * am bdf1706a: Merge "Reduce logging." into gingerbreadJoe Onorato2010-10-191-3/+0
| |\
| | * Reduce logging.Joe Onorato2010-10-191-3/+0
* | | Allow notifications to not specify a contentIntent.Joe Onorato2010-10-131-4/+0
* | | Revert "Merge "Allow notifications to not specify a contentIntent.""Jason Chen2010-10-081-0/+4
* | | Allow notifications to not specify a contentIntent.Joe Onorato2010-10-081-4/+0
* | | am 91cf049f: am 76e4fa19: Merge "Only pulse notification light if a new notif...Mike Lockwood2010-09-091-1/+13
|\ \ \ | |/ /
| * | am 76e4fa19: Merge "Only pulse notification light if a new notification has b...Mike Lockwood2010-09-091-1/+13
| |\ \ | | |/
| | * Only pulse notification light if a new notification has been received since t...Mike Lockwood2010-09-091-1/+13
* | | am 5085848d: am 209e6518: Merge "Make the LED colors when charging customizab...Jean-Baptiste Queru2010-08-171-10/+21
|\ \ \ | |/ /
| * | am 209e6518: Merge "Make the LED colors when charging customizable by the ven...Jean-Baptiste Queru2010-08-171-10/+21
| |\ \ | | |/ | |/|
| | * Make the LED colors when charging customizable by the vendorKenneth Andersson2010-08-031-10/+21
* | | am 811d66f1: am 9b87770f: Merge "Fix crash when startForeground posts a broke...Daniel Sandler2010-08-051-6/+17
|\ \ \ | |/ /
| * | Fix crash when startForeground posts a broken Notification.Daniel Sandler2010-08-041-6/+17
* | | Basic support for notification payloads in the panel.Daniel Sandler2010-08-051-0/+5
|/ /
* | Notifications: Use new ACTION_USB_STATE broadcast to monitor USB connected stateMike Lockwood2010-06-281-20/+13
* | Make bad notifications crash their application.Dianne Hackborn2010-06-241-5/+23
* | Move status_bar_latest_event and LatestItemView into SystemUI.apk.Joe Onorato2010-06-091-1/+1
* | Handle errors inflating notifications (and their icons).Joe Onorato2010-06-091-0/+6
* | Cap the number of notifications that a given package can post.Joe Onorato2010-06-091-0/+22
* | Remove unused files from the service package.Joe Onorato2010-06-021-1/+0
* | Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-021-30/+4
* | The status bar draws its icons now.Joe Onorato2010-06-021-4/+4
* | StatusBarService -> StatusBarManagerServiceJoe Onorato2010-06-021-10/+10
|/
* Remove logspew.Daniel Sandler2010-03-301-1/+1
* Implement audio focus support in the notification manager.Jean-Michel Trivi2010-03-291-3/+2
* Use a more benign icon for ADB notifications.Daniel Sandler2010-03-251-2/+4
* Turn off pulsing jogball while on a call.Daniel Sandler2010-03-111-1/+8
* Switch the services library to using the new SlogJoe Onorato2010-03-011-11/+12
* Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-7/+20
* StorageNotification: Move notification / usb storage activity into StatusBarP...San Mehat2010-02-091-4/+0
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-1/+1
* NotificationManagerService: Add a listener for storage eventsSan Mehat2010-02-091-0/+5
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-3/+3
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-8/+21
* Implement Notification.DEFAULT_LIGHTS flag.Mike Lockwood2010-01-201-6/+29
* move event log tags used by system server into this packageDoug Zongker2009-12-041-35/+30
* resolved conflicts for merge of 9b7dba93 to eclair-mr2Mike Lockwood2009-12-021-9/+39
|\
| * Implement new notification LED blinking logic:Mike Lockwood2009-12-021-9/+39