summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Clear identity when requesting current user.Jeff Sharkey2012-10-051-1/+9
* Only play notification sounds for active user.Jeff Sharkey2012-10-051-1/+2
* Clear notifications properly on ACTION_USER_STOPPED.John Spurlock2012-10-041-1/+1
* Merge "Multi-user ringtone playback." into jb-mr1-devJeff Sharkey2012-09-261-2/+2
|\
| * Multi-user ringtone playback.Jeff Sharkey2012-09-261-2/+2
* | Update references to migrated global settings.Jeff Brown2012-09-251-2/+2
|/
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-4/+3
* Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-3/+4
* Make the SystemUI stop the screen saver when a full-screen notification is po...Daniel Sandler2012-09-051-14/+0
* Do not play sounds or vibes for background users' notifications.Daniel Sandler2012-09-051-0/+1
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-57/+55
* Enforce permissions for calls with specified userIdAmith Yamasani2012-08-301-4/+5
* Start implementing concept of "running" users.Dianne Hackborn2012-08-281-0/+29
* Improve multi-user app management.Dianne Hackborn2012-08-211-2/+2
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-2/+2
* Stop screensaver on incoming phone call.John Spurlock2012-08-131-0/+15
* Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
* Be more discriminating when canceling notifications on changing packages.Daniel Sandler2012-06-011-1/+11
* Silent and Vibrate mode clean upEric Laurent2012-05-081-1/+1
* Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-271-41/+49
* Notifications may now be disabled on a per-package basis.Daniel Sandler2012-04-191-16/+215
* Extract Vibrator implementation from interface.Jeff Brown2012-04-131-1/+2
* Dump the uid of a notification, for debugging.Amith Yamasani2012-03-301-0/+1
* Stop showing ADB and MTP/PTP/USB notifications at the top.Daniel Sandler2012-03-291-1/+2
* Merge "New notification priority and related APIs."Daniel Sandler2012-02-241-24/+37
|\
| * New notification priority and related APIs.Daniel Sandler2012-02-241-24/+37
* | am 8f7cc7af: am b9be8eff: am ffc89899: Merge "Don\'t pulse LED on new notific...Mike Lockwood2012-02-141-1/+3
|\ \ | |/ |/|
| * Don't pulse LED on new notification unless notification has LED flag setMike Lockwood2012-02-131-1/+3
* | Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+2
|/
* 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