1. 078a490 Clear notifications properly on ACTION_USER_STOPPED. by John Spurlock · 12 years ago
  2. 1951db8 Merge "Multi-user ringtone playback." into jb-mr1-dev by Jeff Sharkey · 12 years ago
  3. 65c4a2b Multi-user ringtone playback. by Jeff Sharkey · 12 years ago
  4. bf6f6f9 Update references to migrated global settings. by Jeff Brown · 12 years ago
  5. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  6. 6d51571 Allow acquiring ContentProviders across users. by Jeff Sharkey · 12 years ago
  7. c9ce0ab Make the SystemUI stop the screen saver when a full-screen notification is posted. by Daniel Sandler · 12 years ago
  8. 24518e4 Do not play sounds or vibes for background users' notifications. by Daniel Sandler · 12 years ago
  9. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  10. f203aee Enforce permissions for calls with specified userId by Amith Yamasani · 12 years ago
  11. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  12. 0c38049 Improve multi-user app management. by Dianne Hackborn · 12 years ago
  13. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  14. 7be1a3d Stop screensaver on incoming phone call. by John Spurlock · 12 years ago
  15. 39606a0 Make AtomicFile a public API. It's about time! by Dianne Hackborn · 12 years ago
  16. 26ece57 Be more discriminating when canceling notifications on changing packages. by Daniel Sandler · 12 years ago
  17. bffc3d1 Silent and Vibrate mode clean up by Eric Laurent · 12 years ago
  18. 098d580 Migrate ringtone playback to SystemUI. by Jeff Sharkey · 12 years ago
  19. 0da673f Notifications may now be disabled on a per-package basis. by Daniel Sandler · 12 years ago
  20. c234613 Extract Vibrator implementation from interface. by Jeff Brown · 12 years ago
  21. 0dedffd Dump the uid of a notification, for debugging. by Amith Yamasani · 12 years ago
  22. 49a2ad1 Stop showing ADB and MTP/PTP/USB notifications at the top. by Daniel Sandler · 12 years ago
  23. 3f0c58e Merge "New notification priority and related APIs." by Daniel Sandler · 12 years ago
  24. 2561b0b New notification priority and related APIs. by Daniel Sandler · 12 years ago
  25. ef9d55a am 8f7cc7af: am b9be8eff: am ffc89899: Merge "Don\'t pulse LED on new notification unless notification has LED flag set" into ics-mr1 by Mike Lockwood · 12 years ago
  26. ece18ef Don't pulse LED on new notification unless notification has LED flag set by Mike Lockwood · 12 years ago
  27. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  28. b64cb88 Expanding NotificationManager's event logging. by Daniel Sandler · 13 years ago
  29. ebfc0e5 If "Pulse notification light" is off, don't flash the LED even once. by Amith Yamasani · 13 years ago
  30. 63b5ad9 Extinguish notification LED when user passes through lock screen by Mike Lockwood · 13 years ago
  31. b0626b5 No longer disable notification lights when screen turns on by Mike Lockwood · 13 years ago
  32. aac0eb0 Remove notifications when an app is disabled. by Daniel Sandler · 13 years ago
  33. 68454aa am 1b20abd3: am 20bf46af: am b0878223: am 6800a801: Merge "frameworks/base: Cap the number of toasts that a package can post." by Dianne Hackborn · 13 years ago
  34. 1b20abd am 20bf46af: am b0878223: am 6800a801: Merge "frameworks/base: Cap the number of toasts that a package can post." by Dianne Hackborn · 13 years ago
  35. 2e448f7 Fix notification manager delete intent. by jhtop.kim · 13 years ago
  36. 541c994 Move adb related functionality from SystemServer and NotificationManagerService to UsbDeviceManager by Mike Lockwood · 13 years ago
  37. 9eb014a UsbManager: Clean up extras for ACTION_USB_STATE broadcast by Mike Lockwood · 13 years ago
  38. f9eb06c frameworks/base: Cap the number of toasts that a package can post. by Vairavan Srinivasan · 14 years ago
  39. 7866be2 am 40bbf929: DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 13 years ago
  40. 40bbf92 DO NOT MERGE: Backport USB accessory support to gingerbread by Mike Lockwood · 13 years ago
  41. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 13 years ago
  42. fc88f94 am 6da062a9: Merge "DO NOT MERGE: Clean up USB notifications:" into gingerbread by Mike Lockwood · 13 years ago
  43. 54e96c6 am 3333f8af: Merge "DO NOT MERGE UsbManager: squashed commit of:" into gingerbread by Mike Lockwood · 13 years ago
  44. f13ec7a DO NOT MERGE: Clean up USB notifications: by Mike Lockwood · 14 years ago
  45. 7916432 DO NOT MERGE UsbManager: squashed commit of: by Mike Lockwood · 14 years ago
  46. e40451a Ongoing notification for GPS use. by Daniel Sandler · 13 years ago
  47. b92df0f Clean up USB notifications: by Mike Lockwood · 14 years ago
  48. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago
  49. 110988c Fix notification/builder defaults by Andy Stadler · 14 years ago
  50. 35e16bf NotificationManagerService: minor cleanup by Mike Lockwood · 14 years ago
  51. 46439ce Update the look of the notifications. Includes adding a new Notification.Builder class. by Joe Onorato · 14 years ago
  52. de1b359 Move the battery LED code over to the battery service from the notification service (!) by Joe Onorato · 14 years ago
  53. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  54. 368fdba am bdf1706a: Merge "Reduce logging." into gingerbread by Joe Onorato · 14 years ago
  55. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  56. 184498c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  57. 39b4867 Revert "Merge "Allow notifications to not specify a contentIntent."" by Jason Chen · 14 years ago
  58. 80a752c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  59. dc93625 am 91cf049f: am 76e4fa19: Merge "Only pulse notification light if a new notification has been received since the screen was last turned off" into gingerbread by Mike Lockwood · 14 years ago
  60. 91cf049 am 76e4fa19: Merge "Only pulse notification light if a new notification has been received since the screen was last turned off" into gingerbread by Mike Lockwood · 14 years ago
  61. 2117f6f Only pulse notification light if a new notification has been received since the screen was last turned off by Mike Lockwood · 14 years ago
  62. f089b90 am 5085848d: am 209e6518: Merge "Make the LED colors when charging customizable by the vendor" by Jean-Baptiste Queru · 14 years ago
  63. 5085848 am 209e6518: Merge "Make the LED colors when charging customizable by the vendor" by Jean-Baptiste Queru · 14 years ago
  64. b5c22f7 am 811d66f1: am 9b87770f: Merge "Fix crash when startForeground posts a broken Notification." into gingerbread by Daniel Sandler · 14 years ago
  65. 0f0b11c Basic support for notification payloads in the panel. by Daniel Sandler · 14 years ago
  66. d0a2f86 Fix crash when startForeground posts a broken Notification. by Daniel Sandler · 14 years ago
  67. d5d87b2 Make the LED colors when charging customizable by the vendor by Kenneth Andersson · 14 years ago
  68. ff2544c Notifications: Use new ACTION_USB_STATE broadcast to monitor USB connected state by Mike Lockwood · 14 years ago
  69. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  70. 7a0f36b Move status_bar_latest_event and LatestItemView into SystemUI.apk. by Joe Onorato · 14 years ago
  71. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 14 years ago
  72. bd73d01 Cap the number of notifications that a given package can post. by Joe Onorato · 14 years ago
  73. 7dd8c6e Remove unused files from the service package. by Joe Onorato · 14 years ago
  74. 18e69df Checkpoint. Data structures for Notifications in place. by Joe Onorato · 14 years ago
  75. 0cbda99 The status bar draws its icons now. by Joe Onorato · 14 years ago
  76. 089de88 StatusBarService -> StatusBarManagerService by Joe Onorato · 14 years ago
  77. a703590 Remove logspew. by Daniel Sandler · 14 years ago
  78. 211957f Implement audio focus support in the notification manager. by Jean-Michel Trivi · 14 years ago
  79. 39576c8 Use a more benign icon for ADB notifications. by Daniel Sandler · 14 years ago
  80. e96ffb1 Turn off pulsing jogball while on a call. by Daniel Sandler · 14 years ago
  81. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  82. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  83. 4154c07 StorageNotification: Move notification / usb storage activity into StatusBarPolicy by San Mehat · 14 years ago
  84. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  85. 3ee1317 NotificationManagerService: Add a listener for storage events by San Mehat · 14 years ago
  86. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  87. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  88. 670f932 Implement Notification.DEFAULT_LIGHTS flag. by Mike Lockwood · 15 years ago
  89. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  90. f72fb68 resolved conflicts for merge of 9b7dba93 to eclair-mr2 by Mike Lockwood · 15 years ago
  91. c22404a Implement new notification LED blinking logic: by Mike Lockwood · 15 years ago
  92. 5e392e2 am bb3bb57a: Merge change I524dc046 into eclair by Eric Laurent · 15 years ago
  93. 3cb67a3 LightsService cleanup: by Mike Lockwood · 15 years ago
  94. 524dc04 Fix issue 2192673: Music Pausing Even when notifications are set to silent. by Eric Laurent · 15 years ago
  95. 3a32213 Remove HardwareService and move vibrator support to VibratorService. by Mike Lockwood · 15 years ago
  96. 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 15 years ago
  97. 445f430 NotificationManagerService: Only blink red battery low LED when not charging. by Mike Lockwood · 15 years ago
  98. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  99. ea8b7d5 Use USB notification instead of battery notification for USB debugging warning. by Mike Lockwood · 15 years ago
  100. 39f5b6a Have the notification service only have notifications diabled until setup wizard has been run. by Joe Onorato · 15 years ago