1. f868efe Fixed the background for low-priority legacy notifications by Selim Cinek · 8 years ago
  2. 500263a AOD: Delay wakeup until interaction with notification by Adrian Roos · 8 years ago
  3. c681346 Fixed the interactivness of the shelf on the keyguard by Selim Cinek · 8 years ago
  4. fb6ee6d Improved the performance of the shelf / scrim by Selim Cinek · 8 years ago
  5. ae1bbbb Only requiring 2 taps for accessibility on lock screen by Selim Cinek · 8 years ago
  6. e67e2a2 Merge changes I25effa3e,Ibb58d1aa,I92454a1b,I878d20a8,I21037b40, ... by Selim Cinek · 8 years ago
  7. 65d418e Improved the performance of the notification shelf by Selim Cinek · 8 years ago
  8. 1381047 Merge "Lockscreen: Restrict double taps to prevent falsing" by Adrian Roos · 8 years ago
  9. f9bba0b Adapted the shelf color when transitioning by Selim Cinek · 8 years ago
  10. db16737 Fully removed the bottom stack by Selim Cinek · 8 years ago
  11. a686b2c Fixed the transformation into the shelf by Selim Cinek · 8 years ago
  12. 0cfbef4 Refactored the stack animation logic by Selim Cinek · 8 years ago
  13. 281c202 Introduced the Notification shelf by Selim Cinek · 8 years ago
  14. 9f0b002 Lockscreen: Restrict double taps to prevent falsing by Adrian Roos · 8 years ago
  15. 3334a18 Fixed a bug where the dimmed background could be invisible by Selim Cinek · 8 years ago
  16. aa3901a Fixed a bug that could lead to an empty notification by Selim Cinek · 8 years ago
  17. 7baaa9e Fixed a bug where the fade in from dark would not work properly by Selim Cinek · 8 years ago
  18. c7d65b4 Adds alpha to dimmed backgrounds by Mady Mellor · 8 years ago
  19. 3ac0817 Fixed an bug with the notification backgrounds by Selim Cinek · 9 years ago
  20. c317933 Fixed fading and dozemode for custom notifications by Selim Cinek · 9 years ago
  21. 3322357 Added fake shadows in order to have the shadow nicely fade in by Selim Cinek · 9 years ago
  22. f062580 Improve touch target for the gear beneath a notification by Mady Mellor · 9 years ago
  23. c0d7058 Referencing static interpolators. by Winson · 9 years ago
  24. 277a8aa Replacing alpha with shadowAlpha by Selim Cinek · 9 years ago
  25. d35c279 Added transparency to the notification backgrounds on the lockscreen by Selim Cinek · 9 years ago
  26. c18010f Refactored the interpolators to use only one single instance by Selim Cinek · 9 years ago
  27. 6183d12 Fixed that music notifications were not clickable on lockscreen by Selim Cinek · 9 years ago
  28. b65c6db Fixed a bug where the overflow card appear animation would get stuck by Selim Cinek · 9 years ago
  29. 570981d Fixed the handling of the expand on the lockscreen by Selim Cinek · 9 years ago
  30. a6c6bfb Follow up CL for notification children change by Selim Cinek · 9 years ago
  31. 34d93b0 Hiding the children backgrounds now by Selim Cinek · 9 years ago
  32. 0e2ffbd Add FalsingManager and Classifier to SystemUI by Blazej Magnowski · 9 years ago
  33. 7232332 System to track touch and sensor events before unlocking the phone by Blazej Magnowski · 9 years ago
  34. 83eb6bb Improve motion for wake-and-unlocking while pulsing by Jorim Jaggi · 9 years ago
  35. 1f98c62 Fix unnecessary layer creation for appear animation by Jorim Jaggi · 9 years ago
  36. 560e64d Switched to round rect clipping while appearing notifications by Selim Cinek · 9 years ago
  37. 2cd45df Enabled appear and dissappear animations for the overflow card by Selim Cinek · 9 years ago
  38. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 10 years ago
  39. b5605e5 Enable surfacing of notification children by Selim Cinek · 10 years ago
  40. 5058c38 Add backgroundColor getter to View by Chet Haase · 10 years ago
  41. c430a5b Fixed a bug where the background could become transparent by Selim Cinek · 10 years ago
  42. 4e857f4 Fade notifications when exiting dozing by Jorim Jaggi · 10 years ago
  43. 310df31 Clear the initialized flag when resetting the height. by Chris Wren · 10 years ago
  44. 59d9723 Fixed an issue where the notification could become transparent by Selim Cinek · 10 years ago
  45. f4d7fc3 Fixed a crash with disapearing views by Selim Cinek · 10 years ago
  46. 06c19ea Remove the scrimming of notifications by Jorim Jaggi · 10 years ago
  47. b2da91b Notifications are now selectable by the Keyboard by Selim Cinek · 10 years ago
  48. 95ed592 Fixed a bug where notifications could remain in the overlay. by Selim Cinek · 10 years ago
  49. 6aaf217 Fixed crash when tapping a notification by Selim Cinek · 10 years ago
  50. 31094df Fixed several bugs with the notification shade by Selim Cinek · 10 years ago
  51. f4a1635 Merge "Fixed a bug where a notification had no background" into lmp-dev by Selim Cinek · 10 years ago
  52. 23e6acb Fixed a bug where a notification had no background by Selim Cinek · 10 years ago
  53. a5e211b Fixed an animation bug with inline view updates by Selim Cinek · 10 years ago
  54. 60d07c5 Implement timings for go-to-full-shade transition. by Jorim Jaggi · 10 years ago
  55. 22f2ee5 SysUI: Reset background treatment when re-using Entries by Christoph Studer · 10 years ago
  56. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  57. 3d2b94bf Made notifications below speedbump grey. by Selim Cinek · 10 years ago
  58. 697178b Refactored the notification backgrounds by Selim Cinek · 10 years ago
  59. bf37099 Create a basic doze dream in SystemUI. by John Spurlock · 10 years ago
  60. f54090e Scrimming the notifications when QS is open. by Selim Cinek · 10 years ago
  61. a32ab60 Fixed a racecondition which could lead to invisible backgrounds by Selim Cinek · 10 years ago
  62. 3cb07a46 DO NOT MERGE Material theme by Alan Viverette · 10 years ago
  63. 62f30e0 API Review: move the CreateRevealAnimator to ViewAnimationUtils by ztenghui · 10 years ago
  64. bcbb75a Initialize background visibility of ActivatableNotificationView by Adrian Roos · 10 years ago
  65. 8efa6dd Improved the animation logic of the stack scroller. by Selim Cinek · 10 years ago
  66. 3c3c3fc Fix invisible notification backgrounds. by Jorim Jaggi · 10 years ago
  67. 24d7cfa Fixed measuring and layouting of the more card and expandableviews. by Selim Cinek · 10 years ago
  68. 863834b Fixed a big with the vetobutton, circumventing double tapping. by Selim Cinek · 10 years ago
  69. c9c00ae Fixed several bugs introduced by the new background views. by Selim Cinek · 10 years ago
  70. a8b48e1 Move background from notification into a view. by Jorim Jaggi · 10 years ago
  71. fe266a3 Enable tinting of notification backgrounds. by Dan Sandler · 10 years ago
  72. 11b7a38 Merge "Fix crash in ActivatableNotificationView." by Jorim Jaggi · 10 years ago
  73. bccb912 Fix crash in ActivatableNotificationView. by Jorim Jaggi · 10 years ago
  74. d552d9d Introduce AmbientState for StackScroller. by Jorim Jaggi · 10 years ago
  75. 98fb09c Fix animation play time, animation and alpha. by Jorim Jaggi · 10 years ago
  76. 4222d9a Change interaction for dragging down to full shade. by Jorim Jaggi · 10 years ago
  77. ecbab36 Introduce SHADE_LOCKED as a special state for the shade. by Jorim Jaggi · 10 years ago
  78. be565df Refactored the layout of a notifications by Jorim Jaggi · 10 years ago
  79. fe40f7d Flatten notification hiearchy and remove glow. by Jorim Jaggi · 10 years ago[Renamed (86%) from packages/SystemUI/src/com/android/systemui/statusbar/LatestItemView.java]
  80. c5dc0d0 Zoom notifications on lockscreen after tapping. by Jorim Jaggi · 10 years ago
  81. 4673985 Set background of legacy custom notifications views to dark. by Jorim Jaggi · 10 years ago
  82. 251957d Double tap interaction for notifications on lockscreen. by Jorim Jaggi · 10 years ago
  83. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  84. 4058ba0 Allow both contentIntent and setOnClickPendingIntent in notifications by Joe Onorato · 14 years ago
  85. 184498c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  86. 39b4867 Revert "Merge "Allow notifications to not specify a contentIntent."" by Jason Chen · 14 years ago
  87. 80a752c Allow notifications to not specify a contentIntent. by Joe Onorato · 14 years ago
  88. 79de0c5 Move the StatusBarPhone package into a new catch-all SystemUI.apk. by Joe Onorato · 14 years ago[Renamed (95%) from packages/StatusBarPhone/src/com/android/policy/statusbar/phone/LatestItemView.java]
  89. 503007d Checkpoint status bar factoring. Now it builds and doesn't crash at boot. by Joe Onorato · 14 years ago[Copied (66%) from services/java/com/android/server/status/TickerView.java]
  90. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  91. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  92. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  93. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago