1. 80336a8 Merge "Initial support for camera cutout in CollapsedStatusBar" by TreeHugger Robot · 7 years ago
  2. 7060129 Merge "Add tests for NotificationGutsManager" by TreeHugger Robot · 7 years ago
  3. 7a3efdb Merge "Update output chooser for calls" by TreeHugger Robot · 7 years ago
  4. 5daa472 Update output chooser for calls by Julia Reynolds · 7 years ago
  5. a85c2a0 Add tests for NotificationGutsManager by yoshiki iguchi · 7 years ago
  6. dff7a73 Fix Recents regressions by Winson Chung · 7 years ago
  7. 058c8ae Initial support for camera cutout in CollapsedStatusBar by Evan Laird · 7 years ago
  8. 52c3685 Merge "Temporary affordance for blocking helper" by TreeHugger Robot · 7 years ago
  9. 6644e25 Merge "Refactor code to support overridden low battery warning" by Salvador Martinez · 7 years ago
  10. 1d958f8 Temporary affordance for blocking helper by Dan Sandler · 7 years ago
  11. 459fee3 Follow some slice refactors by Jason Monk · 7 years ago
  12. f9e4750 Refactor code to support overridden low battery warning by Salvador Martinez · 7 years ago
  13. 1b3adf9 Merge "Inline noti blocking is now in the form of a question" by TreeHugger Robot · 7 years ago
  14. 437cdb1 Inline noti blocking is now in the form of a question by Julia Reynolds · 7 years ago
  15. 4422221 Merge "Deprecate WifiManager EXTRA_BSSID, EXTRA_WIFI_INFO" by Michael Plass · 7 years ago
  16. 4df92c3 Update clock whenever AoD unpauses by Lucas Dupin · 7 years ago
  17. feeb12a Merge "Let wallpaper know when to animate AoD transition" by TreeHugger Robot · 7 years ago
  18. 5ec9db0 Merge "Refactor leak tests" by Søren Gjesse · 7 years ago
  19. 0fded55 Refactor leak tests by Søren Gjesse · 7 years ago
  20. 6bd8601 New keyguard slice data structure by Lucas Dupin · 7 years ago
  21. 6c313d3 Initialise Notification*Manager dependencies directly. by Eliot Courtney · 7 years ago
  22. 4a96b36 Remove NotificationPresenter#getEntryManager. by Eliot Courtney · 7 years ago
  23. 8f56b0e Change all mocks that are Dependencys to be properly injected. by Eliot Courtney · 7 years ago
  24. 2b4c3a0 Split NotificationViewHierarchyManager out of StatusBar. by Eliot Courtney · 7 years ago
  25. a6d8cf2 Split NotificationEntryManager out of StatusBar. by Eliot Courtney · 7 years ago
  26. 702bae4 Deprecate WifiManager EXTRA_BSSID, EXTRA_WIFI_INFO by Michael Plass · 7 years ago
  27. 660d573 Let wallpaper know when to animate AoD transition by Lucas Dupin · 7 years ago
  28. eea53b3 Avoid unecessary IPC during scrim animation by Lucas Dupin · 7 years ago
  29. 82aa163 Hide AoD wallpaper after 1min by Lucas Dupin · 7 years ago
  30. 7517b5d Support wallpapers in AoD by Lucas Dupin · 7 years ago
  31. 8a3138d Merge "Split logging related functinonality out into NotificationLogger." by TreeHugger Robot · 7 years ago
  32. 3985ad5 Split logging related functinonality out into NotificationLogger. by Eliot Courtney · 7 years ago
  33. e003666 Separate volume ui and safety warning configs by Luke Song · 7 years ago
  34. 112d859 Merge "Fixed an issue where the statusbar wouldn't expand properly" by Selim Cinek · 7 years ago
  35. 18feb4c Merge "Add NotificationRemoteInputManager and associated tests." by TreeHugger Robot · 7 years ago
  36. e77edea Add NotificationRemoteInputManager and associated tests. by Eliot Courtney · 7 years ago
  37. 311eac8 Avoid flickering when unlocking with fingerprint by Lucas Dupin · 7 years ago
  38. 3952e25 Merge "Add support for seamless transion from/to AoD" by Lucas Dupin · 7 years ago
  39. 0b9cf46 Fixed an issue where the statusbar wouldn't expand properly by Selim Cinek · 7 years ago
  40. 43d0d73 Add support for seamless transion from/to AoD by Lucas Dupin · 7 years ago
  41. 19aba8e Always invoke scrim callback by Lucas Dupin · 7 years ago
  42. 57e4f25 Merge "Stop statically including legacy-android-test" by Paul Duffin · 7 years ago
  43. d3616f7 Merge "Split NotificationListener out from StatusBar." by TreeHugger Robot · 7 years ago
  44. 21bc05f Split NotificationListener out from StatusBar. by Eliot Courtney · 7 years ago
  45. b866307 Stop statically including legacy-android-test by Paul Duffin · 7 years ago
  46. e6d714a Merge "Improved opening performance" by TreeHugger Robot · 7 years ago
  47. 6e15c2a Merge "Extend RotationPolicy to lock the screen at a specific rotation" by Mike Digman · 7 years ago
  48. 1a891a9 Improved opening performance by Selim Cinek · 7 years ago
  49. 4170751 add integer array values to KeyValueListParser by Chris Wren · 7 years ago
  50. 6a736e5 Merge "Fix issue where scrims would not go away" by TreeHugger Robot · 7 years ago
  51. c2e7546 Fix issue where scrims would not go away by Lucas Dupin · 7 years ago
  52. 6ca8711 Extend RotationPolicy to lock the screen at a specific rotation by Mike Digman · 7 years ago
  53. 9dcd322 Make data RAT icon test pass by Evan Laird · 7 years ago
  54. c52f0b6 Resolve merge conflicts of 710b3946e535 to master by Evan Laird · 7 years ago
  55. 710b394 Merge "SystemUI: Display RAT icon when data is off" am: e441298a11 by Evan Laird · 7 years ago
  56. 1fed537 Merge "SystemUI: Display RAT icon when data is off" am: e441298a11 by Evan Laird · 7 years ago
  57. e441298a Merge "SystemUI: Display RAT icon when data is off" by Evan Laird · 7 years ago
  58. e1843d6 Adjust tests to new android-support-test + espresso libraries. by Brett Chabot · 7 years ago
  59. ec1ff7d Merge "Split NotificationUserManager out of StatusBar." by TreeHugger Robot · 7 years ago
  60. 0932228 Split NotificationUserManager out of StatusBar. by Eliot Courtney · 7 years ago
  61. 7e80df8 Merge changes I2d517a2b,Ia59e2d97,Id98763d8,Ie3f57dd4,Ib5ddee5c, ... by TreeHugger Robot · 7 years ago
  62. 94de351 Merge "Refactoring ScrimController" by Lucas Dupin · 7 years ago
  63. 659a91b @Ignore flaky test in QSTileImplTest by Geoffrey Pitsch · 7 years ago
  64. 515b203 Insetting notifications on the lock screen by Selim Cinek · 7 years ago
  65. 9e3fa10 Refactoring ScrimController by Lucas Dupin · 7 years ago
  66. 63364fe SystemUI: Display RAT icon when data is off by Wenting Xiong · 8 years ago
  67. 0228a25 Refactored PropertyAnimator for easier usability by Selim Cinek · 7 years ago
  68. 0fe0739 Implemented rounded corners for notifications by Selim Cinek · 7 years ago
  69. d054fb3 Convert Slice type to string and add optional sub-type by Jason Monk · 7 years ago
  70. 2cf6ad8 Removing references to hidden classes in shared lib. by Winson Chung · 7 years ago
  71. 47098cb Split NotificationGutsManager out of StatusBar. by Eliot Courtney · 7 years ago
  72. 69dde2e Merge "Rename NightDisplayController and -Service" by Christine Franks · 7 years ago
  73. e81ce37 Merge "Restore legacy recents package check to unblock quickstep development" by Winson Chung · 7 years ago
  74. 5397f03 Rename NightDisplayController and -Service by Christine Franks · 7 years ago
  75. 16e185e Restore legacy recents package check to unblock quickstep development by Winson Chung · 7 years ago
  76. b119f85 Merge "Custom message in AoD" by TreeHugger Robot · 7 years ago
  77. 7fe465a Merge "SidekickService (base)" by TreeHugger Robot · 7 years ago
  78. 957e50c Custom message in AoD by Lucas Dupin · 7 years ago
  79. aa35745 Move more calls to the lib. by Winson Chung · 7 years ago
  80. 10a4a64 SidekickService (base) by Chris Phoenix · 7 years ago
  81. e8a2280 Merge "Give fg services a shelf life before they go bad." into oc-mr1-dev am: 17efe6be85 by Daniel Sandler · 7 years ago
  82. 17efe6b Merge "Give fg services a shelf life before they go bad." into oc-mr1-dev by Daniel Sandler · 7 years ago
  83. 9830b5a Give fg services a shelf life before they go bad. by Dan Sandler · 7 years ago
  84. 6519c1b Moving some recents logic into the shared lib. by Winson Chung · 7 years ago
  85. ca1b2ee Merge "Auto-dim refinements" into oc-mr1-dev am: 2806975bfb am: a739d220fc by Jason Monk · 7 years ago
  86. 2044e6e Auto-dim refinements by Jason Monk · 7 years ago
  87. 2db3557 Pull out TaskStackListener into its own class. by Winson Chung · 7 years ago
  88. fb44d21 3/Removing unnecessary filtering logic for recent tasks in SystemUI by Winson Chung · 7 years ago
  89. 0e186ac Merge "Removed sys-ui's use of static stack ids." by TreeHugger Robot · 7 years ago
  90. 89be576 Removed sys-ui's use of static stack ids. by Wale Ogunwale · 7 years ago
  91. 05b81b4 Fix test flake in AutoTileManagerTest by Geoffrey Pitsch · 7 years ago
  92. aff38ad Merge "StatusBar: add DISABLE2_NOTIFICATION_SHADE flag." by Charles He · 7 years ago
  93. 2eda242 StatusBar: add DISABLE2_NOTIFICATION_SHADE flag. by Charles He · 7 years ago
  94. 5a86060 Merge "Enable experimentation on notification snooze options" into oc-mr1-dev am: 9cb14a0c95 by Chris Wren · 7 years ago
  95. e901a7e Enable experimentation on notification snooze options by Chris Wren · 7 years ago
  96. b3d0597 Merge "Don't show no sim when a sim has been detected." into oc-mr1-dev am: dddbb2261c by Jason Monk · 7 years ago
  97. 1ff7766 Don't show no sim when a sim has been detected. by Jason Monk · 7 years ago
  98. 9b120d5 Merge "Fix wifi tile animating full-dark when slashing/unslashing" into oc-mr1-dev by Evan Laird · 7 years ago
  99. 6a79b0d StatusBar: add DISABLE2_SYSTEM_ICONS flag by Charles He · 7 years ago
  100. 369ded0 Fix wifi tile animating full-dark when slashing/unslashing by Evan Laird · 7 years ago