1. 541c994 Move adb related functionality from SystemServer and NotificationManagerService to UsbDeviceManager by Mike Lockwood · 13 years ago
  2. 9eb014a UsbManager: Clean up extras for ACTION_USB_STATE broadcast by Mike Lockwood · 13 years ago
  3. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 13 years ago
  4. e40451a Ongoing notification for GPS use. by Daniel Sandler · 13 years ago
  5. b92df0f Clean up USB notifications: by Mike Lockwood · 14 years ago
  6. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago
  7. 110988c Fix notification/builder defaults by Andy Stadler · 14 years ago
  8. 35e16bf NotificationManagerService: minor cleanup by Mike Lockwood · 14 years ago
  9. 46439ce Update the look of the notifications. Includes adding a new Notification.Builder class. by Joe Onorato · 14 years ago
  10. de1b359 Move the battery LED code over to the battery service from the notification service (!) by Joe Onorato · 14 years ago
  11. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  12. 368fdba am bdf1706a: Merge "Reduce logging." into gingerbread by Joe Onorato · 14 years ago
  13. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  14. 184498c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  15. 39b4867 Revert "Merge "Allow notifications to not specify a contentIntent."" by Jason Chen · 14 years ago
  16. 80a752c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  17. 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
  18. 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
  19. 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
  20. f089b90 am 5085848d: am 209e6518: Merge "Make the LED colors when charging customizable by the vendor" by Jean-Baptiste Queru · 14 years ago
  21. 5085848 am 209e6518: Merge "Make the LED colors when charging customizable by the vendor" by Jean-Baptiste Queru · 14 years ago
  22. b5c22f7 am 811d66f1: am 9b87770f: Merge "Fix crash when startForeground posts a broken Notification." into gingerbread by Daniel Sandler · 14 years ago
  23. 0f0b11c Basic support for notification payloads in the panel. by Daniel Sandler · 14 years ago
  24. d0a2f86 Fix crash when startForeground posts a broken Notification. by Daniel Sandler · 14 years ago
  25. d5d87b2 Make the LED colors when charging customizable by the vendor by Kenneth Andersson · 14 years ago
  26. ff2544c Notifications: Use new ACTION_USB_STATE broadcast to monitor USB connected state by Mike Lockwood · 14 years ago
  27. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  28. 7a0f36b Move status_bar_latest_event and LatestItemView into SystemUI.apk. by Joe Onorato · 14 years ago
  29. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 14 years ago
  30. bd73d01 Cap the number of notifications that a given package can post. by Joe Onorato · 14 years ago
  31. 7dd8c6e Remove unused files from the service package. by Joe Onorato · 14 years ago
  32. 18e69df Checkpoint. Data structures for Notifications in place. by Joe Onorato · 14 years ago
  33. 0cbda99 The status bar draws its icons now. by Joe Onorato · 14 years ago
  34. 089de88 StatusBarService -> StatusBarManagerService by Joe Onorato · 14 years ago
  35. a703590 Remove logspew. by Daniel Sandler · 14 years ago
  36. 211957f Implement audio focus support in the notification manager. by Jean-Michel Trivi · 14 years ago
  37. 39576c8 Use a more benign icon for ADB notifications. by Daniel Sandler · 14 years ago
  38. e96ffb1 Turn off pulsing jogball while on a call. by Daniel Sandler · 14 years ago
  39. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  40. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  41. 4154c07 StorageNotification: Move notification / usb storage activity into StatusBarPolicy by San Mehat · 14 years ago
  42. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  43. 3ee1317 NotificationManagerService: Add a listener for storage events by San Mehat · 14 years ago
  44. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  45. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  46. 670f932 Implement Notification.DEFAULT_LIGHTS flag. by Mike Lockwood · 15 years ago
  47. ab5c49c move event log tags used by system server into this package by Doug Zongker · 15 years ago
  48. f72fb68 resolved conflicts for merge of 9b7dba93 to eclair-mr2 by Mike Lockwood · 15 years ago
  49. c22404a Implement new notification LED blinking logic: by Mike Lockwood · 15 years ago
  50. 5e392e2 am bb3bb57a: Merge change I524dc046 into eclair by Eric Laurent · 15 years ago
  51. 3cb67a3 LightsService cleanup: by Mike Lockwood · 15 years ago
  52. 524dc04 Fix issue 2192673: Music Pausing Even when notifications are set to silent. by Eric Laurent · 15 years ago
  53. 3a32213 Remove HardwareService and move vibrator support to VibratorService. by Mike Lockwood · 15 years ago
  54. 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 15 years ago
  55. 445f430 NotificationManagerService: Only blink red battery low LED when not charging. by Mike Lockwood · 15 years ago
  56. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  57. ea8b7d5 Use USB notification instead of battery notification for USB debugging warning. by Mike Lockwood · 15 years ago
  58. 39f5b6a Have the notification service only have notifications diabled until setup wizard has been run. by Joe Onorato · 15 years ago
  59. ed76037 Add a persistent system property to disable the adb notification. by Mike Lockwood · 15 years ago
  60. 3027548 Make it so the notification manager doesn't mysteriously beep during boot. by Joe Onorato · 15 years ago
  61. 1dac277 Implement issue #1943927 (need notification in status bar when adb is active) by Dianne Hackborn · 15 years ago
  62. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  63. c1e8446 Automated import from //branches/donutburger/...@141086,141086 by Joe Onorato · 15 years ago
  64. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  65. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  67. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  68. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  69. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  70. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  71. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago