summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/NotificationManagerService.java
AgeCommit message (Expand)Author
2013-12-12Introduce a Lifecycle for system servicesAdam Lesinski
2013-10-14Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY.John Spurlock
2013-10-09Don't crash when component enable/disable broadcasts race with uninstallChristopher Tate
2013-08-04Polish the print spooler loading of stored print jobs.Svetoslav Ganov
2013-08-01am 9e6f26a8: am f3e2f8fe: am 9eb434c3: Allow the user to block notifications ...Daniel Sandler
2013-08-01Allow the user to block notifications for foreground services.Daniel Sandler
2013-07-31Notification muting conditional to exclusive audio focus requestJean-Michel Trivi
2013-07-23Add support for notification scorers.Scott Greenwald
2013-06-27move scoring, sound, vibration, and lights into a handlerScott Greenwald
2013-06-14am 5be52fb5: am a0c9b9d2: Merge "Temporarily restore some support for icon==0...Daniel Sandler
2013-06-14Merge "Temporarily restore some support for icon==0 notifications." into jb-m...Daniel Sandler
2013-06-11am 0a2ff8db: am 4e5694aa: Merge "Do not block notifications or toasts for SYS...Daniel Sandler
2013-06-10Do not block notifications or toasts for SYSTEM_UID or PHONE_UID.Daniel Sandler
2013-05-28Hideybars feature confirmation toast bar.John Spurlock
2013-05-23Merge "Compare binder instances when checking if listeners match." into jb-mr...Andrew Wilson
2013-05-22Temporarily restore some support for icon==0 notifications.Daniel Sandler
2013-05-22Compare binder instances when checking if listeners match.Andrew Wilson
2013-05-21Merge "Archive a copy of each dismissed notification." into jb-mr2-devDaniel Sandler
2013-05-21Archive a copy of each dismissed notification.Daniel Sandler
2013-05-18Deactivate notification listeners disabled at runtime.John Spurlock
2013-05-17disable notification listeners on uninstallChris Wren
2013-05-16Rebind notification listeners for current user.John Spurlock
2013-05-10restart notification listener on package addChris Wren
2013-05-07Defend against a system server crash.Daniel Sandler
2013-04-25API: getPkg() -> getPackageName()Daniel Sandler
2013-04-25API cleanup: NotificationListenerDaniel Sandler
2013-04-24New NotificationListener API: getActiveNotifications()Daniel Sandler
2013-04-23Merge "Fix concurrency issues when parceling StatusBarNotifications." into jb...Daniel Sandler
2013-04-22Fix concurrency issues when parceling StatusBarNotifications.Daniel Sandler
2013-04-18Once again, cancel all when notifications canceled for pkg.Daniel Sandler
2013-04-17Treat the default sound Uri the same as DEFAULT_SOUND.Daniel Sandler
2013-04-16Further reduce memory usage of notification archive.Daniel Sandler
2013-04-15Finish annotating Notification.extras.Daniel Sandler
2013-04-05New NotificationListenerService.Daniel Sandler
2013-04-03Nuke heavy parts of notification before archiving.Jeff Sharkey
2013-03-21Allow whitelisted non-system packages to listen for notifications.Daniel Sandler
2013-03-07Accumulate updates to notifications before archiving.Daniel Sandler
2013-03-07Properly support USER_ALL in notification listener API.Daniel Sandler
2013-02-19New INotificationListener interface.Daniel Sandler
2013-02-12Historical notification access API.Daniel Sandler
2013-02-07New API to request a list of current notifications.Daniel Sandler
2013-02-01App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn
2013-02-01Migrate package notification restrictions to AppOps.Daniel Sandler
2012-12-04am 8f7eddbe: am 652d8fc9: Merge "PRIORITY_MIN notifications should be truly a...Sascha Prueter
2012-12-04PRIORITY_MIN notifications should be truly ambient.Daniel Sandler
2012-11-20am 8fef4a82: am 15db00eb: Merge "DEFAULT_VIBRATE must always use the default ...Daniel Sandler
2012-11-20DEFAULT_VIBRATE must always use the default vibe patternDaniel Sandler
2012-11-15am 00679b5b: am 020d6529: Merge "Do not vibe when the default notification so...Daniel Sandler
2012-11-15am 2bb5dc6a: am 83b25961: Merge "Notification vibration improvements:" into j...Daniel Sandler
2012-11-14Do not vibe when the default notification sound is Silent.Daniel Sandler