summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Notification cancellation fixes:Koushik Dutta2013-07-071-3/+7
* Add permission that allows cancelling notifications from other apps.Koushik Dutta2013-07-061-0/+4
* NotificationManager : Fix security exceptionDanesh Mondegarian2013-07-021-2/+2
* Add an option to allow a (subtle) notification vibration during calls.Danny Baumann2013-07-021-17/+47
* Keep on notification LED while dreaming.Danny Baumann2013-06-281-2/+16
* NotificationManagerService: fix typo on led off time variableMustaavalkosta2013-06-081-1/+1
* Fix up notification LED behaviourDanny Baumann2013-05-161-25/+11
* Correct executable bit for source filesKenny Root2013-04-131-0/+0
* Fix Quiet Hours not muting notification soundsEspen Fjellvær Olsen2013-02-171-1/+1
* Merge commit 'android-4.2.2_r1' into mr1.1-stagingRicardo Cerqueira2013-02-151-16/+37
|\
| * PRIORITY_MIN notifications should be truly ambient.Daniel Sandler2012-12-041-2/+13
| * DEFAULT_VIBRATE must always use the default vibe patternDaniel Sandler2012-11-201-4/+4
| * Do not vibe when the default notification sound is Silent.Daniel Sandler2012-11-141-9/+20
| * Notification vibration improvements:Daniel Sandler2012-11-141-8/+51
| * When in vibrate mode, all notifications will vibrate.David Agnew2012-11-101-1/+10
* | Framework: Fix security exceptionDvTonder2013-02-061-6/+6
* | Framework: Enable multi-user support for Notification lightDvTonder2013-02-061-12/+16
* | Framework: Enable multi-user support for Quiet HoursDvTonder2013-02-031-12/+12
* | Fix coding style.Danny Baumann2013-02-011-2/+7
* | Notification sound-to-vibration conversion toggleRoman Birg2013-01-311-1/+2
* | Framework: Remove orphaned Theme related codeDvTonder2012-12-091-24/+2
* | Framework: Forward port FixesDvTonder2012-12-021-4/+3
* | Merge commit 'android-4.2.1_r1' into mr1-stagingRicardo Cerqueira2012-11-281-9/+51
|\ \
| * | Notification vibration improvements: [DO NOT MERGE]Daniel Sandler2012-11-191-8/+51
* | | Squashed commit of the theme engine support.Ricardo Cerqueira2012-11-241-0/+19
* | | Framework: Port CM9 features to CM10DvTonder2012-11-211-22/+234
|/ /
* | When in vibrate mode, all notifications will vibrate.David Agnew2012-11-091-1/+10
|/
* Don't cancel any notifications that are meant for all users, if no package is...Amith Yamasani2012-11-071-0/+4
* Relax permission requirements for posting notifications across usersAmith Yamasani2012-10-301-3/+3
* Allow any user to clear a notification targeted at USER_ALL.Daniel Sandler2012-10-151-7/+21
* Merge "Don't play notifications during speech recognition" into jb-mr1-devJean-Michel Trivi2012-10-101-2/+3
|\
| * Don't play notifications during speech recognitionJean-Michel Trivi2012-10-101-2/+3
* | Send accessibility notification events only for the current user.Svetoslav Ganov2012-10-101-9/+12
|/
* 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