1. a4d446f Merge "Minor refactoring to support moving code to shell" by Winson Chung · 4 years, 7 months ago
  2. 95c9fca Minor refactoring to support moving code to shell by Winson Chung · 4 years, 7 months ago
  3. a657ac9 Add initial SysUI trace support by Winson Chung · 4 years, 9 months ago
  4. eb0ebdd Merge "Split status bar window (1/N)" by Charles Chen · 4 years, 7 months ago
  5. e832194 Split status bar window (1/N) by wilsonshih · 4 years, 10 months ago
  6. 77c2545 Add screen recording QS tile by Beth Thibodeau · 4 years, 7 months ago
  7. 8d782e0 IME to systemui by Evan Rosky · 4 years, 10 months ago
  8. 71fca1a Remove Dependency.get(InitController.class) by Dave Mankoff · 4 years, 8 months ago
  9. 00e8a2f Conslidate @MainHandler and similar to @Main (and similar). by Dave Mankoff · 4 years, 8 months ago
  10. d5cf4cf Remove all Dependency.get(ActivityStarterDelegate.class) calls. by Dave Mankoff · 4 years, 8 months ago
  11. 22b6bbd Add support for SystemUI Window Management by Evan Rosky · 5 years ago
  12. 228e310 Remove all Privacy chip classes. by Fabian Kozynski · 4 years, 9 months ago
  13. bba732d Remove Dependency.staticOnConfigurationChanged by Dave Mankoff · 4 years, 9 months ago
  14. 9b5ae1a Dependency.get(BG_HANDLER) is dead. Long live @BgHandler. by Dave Mankoff · 4 years, 9 months ago
  15. 181de62 Remove NotificationData by Evan Laird · 4 years, 10 months ago
  16. 69cace4 Give SystemUI a chance to participate in display rotation by Evan Rosky · 5 years ago
  17. 6c64d1f Final calls to getComponent(Recents.class) removed. by Dave Mankoff · 4 years, 10 months ago
  18. 4dd47fa Remove all calls to getComponent(StatusBar.class) by Dave Mankoff · 4 years, 10 months ago
  19. bcaca8a Remove all calls to getComponent(CommandQueue.class). by Dave Mankoff · 4 years, 10 months ago
  20. f473681 Move DI related coded into new dagger package. by Dave Mankoff · 4 years, 10 months ago
  21. 2aff6c3 Make DozeParameters, DozeFactory, DozeService, and ImageWallpaper injectable. by Dave Mankoff · 4 years, 10 months ago
  22. f44b13a Remove view inflation when getting the running KeyguardBouncer.needsFullscreenBouncer. by Dave Mankoff · 4 years, 11 months ago
  23. c8f16e8 Single source of truth for auth state by Lucas Dupin · 5 years ago
  24. 4ec9d02 Merge "Provide the ability to inject into Activities." by Dave Mankoff · 5 years ago
  25. eb593ae Provide the ability to inject into Activities. by Dave Mankoff · 5 years ago
  26. 63a1282 Make DozeSensors, DozeTriggers use ProximitySensor by Dave Mankoff · 5 years ago
  27. 8f9d34c [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791 by Hyunyoung Song · 5 years ago
  28. e229469 Fix the looper that KeyguardUpdateMonitor is using. by Dave Mankoff · 5 years ago
  29. 59b114e6 Extract SysUi state management out of OverviewProxyService by Vinit Nayak · 5 years ago
  30. 42f86a0 Universal Broadcast Receiver for SystemUI by Fabian Kozynski · 5 years ago
  31. c3fec68 Removed the AmbientPulseManager by Selim Cinek · 5 years ago
  32. 53ceaf6 DO NOT MERGE Revert "DO NOT MERGE Remove Privacy Indicators" by Fabian Kozynski · 5 years ago
  33. 9a560e06 DO NOT MERGE Remove Privacy Indicators by Fabian Kozynski · 5 years ago
  34. 468d4f6 Add support for FalsingPlugin to supply a replacement FalsingManager. by Dave Mankoff · 5 years ago
  35. 47dc454 Create notification channel interstitial shelf by Evan Laird · 5 years ago
  36. d722135 Do not show padlock when charging by Lucas Dupin · 5 years ago
  37. 1aa24b9 Ensure we get the right nav bar mode for the current user in sysui by Winson Chung · 5 years ago
  38. e8e4bdb Add ability to dump specific dependency controller by Winson Chung · 5 years ago
  39. d67cffd Adds a DumpController to SystemUI Dependencies by Fabian Kozynski · 5 years ago
  40. a51ea81 Add Sensors Off QS tile and display status bar icon when active by Michael Groover · 5 years ago
  41. 4a47aee One fewer DependencyProvider by Evan Laird · 5 years ago
  42. 5a4fc21 Only show smart actions for whitelisted apps in lock task mode. by Gustav Sennton · 5 years ago
  43. c586467 Invert dependency between NEM and RowBinder by Ned Burns · 6 years ago
  44. 8fdb533 Make StatusBarStateController available to plugins by Beverly · 6 years ago
  45. 71e003e Replace ColorDisplayController references by Christine Franks · 6 years ago
  46. 04f83eb Convert PrivacyItemController to Dependency by Fabian Kozynski · 6 years ago
  47. 15b4af1 Move plugin and settings logic out of KeyguardClockSwitch. by Robert Snoeberger · 6 years ago
  48. 1acdb5e remove status bar icon logs by Chris Wren · 6 years ago
  49. f81c4c4 Extract NotificationData.Entry to top-level by Ned Burns · 6 years ago
  50. bf435d5 Merge changes from topic "foreground-service-controller-2" by TreeHugger Robot · 6 years ago
  51. eb4e2e1 Factors out notification listening from ForegroundServiceController. by Gus Prevas · 6 years ago
  52. 59ec2ff Eliminates NotificationEntryManager.getNotificationLongClicker(). by Gus Prevas · 6 years ago
  53. 68b5a35 Merge changes from topic "commandQueue" by Charles Chen · 6 years ago
  54. 7097976 Merge "Fix tuner crash from dependencies" by TreeHugger Robot · 6 years ago
  55. c29c202 Fix tuner crash from dependencies by Jason Monk · 6 years ago
  56. 8c9a83f Introduce AutoHideController to centralize call to WMS (4/N) by Charles Chen · 6 years ago
  57. 10ca70b Move all logic of navigation bar to NavigationBarController(2/N) by Charles Chen · 6 years ago
  58. 1be62f4 Make DarkIconDispatcher visible to plugins by Beverly · 6 years ago
  59. b43dc65 Combines NotificationEntryManager listener interfaces (part 2). by Gus Prevas · 6 years ago
  60. 7fc1f9b Remove Dependency#get from ExtensionControllerImpl by Jason Monk · 6 years ago
  61. 377749e Merge "Update SysUi dependency injection to allow for a null LocalBluetoothManager" by TreeHugger Robot · 6 years ago
  62. 32cedc1 Update SysUi dependency injection to allow for a null LocalBluetoothManager by Brad Stenning · 6 years ago
  63. ec9e1f0 Extracts heads-up/pulsing logic from NotificationEntryManager. by Gus Prevas · 6 years ago
  64. 8ba88a8 Extracts row binding logic from NotificationEntryManager. by Gus Prevas · 6 years ago
  65. 27d01a62 Start using some dagger 2 by Jason Monk · 6 years ago
  66. 90f391f Prototype Spaceship mode qstile by Chad Brubaker · 6 years ago
  67. 1960777 Use display context to inflate navbar on external display by Riddle Hsu · 6 years ago
  68. 61325fb Introduce DisplayNavigationBarController by Charles Chen · 6 years ago
  69. 2dbcf09 Moving SysUI with legacy Recents to another build target by Winson Chung · 6 years ago
  70. f95d6a1 Merge "Makes LocalBluetoothManager multi-user aware." by Jovana Knezevic · 6 years ago
  71. 206d6e4 Makes LocalBluetoothManager multi-user aware. by jovanak · 6 years ago
  72. 1f32cf0 Adds a AppOpsController that can be suscribed to. by Fabian Kozynski · 6 years ago
  73. 297c04e Make StatusBar not be a NotificationPresenter by Jason Monk · 6 years ago
  74. ac56f74 SensorManager Plugin for trigger events by Kevin Chyn · 6 years ago
  75. 023cb19 Move plugin support to shared lib by Tony Wickham · 6 years ago
  76. 947f76d Remove BluetoothEventManager#setReceiverHandler by Amin Shaikh · 6 years ago
  77. e59dc40 Remove stack scroller references from StatusBar by Jason Monk · 6 years ago
  78. 1a8588d Rename StatusBarWindowManager to StatusBarWindowController by Lucas Dupin · 6 years ago
  79. 20790b8 Organize notification classes in row/stack by Rohan Shah · 6 years ago
  80. fa7614d Set static Dependency ref after all the Deps are set up. by Alison Cichowlas · 6 years ago
  81. 4d90d1e SystemUI heap monitor & hprof dump tile. by Dan Sandler · 6 years ago
  82. a0f6de8 Add spinner for smart replies. by Kenny Guy · 6 years ago
  83. e2b4d79 Moved VibrateHelper as a dependency by Matthew Ng · 6 years ago
  84. fc64001 Tag foreground notis that use certain services by Julia Reynolds · 6 years ago
  85. f9e4750 Refactor code to support overridden low battery warning by Salvador Martinez · 7 years ago
  86. 5397f03 Rename NightDisplayController and -Service by Christine Franks · 7 years ago
  87. 13dbf87 Started code to pipe overview events and info to launcher by Matthew Ng · 7 years ago
  88. ca1b2ee Merge "Auto-dim refinements" into oc-mr1-dev am: 2806975bfb am: a739d220fc by Jason Monk · 7 years ago
  89. 2044e6e Auto-dim refinements by Jason Monk · 7 years ago
  90. f12a1f10 Log number of known dependencies if Dependency throws an exception by Evan Laird · 7 years ago
  91. 73112d3 Fix nav bar color while QS customizing. by Jason Monk · 7 years ago
  92. f8c2f7b Add metrics for status bar by Jason Monk · 7 years ago
  93. f6e33b1 Revert "Add plugin to swap out recents" by Dan Sandler · 7 years ago
  94. d819c31 Change default temp threshold to use shutdown temp by Jason Monk · 7 years ago
  95. 7a8ae8a SysUI: Move all sensor operations to the background thread by Adrian Roos · 7 years ago
  96. 369907f Keyguard: Factor out Screen and Wakefulness lifecycles by Adrian Roos · 7 years ago
  97. 75ec379 WallpaperColors caching and synchronization by Lucas Dupin · 7 years ago
  98. 0ea67d8 Add plugin to swap out recents by Jason Monk · 7 years ago
  99. 1ead7fc Scrims should be grey when in-app by Lucas Dupin · 7 years ago
  100. f5aafb9 Hide redundant foreground service notifications. by Dan Sandler · 7 years ago