1. 247fa01 Cleaned up the logic for the picture end margin by Selim Cinek · 8 years ago
  2. d560729 Update DND visual interruption choices. by Julia Reynolds · 8 years ago
  3. 6172158 DND visual interruptions: prevent screen on. by Julia Reynolds · 9 years ago
  4. 624c02db Fixed the public notifications views on the lockscreen by Selim Cinek · 9 years ago
  5. ee99e63 fix bad merge by Chris Wren · 9 years ago
  6. 41c264b Merge "Add importance to notification guts." by Julia Reynolds · 9 years ago
  7. bdf3376 use importance instead of score by Chris Wren · 9 years ago
  8. ead00aa Add importance to notification guts. by Julia Reynolds · 9 years ago
  9. 777ef56 More inline reply goodness by Adrian Roos · 9 years ago
  10. 6b53135 Cache notifications less aggressively. by Julia Reynolds · 9 years ago
  11. f612869ae Allow DND mode to suppress visual interruptions. by Julia Reynolds · 9 years ago
  12. d9228f1 Stop populating RemoteViews in Notifications. by Julia Reynolds · 9 years ago
  13. 4e78706 Patch up certain kinds of broken notifications. by Dan Sandler · 9 years ago
  14. b18a20f Fixed a bug with HUNS and dreams by Selim Cinek · 9 years ago
  15. 684a442 Follow up CL for heads up notification refactoring by Selim Cinek · 9 years ago
  16. fbe9a44 Made ranking consistent with heads Up manager by Selim Cinek · 9 years ago
  17. b5605e5 Enable surfacing of notification children by Selim Cinek · 9 years ago
  18. 25fd4e2b Introduced a group manager to manage group notifications by Selim Cinek · 9 years ago
  19. a1eeade Apply color to auto-redacted notification by Jorim Jaggi · 10 years ago
  20. 038839e Merge "SysUI: Upsort PRIORITY_MAX system notifications" into lmp-dev by Christoph Studer · 10 years ago
  21. 3ad4e3a Honor per-app sensitivity setting. by Chris Wren · 10 years ago
  22. 2f9dbba SysUI: Suppress HUNs from non-profile users by Christoph Studer · 10 years ago
  23. 1492116 SysUI: Upsort PRIORITY_MAX system notifications by Christoph Studer · 10 years ago
  24. d722f27 SysUI: Ignore group children when summary is present by Christoph Studer · 10 years ago
  25. 7f05a69 Merge "SysUI: Uprank current media notification" into lmp-dev by Christoph Studer · 10 years ago
  26. 2e731b5 SysUI: Uprank current media notification by Christoph Studer · 10 years ago
  27. 11840cd SysUI: Fix NotificationData dump by Christoph Studer · 10 years ago
  28. f079fc5 SysUI: Null check around ranking map in isAmbient call. by John Spurlock · 10 years ago
  29. c8db24b SysUI: Display group children when no summary is present by Christoph Studer · 10 years ago
  30. 22f2ee5 SysUI: Reset background treatment when re-using Entries by Christoph Studer · 10 years ago
  31. 1d599da NotificationListenerService API: Avoid unnecessary allocations by Christoph Studer · 10 years ago
  32. d04f6ce Manage heads up state during notification update. by Chris Wren · 10 years ago
  33. d0694b6 NotificationListenerService: API updates by Christoph Studer · 10 years ago
  34. 36b1523 Fix black background for auto-redacted legacy notifications by Jorim Jaggi · 10 years ago
  35. 37fe693 SysUI: Reflect notification ranking by Christoph Studer · 10 years ago
  36. 71f18fd SysUI: Use SBN keys instead of IBinder keys DO NOT MERGE by Christoph Studer · 10 years ago
  37. 842dd77 Introducing Notification.MediaStyle. by Dan Sandler · 10 years ago
  38. fe40f7d Flatten notification hiearchy and remove glow. by Jorim Jaggi · 10 years ago
  39. 362fafe Remove tabs from NotificationData. by John Spurlock · 10 years ago
  40. a5e0f41 SystemUI support for notification visibility. by Dan Sandler · 11 years ago
  41. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  42. f0048ce heads up notifications always take the top spot by Chris Wren · 11 years ago
  43. 51c7510 allow rich notifications in the heads up. by Chris Wren · 11 years ago
  44. 574a55e unify variable naming scheme. by Chris Wren · 11 years ago
  45. de84f0e Organize the imports in systemui. by John Spurlock · 11 years ago
  46. e6f7f2e API cleanup: NotificationListener by Daniel Sandler · 11 years ago
  47. 5feceeb New NotificationListenerService. by Daniel Sandler · 11 years ago
  48. 3ddab0d Don't allow the status bar to collapse things we're touching. by Chris Wren · 12 years ago
  49. 5ae1ea8 Retain expanded state across more than one violent update. by Chris Wren · 12 years ago
  50. 8fd1265 Auto-expand the top notification. by Chris Wren · 12 years ago
  51. 6a858c3 Gestures for expanding notifications. by Daniel Sandler · 12 years ago
  52. 2561b0b New notification priority and related APIs. by Daniel Sandler · 12 years ago
  53. a31e419 Implement priority ordering in notifications. by Daniel Sandler · 13 years ago
  54. 80a4440 Need to update the largeIcon for notifications when we're reapplying the views. by Joe Onorato · 14 years ago
  55. 5dd1169 Hide the "Clear all" button in the notification panel if there are no clearable notifications. by Joe Onorato · 14 years ago
  56. 0f0b11c Basic support for notification payloads in the panel. by Daniel Sandler · 14 years ago
  57. 379020a Cleaning up the notification data structures. by Daniel Sandler · 14 years ago
  58. 3eebd1f Show notification icons in the system bar. by Daniel Sandler · 14 years ago
  59. 79de0c5 Move the StatusBarPhone package into a new catch-all SystemUI.apk. by Joe Onorato · 14 years ago[Renamed (98%) from packages/StatusBarPhone/src/com/android/policy/statusbar/phone/NotificationData.java]
  60. 9c1d823 Deal with broken notifications. by Joe Onorato · 14 years ago
  61. 20da8f8 Implement setAreThereNotifications. by Joe Onorato · 14 years ago
  62. 0e26dff updateNotifications works. by Joe Onorato · 14 years ago
  63. 66b4c5b Implement removeNotification. by Joe Onorato · 14 years ago
  64. e345fff notifications show by Joe Onorato · 14 years ago
  65. 503007d Checkpoint status bar factoring. Now it builds and doesn't crash at boot. by Joe Onorato · 14 years ago