1. f473681 Move DI related coded into new dagger package. by Dave Mankoff · 4 years, 9 months ago
  2. a874996 Make ScrimController Injectable. by Dave Mankoff · 4 years, 9 months ago
  3. 2aff6c3 Make DozeParameters, DozeFactory, DozeService, and ImageWallpaper injectable. by Dave Mankoff · 4 years, 9 months ago
  4. 33174bc Remove some calls to putComponent. by Dave Mankoff · 4 years, 10 months ago
  5. a5d8a39 Pass context into the constructor of SystemUI objects. by Dave Mankoff · 4 years, 10 months ago
  6. c8f16e8 Single source of truth for auth state by Lucas Dupin · 4 years, 10 months ago
  7. eb593ae Provide the ability to inject into Activities. by Dave Mankoff · 4 years, 11 months ago
  8. 8f9d34c [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791 by Hyunyoung Song · 5 years ago
  9. e229469 Fix the looper that KeyguardUpdateMonitor is using. by Dave Mankoff · 5 years ago
  10. 06b770c qt-r1-bubbles-dev @ build 5835883 by Mady Mellor · 5 years ago
  11. a4a7136 Allow ContentProviders to be injected into. by Dave Mankoff · 5 years ago
  12. 59b114e6 Extract SysUi state management out of OverviewProxyService by Vinit Nayak · 5 years ago
  13. 2e86fb6 Refactor SysUI to allow daggerization of implementations by Govinda Wasserman · 5 years ago
  14. c7af7fb Merge "Only delay bouncer if bypass is off" into qt-r1-dev am: 255777af56 by Lucas Dupin · 5 years ago
  15. 055ef94 Only delay bouncer if bypass is off by Lucas Dupin · 5 years ago
  16. 04ec6df Only delay bouncer if bypass is off by Lucas Dupin · 5 years ago
  17. 0679200 resolve merge conflicts of 85224a58345a8817e679650de4866993fc10fe7e to qt-r1-bubbles-dev by Mady Mellor · 5 years ago
  18. b680edd Merge "Using the keyguard fading away duration for the scrim" into qt-r1-dev am: 85224a5834 am: c28d623253 by Selim Cinek · 5 years ago
  19. 72cd9a7 Using the keyguard fading away duration for the scrim by Selim Cinek · 5 years ago
  20. 2ea5a83 Allow Services to be created through Dagger. by Dave Mankoff · 5 years ago
  21. c195ea8 Pass FalsingManager down through more classes. by Dave Mankoff · 5 years ago
  22. 877d911 Merge "Enable "lift to retry" on face-auth devices" into qt-r1-dev am: e4d39d199d by Lucas Dupin · 5 years ago
  23. 5b6482c Merge "Enable "lift to retry" on face-auth devices" into qt-r1-dev by Lucas Dupin · 5 years ago
  24. c9c2c8f Enable "lift to retry" on face-auth devices by Lucas Dupin · 5 years ago
  25. 7ef9d3e Merge changes Ia64238f3,I45056904 into qt-r1-dev am: a7719614c6 am: ca60a444f1 by Selim Cinek · 5 years ago
  26. d4eb915 Merge changes Ia64238f3,I45056904 into qt-r1-dev am: a7719614c6 by Selim Cinek · 5 years ago
  27. aade785 Merge changes I5694a38e,I488f90aa,Ie9644dc8,I8d5b5b53,Ib8a0fa19 into qt-r1-dev am: 2cfa02421b by Selim Cinek · 5 years ago
  28. e85c972 Merge changes I5694a38e,I488f90aa,Ie9644dc8,I8d5b5b53,Ib8a0fa19 into qt-r1-dev by Selim Cinek · 5 years ago
  29. 5dc581a Fixed an issue about notification icons on AOD by Selim Cinek · 5 years ago
  30. 820ba2d Continued the bypass experience by Selim Cinek · 5 years ago
  31. 9579d82 Merge "Remove headsUpCommon, simplifies some code, adds tests" into qt-r1-bubbles-dev by TreeHugger Robot · 5 years ago
  32. c55b412 Remove headsUpCommon, simplifies some code, adds tests by Mady Mellor · 5 years ago
  33. 4403658 Merge "New scrim behind bubble stack" into qt-r1-bubbles-dev by Lyn Han · 5 years ago
  34. bde4820 New scrim behind bubble stack by Lyn Han · 5 years ago
  35. 89583b4 Merge "Longer bouncer delay and simpler delay logic" into qt-r1-dev am: 9ce46b641a by Lucas Dupin · 5 years ago
  36. 7825b94 Longer bouncer delay and simpler delay logic by Lucas Dupin · 5 years ago
  37. ac2ffdd Make DeviceProvisionManager overridable by yoshiki iguchi · 5 years ago
  38. dde5ee6 Change FalsingManager to an interface for easier swapping. by Dave Mankoff · 5 years ago
  39. d722135 Do not show padlock when charging by Lucas Dupin · 5 years ago
  40. 787f9a0 Interstitial frame for grace period of face auth by Lucas Dupin · 5 years ago
  41. 3f4650c Can't use dagger to inject DockManager. by Robert Snoeberger · 5 years ago
  42. 2040337 Do not show media icon on AOD for active stream by Lucas Dupin · 5 years ago
  43. 0470975 Merge "Add StatusBarStateController to DependencyBinder" by Selim Cinek · 5 years ago
  44. b300a4e Revert "Revert "Switch clock face while docked."" by Robert Snoeberger · 5 years ago
  45. 8011091 Add StatusBarStateController to DependencyBinder by Beverly · 5 years ago
  46. 708e739 Revert "Switch clock face while docked." by Lucas Dupin · 5 years ago
  47. 0ac3cdf Switch clock face while docked. by Robert Snoeberger · 6 years ago
  48. 8fdb533 Make StatusBarStateController available to plugins by Beverly · 5 years ago
  49. 12ad7ca Add a setting for hiding silent status icons by Julia Reynolds · 5 years ago
  50. 7fc9dc1 AOD notification icons placement by Lucas Dupin · 6 years ago
  51. f81c4c4 Extract NotificationData.Entry to top-level by Ned Burns · 6 years ago
  52. 90cd611 Move ShadeController to SystemUIFactory to allow customization. by Ben Lin · 6 years ago
  53. 59ec2ff Eliminates NotificationEntryManager.getNotificationLongClicker(). by Gus Prevas · 6 years ago
  54. 5639004 Merge "Allow for injection in StatusBar Views" by Selim Cinek · 6 years ago
  55. 5d57720 Switch QS tile creation to use injection by Jason Monk · 6 years ago
  56. 9d20bed Allow for injection in StatusBar Views by Selim Cinek · 6 years ago
  57. 00413ce Remove Dependency.get usages from GarbageMonitor by Jason Monk · 6 years ago
  58. 196d639 Clean up DependencyProvider a bit by Jason Monk · 6 years ago
  59. ec9e1f0 Extracts heads-up/pulsing logic from NotificationEntryManager. by Gus Prevas · 6 years ago
  60. ea54e8a Sysui: Add support for view injection by Jason Monk · 6 years ago
  61. c085690 Merge changes Iec69c52e,I0cdb5bc6 by Jason Monk · 6 years ago
  62. 8ba88a8 Extracts row binding logic from NotificationEntryManager. by Gus Prevas · 6 years ago
  63. 9424af7 Add support for dagger injection with fragments by Jason Monk · 6 years ago
  64. 27d01a62 Start using some dagger 2 by Jason Monk · 6 years ago
  65. 8d1a51c Move car related code from SystemUI to CarSystemUI by Brad Stenning · 6 years ago
  66. 01a53cb Fix heads up/ambient content inflation w/ groups. by Kevin · 6 years ago
  67. c3d6f7d Introduce bubble controller & friends by Mady Mellor · 6 years ago
  68. ab33679 Fixes import ordering. by Gus Prevas · 6 years ago
  69. 297c04e Make StatusBar not be a NotificationPresenter by Jason Monk · 6 years ago
  70. a97ea05 Split ambient pulse notif logic from heads up. by Kevin · 6 years ago
  71. 1fd3fc3 Refactor StatusBarState out of StatusBar by Jason Monk · 6 years ago
  72. 20790b8 Organize notification classes in row/stack by Rohan Shah · 6 years ago
  73. 6378786 Fix User unable to view the keyboard input by sanryhuang · 6 years ago
  74. a0f6de8 Add spinner for smart replies. by Kenny Guy · 6 years ago
  75. 606440f Merge "Bouncer visibility fixes" into pi-dev by TreeHugger Robot · 6 years ago
  76. 15a6b6c Bouncer visibility fixes by Lucas Dupin · 6 years ago
  77. 52842fe Merge "Respect light nav bar flag set by IME on keyguard" into pi-dev by TreeHugger Robot · 6 years ago
  78. 795f010 Respect light nav bar flag set by IME on keyguard by Yohei Yukawa · 6 years ago
  79. 2399110 Add logging for smart replies in notifications. by Kenny Guy · 6 years ago
  80. 317db37 Fix the wrong tint state of Nav buttons by shawnlin · 6 years ago
  81. b0f55e9 Require screen to be unlocked for smart replies by Milo Sredkov · 6 years ago
  82. 524cf7b [Notif] Add Blocking helper to swipe by Rohan Shah · 6 years ago
  83. 99e9adf Removed the heads up scrim and replaced it with more elevation by Selim Cinek · 6 years ago
  84. 0df9b7a Fix bouncer not showing on top of QS or notif by Lucas Dupin · 6 years ago
  85. 10011fa Replace smart reply boolean setting with key-value list by Petr Cermak · 6 years ago
  86. 6c313d3 Initialise Notification*Manager dependencies directly. by Eliot Courtney · 7 years ago
  87. 2b4c3a0 Split NotificationViewHierarchyManager out of StatusBar. by Eliot Courtney · 7 years ago
  88. a6d8cf2 Split NotificationEntryManager out of StatusBar. by Eliot Courtney · 7 years ago
  89. 82aa163 Hide AoD wallpaper after 1min by Lucas Dupin · 7 years ago
  90. 3985ad5 Split logging related functinonality out into NotificationLogger. by Eliot Courtney · 7 years ago
  91. 18feb4c Merge "Add NotificationRemoteInputManager and associated tests." by TreeHugger Robot · 7 years ago
  92. e77edea Add NotificationRemoteInputManager and associated tests. by Eliot Courtney · 7 years ago
  93. 61b3708 Move list of SystemUI services to xml by yoshiki iguchi · 7 years ago
  94. 0932228 Split NotificationUserManager out of StatusBar. by Eliot Courtney · 7 years ago
  95. 9e3fa10 Refactoring ScrimController by Lucas Dupin · 7 years ago
  96. a5c6322 AOD: Fix more flickering by Adrian Roos · 7 years ago
  97. 782cd67 Create plugin interface for volume dialog by Jason Monk · 7 years ago
  98. e5b770e Updated QS UI by Jason Monk · 7 years ago
  99. 09c43c8 Dependency: Make non-class dependencies type-safe by Adrian Roos · 7 years ago
  100. 2a6ea9c Delete BaseStatusBar by Jason Monk · 7 years ago