1. c6690dd Merge "Fix bubble transition hanging issues" into rvc-dev by Jorim Jaggi · 4 years, 4 months ago
  2. 66b1dfe Merge "Change TYPE_DREAM logic to use ACTIVITY_TYPE_DREAM" into rvc-dev by Galia Peycheva · 4 years, 4 months ago
  3. 70b5571 Change TYPE_DREAM logic to use ACTIVITY_TYPE_DREAM by Galia Peycheva · 4 years, 4 months ago
  4. d6e9024 Merge "Avoid flicker by finishing recents animation with config change" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  5. fa6a504 Merge "Skip excluded MW mode tasks from recents and running tasks" into rvc-dev by Winson Chung · 4 years, 4 months ago
  6. 7c579cd Fix bubble transition hanging issues by Jorim Jaggi · 4 years, 4 months ago
  7. 72d6dc3 Avoid flicker by finishing recents animation with config change by Riddle Hsu · 4 years, 4 months ago
  8. 46f0be1 Merge "Reuse and reparent one-level root task to another display" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  9. e5ab017 Skip excluded MW mode tasks from recents and running tasks by Winson Chung · 4 years, 4 months ago
  10. 32a2612 Merge "Remove use of TaskTile" into rvc-dev by Louis Chang · 4 years, 4 months ago
  11. a009c76 Remove use of TaskTile by Louis Chang · 4 years, 5 months ago
  12. dd63da5 Reuse and reparent one-level root task to another display by Louis Chang · 4 years, 4 months ago
  13. 45f48d3 Create ACTIVITY_TYPE_DREAM by Galia Peycheva · 4 years, 5 months ago
  14. 16349cb Merge "Use target component to find existing single instance activity" into rvc-dev by Riddle Hsu · 4 years, 4 months ago
  15. 8be3b9f Use target component to find existing single instance activity by Riddle Hsu · 4 years, 4 months ago
  16. dddc9f5 Support DisplayAreas in protos by Vishnu Nair · 4 years, 4 months ago
  17. fcf25e0 Merge "Start home activity if focusable task is not available" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  18. 1e3885c Protect against assumptions of a top focused stack. by Darryl L Johnson · 4 years, 5 months ago
  19. 7baffbb Start home activity if focusable task is not available by Riddle Hsu · 4 years, 5 months ago
  20. 149bbf8 Merge "Clean-up old docked-stack implementation from WM" into rvc-dev by Evan Rosky · 4 years, 5 months ago
  21. 73a7fe9 Clean-up old docked-stack implementation from WM by Evan Rosky · 4 years, 8 months ago
  22. e84ef9e Use hierarchy focusability to pause the minimized tile by Evan Rosky · 4 years, 6 months ago
  23. 85cf41f Move PiP animation to SysUI package by Hongwei Wang · 4 years, 6 months ago
  24. 0d46519 Reuse stack as task for single task stacks (90/n) by Wale Ogunwale · 4 years, 6 months ago
  25. f8398cd Merge "Protect against assumptions of an existing home stack." by Darryl Johnson · 4 years, 5 months ago
  26. 3388bd2 Protect against assumptions of an existing home stack. by Darryl L Johnson · 4 years, 7 months ago
  27. b1a3e7e Prevent position topmost task to top by Louis Chang · 4 years, 5 months ago
  28. fd5539e Report task profile locked for leaf tasks only by Louis Chang · 4 years, 6 months ago
  29. f342f06 WM: Unify windows and activities proto dumps (88/n) by Wale Ogunwale · 4 years, 6 months ago
  30. 0037e5f Add TaskTile concept to Window Manager by Evan Rosky · 4 years, 9 months ago
  31. 4679918 Merge sleeping activities with visibility updates by Andrii Kulian · 4 years, 9 months ago
  32. 8389c9d Fix to the boot loop on AAE platforms. by Yuncheol Heo · 4 years, 6 months ago
  33. 734b896 Renamed some getXXXStack methods to getRootXXXTask (87/n) by Wale Ogunwale · 4 years, 6 months ago
  34. 1ebcd8e Removed mStackId (86/n) by Wale Ogunwale · 4 years, 6 months ago
  35. 3f0f270 Merge "Unify ActivityStack extend Task (84/n)" by Wale Ogunwale · 4 years, 6 months ago
  36. eb0ebdd Merge "Split status bar window (1/N)" by Charles Chen · 4 years, 6 months ago
  37. 8f93b64 Unify ActivityStack extend Task (84/n) by Wale Ogunwale · 4 years, 7 months ago
  38. e832194 Split status bar window (1/N) by wilsonshih · 4 years, 9 months ago
  39. 226de13 Add focusability into the hierarchy and Container transaction by Evan Rosky · 4 years, 7 months ago
  40. 8a2f913 Introduce TaskOrganizer by Robert Carr · 4 years, 8 months ago
  41. fbd233a Add DisplayContent to hierarchy after stubbing. by Garfield Tan · 4 years, 7 months ago
  42. 38430df Clean up the logic of selecting launching stack by Louis Chang · 4 years, 7 months ago
  43. 0b3d292 Pre-cleanup before unifying Task and Stack (82/n) by Wale Ogunwale · 4 years, 7 months ago
  44. 149d5c8 Merge RootActivityContainer and RootWindowContainer (85/n) by Louis Chang · 4 years, 7 months ago
  45. 3ff72a8 Unify RootActivityContainer and RootWindowContainer (80/n) by Louis Chang · 4 years, 7 months ago
  46. 173ae78 Enable show error dialogs on the secondary display by Charles Chen · 4 years, 8 months ago
  47. cb78285 Rename writeToProto to be dumpDebug by Jeffrey Huang · 4 years, 8 months ago
  48. 3172f9d Merge "Do not allow input connections from untrusted virtual displays" by TreeHugger Robot · 4 years, 8 months ago
  49. d0b5c8f Do not allow input connections from untrusted virtual displays by lumark · 4 years, 10 months ago
  50. 2453d06 Unify Display level of window hierarchy (74/n) by Louis Chang · 4 years, 8 months ago
  51. d136e77 Convert EventLogTags.AM* events log points to EventLogTags.WM by Jeff Chang · 4 years, 9 months ago
  52. eb63006 Merge "Merge TaskStack and ActivityStack into one class (68/n)" by Louis Chang · 4 years, 8 months ago
  53. dc07727 Merge TaskStack and ActivityStack into one class (68/n) by Louis Chang · 4 years, 8 months ago
  54. f081f06 Kill overscan insets and outsets by Jorim Jaggi · 4 years, 9 months ago
  55. 2322bed Merge Task level of window hierarchy (58/n) by Wale Ogunwale · 4 years, 9 months ago
  56. 9bca6b4 Unify animation methods into new WindowContainer#isAnimating() by lumark · 4 years, 9 months ago
  57. e8d84ab Merge AppWindowToken into ActivityRecord by Garfield Tan · 4 years, 9 months ago
  58. ca80d5b Merge "Replace SurfaceControl call points with Transaction calls (1/n)" by Chavi Weingarten · 4 years, 9 months ago
  59. 619da69 Replace SurfaceControl call points with Transaction calls (1/n) by chaviw · 5 years ago
  60. 33c921c Merge "Introduce display specific all window drawn waiting (3/N)" by TreeHugger Robot · 4 years, 9 months ago
  61. 87b5a24 Introduce display specific all window drawn waiting (3/N) by Yunfan Chen · 4 years, 10 months ago
  62. d1549d2 Fix typo of field in DisplayContent by Riddle Hsu · 4 years, 10 months ago
  63. b125e0b Revert "Revert "ProtoLog deployment for WM batch 1"" by Adrian Roos · 4 years, 10 months ago
  64. a91c412 Revert "ProtoLog deployment for WM batch 1" by Wale Ogunwale · 4 years, 10 months ago
  65. 6f22c2a ProtoLog deployment for WM batch 1 by Adam Pardyl · 4 years, 10 months ago
  66. 8419e4b Internal cleanup of window manager by Riddle Hsu · 4 years, 10 months ago
  67. 3319739 Create Surfaces, Transactions and SurfaceControls in Window Manager via a factory by Vishnu Nair · 4 years, 11 months ago
  68. ccf0940 Centralize rotation control to DisplayRotation by Riddle Hsu · 5 years ago
  69. 6472e0e Remove Handler for Syncing Config Changes by Shivam Agrawal · 5 years ago
  70. a9350fe Displays that have focused apps can also be top focused by Louis Chang · 5 years ago
  71. 2927b54 Don't allow PI-based starts and trampolines when sender by Michal Karpinski · 5 years ago
  72. eea8d3e Tighten rules for blocking activity starts. by Alan Stokes · 5 years ago
  73. 4981f15 Window Manager spring cleaning by Jorim Jaggi · 5 years ago
  74. 5f9ec2c Merge "Gestures: Assemble per-window exclusion zones" by Adrian Roos · 5 years ago
  75. 4ffc897 Gestures: Assemble per-window exclusion zones by Adrian Roos · 5 years ago
  76. b5910b4 Update connected display config on settings load. by Garfield Tan · 5 years ago
  77. 37848f3 Fix NPE in WMS by Charles Chen · 5 years ago
  78. 023ecb5 Allow for different log levels on WM traces by Nataniel Borges · 6 years ago
  79. a606a29 Don't count toasts as visible windows by Michal Karpinski · 6 years ago
  80. fc90c13 Update input windows when moving display to top by Tiger Huang · 6 years ago
  81. 07b765f Merge "Do not report resized before sending new configuration" by TreeHugger Robot · 6 years ago
  82. c3f29da Do not report resized before sending new configuration by Louis Chang · 6 years ago
  83. dc7356a Fix an issue which causes back key doesn't work by Tiger Huang · 6 years ago
  84. 51c5a1d Make per-display focus optional (1/2) by Tiger Huang · 6 years ago
  85. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  86. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  87. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  88. e656e67 Merge "Keep initial override configuration from display settings" by TreeHugger Robot · 6 years ago
  89. d3a1b26 Merge "Removed RootWindowContainerController/Listener files (41/n)." by TreeHugger Robot · 6 years ago
  90. 080d350 Merge "Remove AppWindowContainerController and AppWindowContainerListener (39/n)" by Yunfan Chen · 6 years ago
  91. 31acb3f Removed RootWindowContainerController/Listener files (41/n). by Wale Ogunwale · 6 years ago
  92. 1ee84ea Remove AppWindowContainerController and AppWindowContainerListener (39/n) by Yunfan Chen · 6 years ago
  93. bd26e65 Fix pointer capture by Robert Carr · 6 years ago
  94. a75a945 Keep initial override configuration from display settings by Riddle Hsu · 6 years ago
  95. 7c610aa Let System UI show on external displays (1/3) by Tiger Huang · 6 years ago
  96. c32538e Support wallpaper on secondary displays.(2/N) by wilsonshih · 6 years ago
  97. c5abbd8 Move policy handling into ATM hierarchy [1/n] by Evan Rosky · 6 years ago
  98. 8b46029 Merge "Show IME correctly when top-most display focus changed." by TreeHugger Robot · 6 years ago
  99. 6f13d20b Show IME correctly when top-most display focus changed. by lumark · 6 years ago
  100. 8753ad3 Implement new API of external display settings (1/2) by Chilun · 6 years ago