1. 6f6ca49 Merge changes I4c122bf5,Ib39200ac by Issei Suzuki · 4 years, 8 months ago
  2. dfbeed7 Attempt to break down reset task codepath (71/n) by Wale Ogunwale · 4 years, 8 months ago
  3. d4ee1cc Clean up visibility related flags in ActivityRecord by Issei Suzuki · 4 years, 9 months ago
  4. 17c3634 Merge "Clean up visibility related flags in ActivityRecord" by Issei Suzuki · 4 years, 8 months ago
  5. 7a8889a Remove Task#numFullscreen & ActivityRecord#sendingToBottom/remove (70/n) by Wale Ogunwale · 4 years, 8 months ago
  6. 1669ea4 Clean up visibility related flags in ActivityRecord by Issei Suzuki · 4 years, 9 months ago
  7. 21e0648 Rename getTopActivity to getTopNonFinishingActivity (69/n) by Wale Ogunwale · 4 years, 8 months ago
  8. 7021370 Remove some hard-coded fullscreen-specific hierarchy logic by Evan Rosky · 4 years, 9 months ago
  9. eb63006 Merge "Merge TaskStack and ActivityStack into one class (68/n)" by Louis Chang · 4 years, 8 months ago
  10. 430a111 Revert "Clean up visibility related flags in ActivityRecord" by Issei Suzuki · 4 years, 8 months ago
  11. e63eac7 Revert "Clean up visibility related flags in ActivityRecord" by Issei Suzuki · 4 years, 8 months ago
  12. dc07727 Merge TaskStack and ActivityStack into one class (68/n) by Louis Chang · 4 years, 9 months ago
  13. 2c6c204 Merge "Save pinned stack bounds when there is no reparenting" by TreeHugger Robot · 4 years, 8 months ago
  14. c0edbbb Clean up visibility related flags in ActivityRecord by Issei Suzuki · 4 years, 9 months ago
  15. 7d0c2c0 Save pinned stack bounds when there is no reparenting by Hongwei Wang · 4 years, 9 months ago
  16. cf0d2ae Clean up visibility related flags in WindowToken by Issei Suzuki · 4 years, 9 months ago
  17. f8c7ced Clean up visibility related flags in ActivityRecord by Issei Suzuki · 4 years, 9 months ago
  18. cdec080 Merge Task and TaskRecord into one class (65/n) by Louis Chang · 4 years, 9 months ago
  19. bebd8cd Merge Stack level of window hierarchy (63/n) by Wale Ogunwale · 4 years, 9 months ago
  20. ec29dfe Merge changes Ia300624b,I1e9feb04 by Wale Ogunwale · 4 years, 9 months ago
  21. d41a725 Merge "Generalized AppWindowThumbnail as WindowContainerThumbnail" by TreeHugger Robot · 4 years, 9 months ago
  22. bc0032a Generalized AppWindowThumbnail as WindowContainerThumbnail by lumark · 4 years, 9 months ago
  23. c8bad94 Make TaskStack have type TaskRecord children (62/n) by Wale Ogunwale · 4 years, 9 months ago
  24. 8577a05 Removed Task.mStack (61/n) by Wale Ogunwale · 4 years, 9 months ago
  25. 2322bed Merge Task level of window hierarchy (58/n) by Wale Ogunwale · 4 years, 10 months ago
  26. ad287d0 Override getAnimationFrames in Task and TaskStack. by Issei Suzuki · 4 years, 9 months ago
  27. 19a5d2e Promote AppWindowToken.applyAnimationLocked() to the base class. by lumark · 4 years, 10 months ago
  28. 9bca6b4 Unify animation methods into new WindowContainer#isAnimating() by lumark · 4 years, 9 months ago
  29. c17418e Clean-up ActivityRecord reparenting/adding to Task (57/n) by Wale Ogunwale · 4 years, 10 months ago
  30. e8d84ab Merge AppWindowToken into ActivityRecord by Garfield Tan · 4 years, 10 months ago
  31. 23d2796 Stop skipping 2 methods in config changes by Garfield Tan · 4 years, 9 months ago
  32. 30f5923 Merge "Forwards onConfigurationChanged for PiP on reparenting" by Hongwei Wang · 4 years, 9 months ago
  33. 3198da4 Make Task have type ActivityRecord children (55/n) by Wale Ogunwale · 4 years, 10 months ago
  34. cd11aaa Forwards onConfigurationChanged for PiP on reparenting by Hongwei Wang · 4 years, 10 months ago
  35. 27c8d24 Merge "Fix mis-overridden of activity level unifying" by TreeHugger Robot · 4 years, 10 months ago
  36. 6b76cd3 Fix mis-overridden of activity level unifying by Riddle Hsu · 4 years, 10 months ago
  37. 4e79a1c Renamed some fields in TaskRecord (52/n) by Wale Ogunwale · 4 years, 10 months ago
  38. da8b827 Unify Activity level of window hierarchy (50/n). by Wale Ogunwale · 6 years ago
  39. d830283 Fix inverted condition of hierarchical animation by Riddle Hsu · 4 years, 10 months ago
  40. 8419e4b Internal cleanup of window manager by Riddle Hsu · 4 years, 10 months ago
  41. 7114215 Stop reparenting surfaces during app transtion animation. by Issei Suzuki · 5 years ago
  42. 8a1860a Unify WM test setup for system services (47/n) by Wale Ogunwale · 5 years ago
  43. 1ceedb5 Notify on task display change. by davidln · 5 years ago
  44. ed6794e Fix a bug about the z-order of layers caused by merging transactions by Tiger Huang · 5 years ago
  45. 4fb1e91 Clean-up some out-dated layout shenanigans by Evan Rosky · 5 years ago
  46. b677660 Report orientation change when visibility changes. by Garfield Tan · 5 years ago
  47. 0c0fd65 Merge "Update Task surface position when bounds are changed" by TreeHugger Robot · 5 years ago
  48. 5bfb2b7 Merge "Allow for different log levels on WM traces" by Nataniel Borges · 5 years ago
  49. 023ecb5 Allow for different log levels on WM traces by Nataniel Borges · 6 years ago
  50. 89f5c1d Update Task surface position when bounds are changed by Evan Rosky · 5 years ago
  51. 3a4bb61 Change to use ConfigurationContainer.onParentChanged by Riddle Hsu · 5 years ago
  52. 9020c07 Add task-id to the task-level surface by Evan Rosky · 6 years ago
  53. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  54. 90b0428 Move orientation request into hierarchy. by Garfield Tan · 6 years ago
  55. 3a77f28 Unregister configuration listener when remove container by Yunfan Chen · 6 years ago
  56. 0e7aff9 Remove TaskWindowContainerController & TaskWindowContainerListener (44/n) by Yunfan Chen · 6 years ago
  57. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  58. ed6767f Move policy handling into ATM hierarchy [2/n] by Evan Rosky · 6 years ago
  59. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  60. e86bd98 WM: Removes setSize from buffer-less surfaces by Vishnu Nair · 6 years ago
  61. 2f145f2 Consolidate onDisplayChange() and updateDisplayInfo() by Garfield Tan · 6 years ago
  62. e747c3e Move some display logic into hierarchy [2/2] by Evan Rosky · 6 years ago
  63. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago
  64. dec96db Not keep relative position if display changes. by Garfield Tan · 6 years ago
  65. 732446a Allow launcher to control home app surfaces during recents animation by Winson Chung · 6 years ago
  66. 7501e33 Update the size of SurfaceControl after display changed by Louis Chang · 6 years ago
  67. 8c9d1f5 Don't check for correct windowing mode when exiting drag resize. by chaviw · 6 years ago
  68. 553b021 Created WindowFrames class and moved data from PWM and WS by chaviw · 6 years ago
  69. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  70. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  71. 39179062 Animate home in separate layer by Jorim Jaggi · 6 years ago
  72. d41f71d Reparent recents animation task leash to app animation layer by Winson Chung · 6 years ago
  73. 87ca63a Don't animate dim layer exit when recents animation finishes. by chaviw · 6 years ago
  74. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  75. 50bf59c Allow controlling SystemUI flags during RecentsAnimation by Jorim Jaggi · 6 years ago
  76. 153dc9d Make the dump of the window hierarchy more readable by Jorim Jaggi · 6 years ago
  77. 2fb06bc Added animations to dim layers by chaviw · 7 years ago
  78. 04ab439 Add WindowContainer proto definitions by Vishnu Nair · 7 years ago
  79. e07246a Set stack size and position and update children surface position. by chaviw · 7 years ago
  80. 988f668 Lock free app animations (4/n): Implement thubmnail by Jorim Jaggi · 7 years ago
  81. f5f9e12 Lock free app animations (2/n): Use SurfaceAninimator by Jorim Jaggi · 7 years ago
  82. a5e1057 Lock free animations (2/2) by Jorim Jaggi · 7 years ago
  83. ffe128d Optimize surface hierarchy by Jorim Jaggi · 7 years ago
  84. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  85. f59b8dd Reimplement DimLayer's using hierarchy. by Robert Carr · 7 years ago
  86. b1579c8 Re-implement Z-ordering based off SurfaceControl hierarchy. by Robert Carr · 7 years ago
  87. 111aff9 Add window manager tracing by Adrian Roos · 7 years ago
  88. 64e77cf Correct stackstack typo by Matthew Ng · 7 years ago
  89. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  90. 6191149 Cache reference to stack objects we use a lot in WM. by Wale Ogunwale · 7 years ago
  91. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  92. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  93. 0d5609b Added WindowConfigurationProto and friends by Wale Ogunwale · 7 years ago
  94. 926aade Introducing split-screen windowing modes. by Wale Ogunwale · 7 years ago
  95. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  96. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  97. 3382ab1 Migrated some windowing methods from StackId to WindowConfiguration by Wale Ogunwale · 7 years ago
  98. af03df6 Update WindowManager to output dumpsys in protobuf format by Steven Timotius · 7 years ago
  99. e6c6ecb Fix snapshots for dialogs by Jorim Jaggi · 7 years ago
  100. be9be7f Move starting window dim layers behind the activity window layers by Winson Chung · 7 years ago