summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/NotificationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Further reduce memory usage of notification archive.Daniel Sandler2013-04-161-1/+28
* Finish annotating Notification.extras.Daniel Sandler2013-04-151-10/+51
* New NotificationListenerService.Daniel Sandler2013-04-051-54/+314
* Nuke heavy parts of notification before archiving.Jeff Sharkey2013-04-031-1/+7
* Allow whitelisted non-system packages to listen for notifications.Daniel Sandler2013-03-211-24/+105
* Accumulate updates to notifications before archiving.Daniel Sandler2013-03-071-3/+3
* Properly support USER_ALL in notification listener API.Daniel Sandler2013-03-071-2/+8
* New INotificationListener interface.Daniel Sandler2013-02-191-0/+91
* Historical notification access API.Daniel Sandler2013-02-121-2/+42
* New API to request a list of current notifications.Daniel Sandler2013-02-071-69/+145
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-10/+13
* Migrate package notification restrictions to AppOps.Daniel Sandler2013-02-011-75/+59
* am 8f7eddbe: am 652d8fc9: Merge "PRIORITY_MIN notifications should be truly a...Sascha Prueter2012-12-041-2/+13
|\
| * PRIORITY_MIN notifications should be truly ambient.Daniel Sandler2012-12-041-2/+13
* | am 8fef4a82: am 15db00eb: Merge "DEFAULT_VIBRATE must always use the default ...Daniel Sandler2012-11-201-4/+4
|\ \ | |/
| * DEFAULT_VIBRATE must always use the default vibe patternDaniel Sandler2012-11-201-4/+4
* | am 00679b5b: am 020d6529: Merge "Do not vibe when the default notification so...Daniel Sandler2012-11-151-9/+20
|\ \ | |/
| * Do not vibe when the default notification sound is Silent.Daniel Sandler2012-11-141-9/+20
* | am 2bb5dc6a: am 83b25961: Merge "Notification vibration improvements:" into j...Daniel Sandler2012-11-151-8/+51
|\ \ | |/
| * Notification vibration improvements:Daniel Sandler2012-11-141-8/+51
* | am 5ec97f4e: am 4f017e75: Merge "When in vibrate mode, all notifications will...Ed Heyl2012-11-091-1/+10
|\ \ | |/
| * When in vibrate mode, all notifications will vibrate.David Agnew2012-11-101-1/+10
* | am 081c36de: am bfb8a7b1: am 3fe2cb4d: Merge "Don\'t cancel any notifications...Amith Yamasani2012-11-081-0/+4
|\ \ | |/
| * Don't cancel any notifications that are meant for all users, if no package is...Amith Yamasani2012-11-071-0/+4
* | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\ \ | |/ |/|
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | 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
|/
* 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