1. 504e753 Initialize mScreenLifecycle before user switcher gets created. by jovanak · 5 years ago
  2. fa68d79 Merge "DO NOT MERGE Call mutate on notification shade drawable before editing." into qt-qpr1-dev by TreeHugger Robot · 5 years ago
  3. cf885ef Merge "Create dialog to show detecting Batmobile device & unlocking" into qt-qpr1-dev by TreeHugger Robot · 5 years ago
  4. 8182bfd Create dialog to show detecting Batmobile device & unlocking by Erin Yan · 5 years ago
  5. 28097c4 Listen for changes to IME and show/hide nav bar by Heemin Seog · 5 years ago
  6. 8650f41 DO NOT MERGE Call mutate on notification shade drawable before editing. by Brad Stenning · 5 years ago
  7. 781ef7e Pass FalsingManager down through more classes. by Dave Mankoff · 5 years ago
  8. 1ceedb5 Notify on task display change. by davidln · 5 years ago
  9. a6d0f1f Merge "When the notification shade is shown the functionality to show/hide HUN should be controlled via a config flag." into qt-dev by TreeHugger Robot · 5 years ago
  10. 622def2 Preventing keyguard dismissal when screen is off. by jovanak · 5 years ago
  11. 8bd920f When the notification shade is shown the functionality to show/hide HUN should be controlled via a config flag. by Priyank Singh · 5 years ago
  12. 7e9344f HUN should not show up when the Notification shade is open by Priyank Singh · 5 years ago
  13. a47b6f7 Make the Handle bar grabbable. by Priyank Singh · 5 years ago
  14. 307bda9 Visual update for the unseen notification indicator. by Jonathan Koo · 5 years ago
  15. 325c12b Merge "Fling should only be allowed when touched the view from bottom of the list" into qt-dev by TreeHugger Robot · 5 years ago
  16. 647f9e6 Changes to notification shade. by Priyank Singh · 5 years ago
  17. a01f243 Fling should only be allowed when touched the view from bottom of the list by Priyank Singh · 5 years ago
  18. d33e9b5 Keyguard for Auto should only show up in case of a user switcher screen. Else, its safe to dismiss it otherwise. by Priyank Singh · 5 years ago
  19. daea911 Reset notification list upon opening the drawer. by Adora Zhang · 5 years ago
  20. 007ff07 Clear all notification, message mute states, and unread states when the car by Jonathan Koo · 5 years ago
  21. c9f71aa Implement pending notification indicator by Jonathan Koo · 5 years ago
  22. b9ab052 Animate notification shade on click on notification button by Priyank Singh · 5 years ago
  23. dde5ee6 Change FalsingManager to an interface for easier swapping. by Dave Mankoff · 5 years ago
  24. ea4af13 Height should be maxed to the height of the notification shade. by Priyank Singh · 5 years ago
  25. bae09ae Single tap on the glass pane in notification shade should close the shade. by Priyank Singh · 5 years ago
  26. def2bc1 Merge "Change CarSystemUI notification button from launching Car Notification Center to opening the panel instead." into qt-dev by TreeHugger Robot · 5 years ago
  27. 44d3907 Change CarSystemUI notification button from launching Car Notification Center to opening the panel instead. by Brad Stenning · 5 years ago
  28. d3ede64 Fix NPE of UXR as a result of incorrect initialization. by Brad Stenning · 5 years ago
  29. 2ccc2a4 Move HUN car notifications into SystemUI by Brad Stenning · 5 years ago
  30. f391286 Handle NPE when the notification shade is opened via click on button. by Priyank Singh · 5 years ago
  31. 245bd12 Notification shade glass pane should fade in as its being opened. by Priyank Singh · 5 years ago
  32. b024158 Adding the touch gestures for the pull down notification shade. by Priyank Singh · 5 years ago
  33. 9438065 Reapply nav hints when systemui crashes or killed by Matthew Ng · 5 years ago
  34. 4534f44 Register the status bar CarFacetButtons with their controller when the system bars are reset by Brad Stenning · 5 years ago
  35. 3b0d764 Moving Notifications into the status bar panel such that the Z layering works as expected by Brad Stenning · 5 years ago
  36. 63e6860 Disable pull down Notification UI if the device is not provisioned by Priyank Singh · 5 years ago
  37. 2241a4b Merge "Restore the correct state of the statusbar, navbar, and keygaurd after an density change" by TreeHugger Robot · 5 years ago
  38. 7522164 Restore the correct state of the statusbar, navbar, and keygaurd after an density change by Brad Stenning · 5 years ago
  39. 0237b9c Disable any fullScreenIntent launches in SystemUI. by Adora Zhang · 5 years ago
  40. eb6051c UI was being created before the provisioned stated was checked. by Brad Stenning · 5 years ago
  41. 168dbdb For automotive builds: makes sure the keyguard gets automatically by jovanak · 5 years ago
  42. 95885d6 Merge "Remove unused destroy methods" by TreeHugger Robot · 5 years ago
  43. b4d9ded Remove unused destroy methods by yoshiki iguchi · 5 years ago
  44. eef0e0c Update navigation bar upon change of display density by Guobin Zhang · 6 years ago
  45. c622f1d Add all the needed touch listeners and gesture detectors to allow for car by Brad Stenning · 6 years ago
  46. a2d87d8 Moving the device provisioned callback to the correct thread. by Brad Stenning · 6 years ago
  47. 10ca70b Move all logic of navigation bar to NavigationBarController(2/N) by Charles Chen · 6 years ago
  48. 27d01a62 Start using some dagger 2 by Jason Monk · 6 years ago
  49. 19f236a Add NotificationsUI SystemUI service that can display the notification by Brad Stenning · 6 years ago
  50. 8d1a51c Move car related code from SystemUI to CarSystemUI by Brad Stenning · 6 years ago[Renamed (98%) from packages/SystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java]
  51. 61325fb Introduce DisplayNavigationBarController by Charles Chen · 6 years ago
  52. 3ddd7de Show navigation bar on external displays by Andrii Kulian · 6 years ago
  53. 840d565 Merge "Adds automatic switching to Guest if user starts driving with the keyguard up." by Jovana Knezevic · 6 years ago
  54. edba98c Adds automatic switching to Guest if user starts driving with the keyguard up. by jovanak · 6 years ago
  55. 297c04e Make StatusBar not be a NotificationPresenter by Jason Monk · 6 years ago
  56. 1aa629c Adding null check for the case when user switcher is disabled (for example in by jovanak · 6 years ago
  57. d0938d0 Merge "Removing dependencies on recents-specific code in SysUI" by Winson Chung · 6 years ago
  58. 67f5c8b Removing dependencies on recents-specific code in SysUI by Winson Chung · 6 years ago
  59. 4b0bbe7 Remove the unused CarUserManagerHelper import. by Ying Zheng · 6 years ago
  60. 604ad51 Simplifies show/dismiss logic for the full screen user switcher. by jovanak · 6 years ago
  61. e59dc40 Remove stack scroller references from StatusBar by Jason Monk · 6 years ago
  62. 1fd3fc3 Refactor StatusBarState out of StatusBar by Jason Monk · 6 years ago
  63. 78cacc4 Migrates full screen user switcher to use CarUserManagerHelper instead of by jovanak · 6 years ago
  64. f83b306 Revert "Migrates full screen user switcher to use CarUserManagerHelper instead of" by Colin Cross · 6 years ago
  65. d0e6eee Migrates full screen user switcher to use CarUserManagerHelper instead of by jovanak · 6 years ago
  66. f084d88 Update Hvac to remove the self register or ui components with their controller by Brad Stenning · 6 years ago
  67. 5473915 Remove demo HVAC property in favor of using the emulated VHAL. by davidln · 6 years ago
  68. 0a427ef Show the user switcher only when the bouncer cancel button is pressed. by Aarthi Balachander · 6 years ago
  69. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  70. 7e41181 Allow for the lock screen to have a different set of nav buttons by Brad Stenning · 6 years ago
  71. a5e714c Fix facetbuttons selection by Brad Stenning · 6 years ago
  72. d8bf249 UI modifications for user picker Test: tested on Mojave bug: 75023449 by Aarthi Balachander · 6 years ago
  73. cc0439b Signal view is no loner apart of this fragment by Brad Stenning · 6 years ago
  74. 224b5b3 Allow for the different nav bars before the device is provisioned by Brad Stenning · 6 years ago
  75. 38b46f8 Add an option to display HVAC temp values in sysui by Brad Stenning · 6 years ago
  76. bc5fc74 Merge "Adding new Style of decor windows for Car use case. This allows for left, right or bottom navigation bars that can be configured with xml files" by TreeHugger Robot · 6 years ago
  77. 078235b Adding new Style of decor windows for Car use case. by Brad Stenning · 7 years ago
  78. 4e30e76 Split HeadsUpManager implementation to HeadsUpManagerPhone (2nd try) by yoshiki iguchi · 6 years ago
  79. 0adf6a6 Revert "Split HeadsUpManager implementation to HeadsUpManagerPhone" by yoshiki iguchi · 7 years ago
  80. 78db3d0 Split HeadsUpManager implementation to HeadsUpManagerPhone by yoshiki iguchi · 7 years ago
  81. a6d8cf2 Split NotificationEntryManager out of StatusBar. by Eliot Courtney · 7 years ago
  82. 0932228 Split NotificationUserManager out of StatusBar. by Eliot Courtney · 7 years ago
  83. 2cf6ad8 Removing references to hidden classes in shared lib. by Winson Chung · 7 years ago
  84. b05b398 Expose some methods in the recents lib. by Winson Chung · 7 years ago
  85. aa35745 Move more calls to the lib. by Winson Chung · 7 years ago
  86. 2db3557 Pull out TaskStackListener into its own class. by Winson Chung · 7 years ago
  87. 409db27 Handle Keyboard long-presses and Talkback shortcut on notifications by Geoffrey Pitsch · 7 years ago
  88. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  89. 0568aed ActivityOptions.set/getLaunchStackId() be gone! by Wale Ogunwale · 7 years ago
  90. 464d0d9 Revert "Support keyboard long-press on notifications" by Selim Cinek · 7 years ago
  91. 2ca7989 Support keyboard long-press on notifications by Geoffrey Pitsch · 7 years ago
  92. f408582 Add getNavigationBarWindow override to CarStatusBar by Scott Randolph · 7 years ago
  93. bc6a304 Merge "Remove redundant hwaccelerated enabling." by Marc Hittinger · 7 years ago
  94. b9dfb92 Add dump function to dump car status bar information. by Qiming Shi · 7 years ago
  95. 9cac5ff Fixup tinting for keyguard status bar by Jason Monk · 7 years ago
  96. fc25704 Remove redundant hwaccelerated enabling. by Marc Hittinger · 7 years ago
  97. e658cc2 Add ability to set a custom background for auto. by Anthony Chen · 7 years ago
  98. 0801a5c Fix crash on user switch. by Anthony Chen · 7 years ago
  99. aa573e9 Work on separating out the status bar management by Jason Monk · 8 years ago
  100. 3cb3ad9 Refactor notification to allow for overlay by Android Auto. by Anthony Chen · 8 years ago