1. 0ef75b19 Merge "Make constructor of Access public" by TreeHugger Robot · 6 years ago
  2. b8c30bb Added an option to hide the home button by Matthew Ng · 6 years ago
  3. 24fd0a9 Merge "Make DarkIconDispatcher visible to plugins" by TreeHugger Robot · 6 years ago
  4. 3cccaf8 Merge "Add missing unit test" by TreeHugger Robot · 6 years ago
  5. 58aa7a1 Merge "PTT triggering and on-screen-mic triggering should be treated differently." by TreeHugger Robot · 6 years ago
  6. 60cab47 Merge "Migrate frameworks/base/packages/SettingsProvider/test to androidx.test" by TreeHugger Robot · 6 years ago
  7. 20a1afd Merge "Delete unused SystemUI icons." by TreeHugger Robot · 6 years ago
  8. 4c3b329 Merge "Mark entry in onEntryRemoved as @Nullable" by TreeHugger Robot · 6 years ago
  9. 6a5ca4f Mark NotificationEntry.Data.key as final by Ned Burns · 6 years ago
  10. 449b7ea PTT triggering and on-screen-mic triggering should be treated differently. by Priyank Singh · 6 years ago
  11. 5509a81 Make constructor of Access public by Lifu Tang · 6 years ago
  12. 054cfe5 Add missing unit test by Lifu Tang · 6 years ago
  13. 1be62f4 Make DarkIconDispatcher visible to plugins by Beverly · 6 years ago
  14. 4f06c93 Delete unused SystemUI icons. by Amin Shaikh · 6 years ago
  15. 1dd6b40 Mark entry in onEntryRemoved as @Nullable by Ned Burns · 6 years ago
  16. be84d93 Merge "Show the bar chart detail after hiding it." by TreeHugger Robot · 6 years ago
  17. f2426f9 Merge "Log undo of notification importance change." by TreeHugger Robot · 6 years ago
  18. 583ca98 Merge "Add a state for hiding UI while docking" by Lucas Dupin · 6 years ago
  19. a26641f Remove Dependency.get usages from AutoTileManager by Jason Monk · 6 years ago
  20. 1d07be3 TYPE_DATE and TYPE_DATE_TIME should be considered as the same type by Tony Mak · 6 years ago
  21. 7ee0996 Merge "Add three display/body font overlays." by TreeHugger Robot · 6 years ago
  22. c739c8c Make RollbackManager @SystemApi. by Richard Uhler · 6 years ago
  23. 6e2af12 Merge "Add null check for AclStateChangedHandler" by TreeHugger Robot · 6 years ago
  24. 8499b90 Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  25. bbd8946 Import translations. DO NOT MERGE by Bill Yi · 6 years ago
  26. ea04399 Merge "Factors out list of lifetime extenders from NotificationEntryManager." by TreeHugger Robot · 6 years ago
  27. 5c84abb Factors out list of lifetime extenders from NotificationEntryManager. by Gus Prevas · 6 years ago
  28. 6b1e140 Import translations. DO NOT MERGE by Bill Yi · 6 years ago
  29. ca1b6f7 Removes dependency of NotificationEntryManager on IStatusBarService. by Gus Prevas · 6 years ago
  30. 52a24ee Add three display/body font overlays. by Amin Shaikh · 6 years ago
  31. 5d3eb447 Add a state for hiding UI while docking by Jerry Chang · 6 years ago
  32. 6745c81 Catch SecurityException while resolving image to avoid crashing. by Ahan Wu · 6 years ago
  33. c4218061 Add null check for AclStateChangedHandler by Chienyuan · 6 years ago
  34. 5639004 Merge "Allow for injection in StatusBar Views" by Selim Cinek · 6 years ago
  35. ee9445e Merge changes from topics "nem-low-prio-state", "nem-group-manager", "nem-remote-input-manager", "nem-media-manager", "nem-perform-remove", "nem-combine-remove-callbacks", "nem-callback-to-listener", "nem-alert-handling-listeners" by TreeHugger Robot · 6 years ago
  36. 3fb6a1b Merge "Protects query pulse reason exception" by TreeHugger Robot · 6 years ago
  37. 70bda67 Ignore 'wake display' event when AOD is off by Lucas Dupin · 6 years ago
  38. 5b9098dc Moves minimization change handling into NotificationEntryListeners. by Gus Prevas · 6 years ago
  39. 006892f Merge changes I1ef8b41a,I348bdb1c by TreeHugger Robot · 6 years ago
  40. 9c387a5 Merge changes I9c2ab16b,I6ac1fd46,I687412fc,I943f3098 by Jason Monk · 6 years ago
  41. 7a56b83 Remove Dependency.get usages from QSFooterImpl by Jason Monk · 6 years ago
  42. a951d1d Merge "Remove unreviewed code" by TreeHugger Robot · 6 years ago
  43. 53f0d06 Merge "Fix WifiManager NPEs in CryptKeeper UI." by TreeHugger Robot · 6 years ago
  44. 30b64fa Remove Dependency.get usages from QSTileHost. by Jason Monk · 6 years ago
  45. 418137e Show the bar chart detail after hiding it. by Joel Galenson · 6 years ago
  46. 26d9127 Removes dependency of NotificationEntryManager on NotificationGroupManager. by Gus Prevas · 6 years ago
  47. 772e532 Makes NotificationRemoteInputManager a NotificationEntryListener. by Gus Prevas · 6 years ago
  48. 2d5a1e9 Removes circular dependency between NotificationMediaManager and NotificationEntryManager. by Gus Prevas · 6 years ago
  49. dca2be5 Combines NotificationEntryManager listener interfaces (part 5). by Gus Prevas · 6 years ago
  50. f37435a Combines NotificationEntryManager listener interfaces (part 4). by Gus Prevas · 6 years ago
  51. 8621bd2 Combines NotificationEntryManager listener interfaces (part 3). by Gus Prevas · 6 years ago
  52. b43dc65 Combines NotificationEntryManager listener interfaces (part 2). by Gus Prevas · 6 years ago
  53. 55fd968 Add link to dagger user guide by Jason Monk · 6 years ago
  54. fa452ef Make QSTileImpl a LifecycleOwner and make use of it by Jason Monk · 6 years ago
  55. c0e0e2b Remove Dependency.get usages from QS tiles by Jason Monk · 6 years ago
  56. 5d57720 Switch QS tile creation to use injection by Jason Monk · 6 years ago
  57. 2d23690 Protects query pulse reason exception by TYM Tsai · 6 years ago
  58. 97c6cf6 Remove unreviewed code by timhypeng · 6 years ago
  59. f846f21 Merge "Add getMediaDeviceById() method" by TreeHugger Robot · 6 years ago
  60. 0487263 Add getMediaDeviceById() method by hughchen · 6 years ago
  61. 9d20bed Allow for injection in StatusBar Views by Selim Cinek · 6 years ago
  62. c220f6d Merge "Do not show lock icon on AOD" by Lucas Dupin · 6 years ago
  63. 565cc45 Merge "Fixing the flickering issue when clock is clicked in status bar to open Quick Settings." by TreeHugger Robot · 6 years ago
  64. 78ba016 Merge "make wake event trigger a pulse" by Lucas Dupin · 6 years ago
  65. 523837c Fixing the flickering issue when clock is clicked in status bar to open Quick Settings. by Priyank Singh · 6 years ago
  66. 978ce92 Merge "Delete hollow pill flag" by Lucas Dupin · 6 years ago
  67. de64ee0 make wake event trigger a pulse by Lucas Dupin · 6 years ago
  68. f22194f Do not show lock icon on AOD by Lucas Dupin · 6 years ago
  69. ce44174 Merge changes Ie7f66818,I7e91d12b,I0f44b3dd,I8625f3d3,I115c55af, ... by Jason Monk · 6 years ago
  70. bc38add Fix WifiManager NPEs in CryptKeeper UI. by Amin Shaikh · 6 years ago
  71. 55b655c Delete hollow pill flag by Lucas Dupin · 6 years ago
  72. bb9b195 Merge "Fix issue where media icon cannot be loaded" by Lucas Dupin · 6 years ago
  73. e8e471d Remove Dependency.get usages from LightBarController by Jason Monk · 6 years ago
  74. d97204c Remove Dependency.get usages from NotificationLogger by Jason Monk · 6 years ago
  75. 96a37f4 Remove Dependency.get usages from OverviewProxyService by Jason Monk · 6 years ago
  76. 92d5c24 Remove Dependency.get usages from BubbleController by Jason Monk · 6 years ago
  77. de48d5d Remove Dependency.get usages from BatteryControllerImpl by Jason Monk · 6 years ago
  78. 8111bcc Remove Dependency.get usages from BluetoothControllerImpl by Jason Monk · 6 years ago
  79. cfa61ff Remove Dependency.get usages from DeviceProvisionedController by Jason Monk · 6 years ago
  80. b7d50a7 Remove Dependency.get usages from HotspotControllerImpl by Jason Monk · 6 years ago
  81. eeff95b Remove Dependency.get usages from RemoteInputQuickSettingsDisabler by Jason Monk · 6 years ago
  82. 61936ee Remove Dependency.get usages from SecurityControllerImpl by Jason Monk · 6 years ago
  83. 03561a8 Remove Dependency.get usages from UserSwitcherController by Jason Monk · 6 years ago
  84. 752c68f Remove Dependency.get usages from SmartReplyController by Jason Monk · 6 years ago
  85. b1a5f23 Reduce usages of Dependency.get in TunablePadding by Jason Monk · 6 years ago
  86. 2955bf1 Fix issue where media icon cannot be loaded by Lucas Dupin · 6 years ago
  87. aef19af Merge "Launch AoD override the settings" by TreeHugger Robot · 6 years ago
  88. e7ea003 Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  89. 9ed1114 Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  90. 28a1e76 Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  91. 33049bf Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  92. 2757fcd Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  93. 07985d7 Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  94. 0f3d17e Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  95. 84a8c6a Merge "Import translations. DO NOT MERGE" by TreeHugger Robot · 6 years ago
  96. b46b0c6 Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  97. 831ab3c Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  98. ec616ac Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  99. af14ef3 Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago
  100. 1f081a1 Merge "Import translations. DO NOT MERGE" into pi-dev by TreeHugger Robot · 6 years ago