1. b11f931 Merge "Persist PiP size to be restored on re-entry" by TreeHugger Robot · 4 years, 8 months ago
  2. f2c2a1b Merge "Delete SearchManager.launchAssistService and convert SearchManager.launchAssist into @SystemApi method that handles both phone and TV devices." by Sergej Salnikov · 4 years, 8 months ago
  3. 25b0f41 Delete SearchManager.launchAssistService and convert by skill · 4 years, 9 months ago
  4. 62f735e Persist PiP size to be restored on re-entry by jorgegil@google.com · 4 years, 9 months ago
  5. f081f06 Kill overscan insets and outsets by Jorim Jaggi · 4 years, 9 months ago
  6. 5fdaa0c Merge "Remove FEATURE_SWIPE_TO_DISMISS functionality" by Jorim Jaggi · 4 years, 9 months ago
  7. 91b3a1b Hook up TaskDescription into set bar color calls (6/N) by Yunfan Chen · 4 years, 9 months ago
  8. e06b1fd Remove FEATURE_SWIPE_TO_DISMISS functionality by Jorim Jaggi · 4 years, 9 months ago
  9. 539334a Don't hold wm lock when intercepting keys by Vishnu Nair · 4 years, 10 months ago
  10. 7ab1fb8 Redraw legacy navigation bar paint onLayout by Vinit Nayak · 4 years, 11 months ago
  11. 38f7d6c Merge "[wm]: DividerSnapAlgorithm doesn't consider vertical divider" by TreeHugger Robot · 5 years ago
  12. 1b652fd [wm]: DividerSnapAlgorithm doesn't consider vertical divider by hyok.kim · 5 years ago
  13. ef4e1ce Do not call drawableChanged pre Q by Vadim Caen · 5 years ago
  14. 6932c77 Postpone setting background when window is set. by Vadim Caen · 5 years ago
  15. 576f239 Merge "Delegate setBackgroundDrawable to setWindowDrawable" by Vadim Caen · 5 years ago
  16. e664c70 Delegate setBackgroundDrawable to setWindowDrawable by Vadim Caen · 5 years ago
  17. cca19d0 Merge "Adjust window rounded corners" into qt-r1-dev am: dcba632b41 by Beverly · 5 years ago
  18. 72dbd11 Adjust window rounded corners by Beverly · 5 years ago
  19. e4579b2 Merge "Fixes the PiP edge intersect for fling" by Hongwei Wang · 5 years ago
  20. 02e3c9d Fixes the PiP edge intersect for fling by Hongwei Wang · 5 years ago
  21. ffc70a6 Check that alpha is zero instead of transparent color to decide scrim by Winson Chung · 5 years ago
  22. 6482df5 Request invalidate root when legacy nav bar bg changes by Jorim Jaggi · 5 years ago
  23. 14c5b94 Fixed autofill compat mode regression caused by DecorContext by Adam He · 5 years ago
  24. ffde2ea Add config to control full task snapshot scale by Winson Chung · 5 years ago
  25. 86d30ff Draw legacy nav bar background directly by Jorim Jaggi · 5 years ago
  26. 27db0ca DecorView: Fix status guard by Adrian Roos · 5 years ago
  27. faba406 GestureNav: Fix broken split screen navbar by Adrian Roos · 5 years ago
  28. c3f7756 DecorView: Adjust light scrim by Adrian Roos · 5 years ago
  29. 4478703 Merge "Check for null bg insets during initialization" into qt-dev by Jorim Jaggi · 5 years ago
  30. d798fd3 Check for null bg insets during initialization by Jorim Jaggi · 5 years ago
  31. 01d60d0 Only consume status bar if FULLSCREEN is set by Jorim Jaggi · 5 years ago
  32. f9363aa Merge "Pretend to be having the original background" into qt-dev by Jorim Jaggi · 5 years ago
  33. aae9d6c Merge "Do not hide caption for hiding navigation bar flag" into qt-dev by TreeHugger Robot · 5 years ago
  34. 24cf50f Pretend to be having the original background by Jorim Jaggi · 5 years ago
  35. 2ed879f Fix app crash while running in second display by sanryhuang · 6 years ago
  36. 1831e8e Do not hide caption for hiding navigation bar flag by Yunfan Chen · 5 years ago
  37. 2631fb5 Merge "Ensure Contrast: Address API feedback" into qt-dev by TreeHugger Robot · 5 years ago
  38. 956bbb7 Revert "Pretend to be having the original background" by Paul Scovanner · 5 years ago
  39. 8c7ca4f Ensure Contrast: Address API feedback by Adrian Roos · 5 years ago
  40. 5a40b71 Gesture exclusion rects for Window by Adam Powell · 5 years ago
  41. 757cbfe Merge "Pretend to be having the original background" into qt-dev by Jorim Jaggi · 5 years ago
  42. 6eb1ed3 System Bars: API to ensure contrast when app requested transparent bar by Adrian Roos · 5 years ago
  43. b525835 Merge "System Bars: Ensure contrast when app requested transparent bar" into qt-dev by TreeHugger Robot · 5 years ago
  44. 4c86459 System Bars: Ensure contrast when app requested transparent bar by Adrian Roos · 5 years ago
  45. 1ab06de Pretend to be having the original background by Jorim Jaggi · 5 years ago
  46. 1ed6889 Protect against null drawable by Jorim Jaggi · 5 years ago
  47. a6aabac Force app to draw navigation bar background by Jorim Jaggi · 5 years ago
  48. cd5046c Remove obscure check that was always true by Jorim Jaggi · 5 years ago
  49. 1588439 Add @UnsupportedAppUsage annotations by Andrei Onea · 5 years ago
  50. e057369 Provide a hook for forcing all system bars to be displayed at all times by Brad Stenning · 5 years ago
  51. 0d654cb Implement UX for IME with freeform windows by Evan Rosky · 5 years ago
  52. fa152f9 Add @UnsupportedAppUsage annotations by Andrei Onea · 5 years ago
  53. 3d61f89 Merge "Address API council feedback" by TreeHugger Robot · 5 years ago
  54. e57475e Address API council feedback by John Reck · 5 years ago
  55. 326f15a Optimized Content Capture workflow by caching some state at the application level. by Felipe Leme · 5 years ago
  56. 50ca62a Merge "Fix for testLifecycleOnMoveToFromSplitScreenRelaunch" am: 43d11758fa am: 0f174795e4 by Raj Mamadgi · 5 years ago
  57. 7b6ae66 Fix for testLifecycleOnMoveToFromSplitScreenRelaunch by Raj Mamadgi · 6 years ago
  58. 0129769 Refactored how initial content capture events are sent. by Felipe Leme · 5 years ago
  59. 8be71c0 MediaController: Remove dispatching key event as system service APIs by Jaewan Kim · 5 years ago
  60. 03270e1 Merge "Config to disable rounded corners" by Lucas Dupin · 6 years ago
  61. f36d0dc Config to disable rounded corners by Lucas Dupin · 6 years ago
  62. 3b9613c Fix 2 issues related to caption. by Garfield Tan · 6 years ago
  63. b603095 A brave new world for window insets (2 and 3/n) by Jorim Jaggi · 6 years ago
  64. 086c6fc Let launcher modify window corner radius by Lucas Dupin · 6 years ago
  65. 9a908db Rename KeyEvent.isMediaKey() to isMediaSessionKey() by Hyundo Moon · 6 years ago
  66. 60f5929 WindowInsets: reimplement WindowInsets on top of Insets by Adrian Roos · 6 years ago
  67. fbd8ea6 Fix 2 graphical issues for drag resizing. by Garfield Tan · 6 years ago
  68. 8884cfc Merge "Rename & package shuffle" by John Reck · 6 years ago
  69. 5281b6b Add Context.getDisplayId() to avoid possible IPC by Yohei Yukawa · 6 years ago
  70. 32f140aa6 Rename & package shuffle by John Reck · 6 years ago
  71. a4d6fa2 Get gravity of menu panel by display by Riddle Hsu · 6 years ago
  72. 398780a Merge "Don't access keyguard from instant apps." into pi-dev am: e7bd4e7e8f by Svet Ganov · 6 years ago
  73. 3ea66c3 Don't access keyguard from instant apps. by Svet Ganov · 6 years ago
  74. aa5d9be Don't access keyguard from instant apps. am: e5a3125c1c am: 54f78810cc by Svet Ganov · 6 years ago
  75. e5a3125 Don't access keyguard from instant apps. by Svet Ganov · 6 years ago
  76. ee4376a Merge "Fixed a bug where sometimes unhandled handler would consume all keys" into pi-dev am: 7ba4c2b254 by Evan Rosky · 6 years ago
  77. 7ba4c2b Merge "Fixed a bug where sometimes unhandled handler would consume all keys" into pi-dev by Evan Rosky · 6 years ago
  78. cd80e61 Fixed a bug where sometimes unhandled handler would consume all keys by Evan Rosky · 6 years ago
  79. ab2f888 Merge "Display Cutout: Fix ActionBarOverlayLayout to properly dispatch cutout" into pi-dev am: 177ee3d7a1 by Adrian Roos · 6 years ago
  80. f7b7426 Display Cutout: Fix ActionBarOverlayLayout to properly dispatch cutout by Adrian Roos · 7 years ago
  81. 63c1059 Merge "Fixes splitscreen when executed from fullscreen app" into pi-dev am: 765801d5fb by Matthew Ng · 6 years ago
  82. 3030712 Fixes splitscreen when executed from fullscreen app by Matthew Ng · 6 years ago
  83. 8e41676 Register fallback even if background already exists by Ondrej Novak · 6 years ago
  84. 8c65f9b Merge "MediaSessionService: Provide caller information for media key events" into pi-dev am: 183a63474f by Jaewan Kim · 6 years ago
  85. 183a634 Merge "MediaSessionService: Provide caller information for media key events" into pi-dev by Jaewan Kim · 6 years ago
  86. 68dc2af Update the snap targets in minimized mode to reflect the correct targets am: 6317df6e1e by Matthew Ng · 6 years ago
  87. 6317df6 Update the snap targets in minimized mode to reflect the correct targets by Matthew Ng · 6 years ago
  88. 77748b6 MediaSessionService: Provide caller information for media key events by Jaewan Kim · 6 years ago
  89. 9a63fa9 Merge "BackgroundFallback: Cover all cases where the fallback is needed" into pi-dev am: 0d58b9bb64 by android-build-team Robot · 6 years ago
  90. 0d58b9b Merge "BackgroundFallback: Cover all cases where the fallback is needed" into pi-dev by android-build-team Robot · 6 years ago
  91. 786ea78 BackgroundFallback: Cover all cases where the fallback is needed by Adrian Roos · 6 years ago
  92. 16e4b92 Merge "Secondary split screen app will be next to the navigation bar (1/2)" into pi-dev am: 9f88bbc064 by android-build-team Robot · 6 years ago
  93. 9f88bbc Merge "Secondary split screen app will be next to the navigation bar (1/2)" into pi-dev by android-build-team Robot · 6 years ago
  94. 62c7846 Secondary split screen app will be next to the navigation bar (1/2) by Matthew Ng · 6 years ago
  95. 913f22a Merge "Update DecorContext's Resource cache when calling getResources." into pi-dev am: 33cb3b7204 by Chavi Weingarten · 6 years ago
  96. a213d30 Update DecorContext's Resource cache when calling getResources. by chaviw · 6 years ago
  97. 5dbc5aa Merge "Fixed issue where color attributes used for window background Activity themes would not be applied" by Nader Jawad · 6 years ago
  98. 56c68bc Fixed issue where color attributes used for window background Activity by Nader Jawad · 6 years ago
  99. c771e7e Add @NonNull annotation to getDecorView() by Siarhei Vishniakou · 6 years ago
  100. 4351308 Move default pip position to right above the shelf. by Tracy Zhou · 6 years ago