summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Allow theming of framework UI elements.Danny Baumann2012-05-131-0/+18
* Notification light(LED) settings: package mappingDvTonder2012-04-141-5/+21
* Merge branch 'ics-mr1-release' of https://android.googlesource.com/platform/f...Steve Kondik2012-03-291-1/+3
|\
| * Don't pulse LED on new notification unless notification has LED flag setMike Lockwood2012-02-131-1/+3
* | Fix notification led regex typonebkat2012-03-221-1/+1
* | Profiles - Part 2 of 2DvTonder2012-03-071-0/+14
* | Sound Settings - Quiet Hours (Part 2 of 2)DvTonder2012-03-011-8/+86
* | Custom LED notification (1/2 framework)nebkat2012-02-281-12/+95
* | NotificationManagerService: Fix notification led bugnebkat2012-02-171-1/+21
|/
* Expanding NotificationManager's event logging.Daniel Sandler2011-11-291-3/+6
* If "Pulse notification light" is off, don't flash the LED even once.Amith Yamasani2011-09-201-3/+0
* Extinguish notification LED when user passes through lock screenMike Lockwood2011-08-301-3/+15
* No longer disable notification lights when screen turns onMike Lockwood2011-08-231-22/+2
* Remove notifications when an app is disabled.Daniel Sandler2011-08-061-0/+2
* am 1b20abd3: am 20bf46af: am b0878223: am 6800a801: Merge "frameworks/base: C...Dianne Hackborn2011-07-251-0/+18
|\
| * am 20bf46af: am b0878223: am 6800a801: Merge "frameworks/base: Cap the number...Dianne Hackborn2011-07-251-0/+18
| |\
| | * frameworks/base: Cap the number of toasts that a package can post.Vairavan Srinivasan2011-05-131-0/+18
| | * am 40bbf929: DO NOT MERGE: Backport USB accessory support to gingerbreadMike Lockwood2011-03-021-1/+1
| | |\
| | | * DO NOT MERGE: Backport USB accessory support to gingerbreadMike Lockwood2011-03-011-1/+1
| | * | am 6da062a9: Merge "DO NOT MERGE: Clean up USB notifications:" into gingerbreadMike Lockwood2011-02-281-2/+0
| | |\ \ | | | |/
| | | * DO NOT MERGE: Clean up USB notifications:Mike Lockwood2011-02-271-2/+0
| | * | am 3333f8af: Merge "DO NOT MERGE UsbManager: squashed commit of:" into ginger...Mike Lockwood2011-02-281-7/+7
| | |\ \ | | | |/
| | | * DO NOT MERGE UsbManager: squashed commit of:Mike Lockwood2011-02-271-7/+7
* | | | 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