1. dc07727 Merge TaskStack and ActivityStack into one class (68/n) by Louis Chang · 4 years, 9 months ago
  2. bebd8cd Merge Stack level of window hierarchy (63/n) by Wale Ogunwale · 4 years, 9 months ago
  3. 2322bed Merge Task level of window hierarchy (58/n) by Wale Ogunwale · 4 years, 10 months ago
  4. a733c79 Don't mock out TaskRecord & ActivityStack during test (56/n) by Wale Ogunwale · 4 years, 9 months ago
  5. e8d84ab Merge AppWindowToken into ActivityRecord by Garfield Tan · 4 years, 10 months ago
  6. 3198da4 Make Task have type ActivityRecord children (55/n) by Wale Ogunwale · 4 years, 10 months ago
  7. da8b827 Unify Activity level of window hierarchy (50/n). by Wale Ogunwale · 6 years ago
  8. 73f5357 Apply WindowTestRunner to more WM tests by Riddle Hsu · 4 years, 10 months ago
  9. 2da2d03 Add support to lock test method of WmTests by rule by Riddle Hsu · 5 years ago
  10. e3d37b5 Adopt upstream Mockito's solution to mem leak. by Garfield Tan · 5 years ago
  11. 8a1860a Unify WM test setup for system services (47/n) by Wale Ogunwale · 5 years ago
  12. 6472e0e Remove Handler for Syncing Config Changes by Shivam Agrawal · 5 years ago
  13. beadacc Revert "Override process config for cold start on secondary screens" by Andrii Kulian · 5 years ago
  14. ceef746 Override process config for cold start on secondary screens by Andrii Kulian · 5 years ago
  15. 51bc29e Fix IME window can't show on Simulated display by lumark · 5 years ago
  16. 9ff12ef WM: Cleanup TestAppWindowToken code and clean up mocktracker in teardown by Vishnu Nair · 5 years ago
  17. 5658951 Revert "WM: Cleanup TestAppWindowToken code and promote ZOrderingTests to non-flaky" by Vishnu Nair · 5 years ago
  18. 469dcbf WM: Cleanup TestAppWindowToken code and promote ZOrderingTests to non-flaky by Vishnu Nair · 5 years ago
  19. aab3d3d WM: Don't skip on parent changed when creating TestAppWindowToken by Vishnu Nair · 5 years ago
  20. e6e2b0f WM: Mock or stub SurfaceControl and Surface calls in wm unit tests by Vishnu Nair · 5 years ago
  21. 57d0347 Merge "Fix AppWindowTokenAnimationTests and add them to presubmit" by TreeHugger Robot · 5 years ago
  22. f77d53d Fix AppWindowTokenAnimationTests and add them to presubmit by Vishnu Nair · 5 years ago
  23. d7aa79a Per-test WindowManagerService instance by Tadashi G. Takaoka · 5 years ago
  24. 26835f0 Track and reset mock to avoid mem leaks. by Garfield Tan · 5 years ago
  25. 3a4bb61 Change to use ConfigurationContainer.onParentChanged by Riddle Hsu · 5 years ago
  26. 6bec0b4 Renamed WmServiceUtils.java to TestSystemServices.java by Wale Ogunwale · 6 years ago
  27. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  28. a606a29 Don't count toasts as visible windows by Michal Karpinski · 6 years ago
  29. a5f7c2c Cleanup pending Handler messages after test finished by Tadashi G. Takaoka · 6 years ago
  30. 5a108b8 Use singleton WindowManagerService for testing by Tadashi G. Takaoka · 6 years ago
  31. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  32. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  33. bf0d57b Move WindowManager tests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed (99%) from services/tests/servicestests/src/com/android/server/wm/WindowTestsBase.java]
  34. c32538e Support wallpaper on secondary displays.(2/N) by wilsonshih · 6 years ago
  35. f8bb120 Merge "Let IME target window per display." by TreeHugger Robot · 6 years ago
  36. ff0ab69 Let IME target window per display. by lumark · 6 years ago
  37. 8753ad3 Implement new API of external display settings (1/2) by Chilun · 6 years ago
  38. b6e148c Fix error prone build of WM tests in FrameworksServicesTests by Tadashi G. Takaoka · 6 years ago
  39. db485de Don't use WMS.mWindowMap to synchronize WM critical section (36/n) by Wale Ogunwale · 6 years ago
  40. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  41. f53da81 Support forced display properties on secondary display by Riddle Hsu · 6 years ago
  42. c98f682 Remove unnecessary assert helpers from WindowTestBase by Tadashi G. Takaoka · 6 years ago
  43. 3d294e7 Revert "Move AM/WM unit tests out of FrameworksServicesTests to WmTests" by John Reck · 6 years ago[Renamed from services/tests/wmtests/src/com/android/server/wm/WindowTestsBase.java]
  44. 337db2d Move AM/WM unit tests out of FrameworksServicesTests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed from services/tests/servicestests/src/com/android/server/wm/WindowTestsBase.java]
  45. 90120a8 Support IME Window to show in secondary display. by lumark · 6 years ago
  46. a4d6fa2 Get gravity of menu panel by display by Riddle Hsu · 6 years ago
  47. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  48. a297726 Replace setFinalCrop with temporary layer by Vishnu Nair · 6 years ago
  49. 3150dbf WM Tests: Use a separate WindowManager instance per test by Adrian Roos · 6 years ago
  50. 98a9d20 Add different animation for transitions with translucent apps by Jorim Jaggi · 6 years ago
  51. 97d2820 Synchronize all WindowTestsBase and WindowTestUtils methods. by chaviw · 6 years ago
  52. 578b6fe Catch and log exceptions from setup or teardown of WindowTestBase by chaviw · 6 years ago
  53. 76439d8 Merge "Fix wallpaper screenshot" into pi-dev by Chavi Weingarten · 6 years ago
  54. 0315a1a Fix wallpaper screenshot by chaviw · 6 years ago
  55. b28de1f Only set appToken.setCanTurnScreenOn to false if screen was turned on. by chaviw · 6 years ago
  56. 0db8364 Merge "Fixed bug with turnScreenOn window flag." by TreeHugger Robot · 6 years ago
  57. 4023466 Fixed bug with turnScreenOn window flag. by chaviw · 6 years ago
  58. f19cbe2 Restrict DisplayContent creation. by Bryce Lee · 6 years ago
  59. f20bd22 Fixed Dimmer test by chaviw · 6 years ago
  60. 2fb06bc Added animations to dim layers by chaviw · 7 years ago
  61. da0748d Fix NPE occured when null ClipData is passed to startDrag. by Daichi Hirono · 7 years ago
  62. 21c39a7 Lock free animations (1/2) by Jorim Jaggi · 7 years ago
  63. b1579c8 Re-implement Z-ordering based off SurfaceControl hierarchy. by Robert Carr · 7 years ago
  64. a559286 Make Session package private. by Bryce Lee · 7 years ago
  65. 771d5b4 Allow mocking package local stuff by Jorim Jaggi · 7 years ago
  66. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  67. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  68. 926aade Introducing split-screen windowing modes. by Wale Ogunwale · 7 years ago
  69. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  70. f75962a Generate stack override config in AM vs. WM by Wale Ogunwale · 7 years ago
  71. 687b427 Introducing windowing mode in WindowConfiguration. by Wale Ogunwale · 7 years ago
  72. 153badb Fix flaky tests by Jorim Jaggi · 7 years ago
  73. 027f475 Fixed exceptions during test tearDown by Wale Ogunwale · 7 years ago
  74. 11cc516 Reduce use of static variables in window manager unit tests by Wale Ogunwale · 7 years ago
  75. ed7993b Introduce android.anim thread in system_server by Jorim Jaggi · 7 years ago
  76. af691c0 Clean up activity/stack associations. by Bryce Lee · 7 years ago
  77. e259c2c Merge "Compute the focused window in display focus order" by David Stevens · 7 years ago
  78. 4693956 Compute the focused window in display focus order by David Stevens · 7 years ago
  79. 55ddf8f Added support for maxAspectRatio manifest attribute. by Wale Ogunwale · 7 years ago
  80. a359c98 Merge "Add API to disable snapshotting of activities" by Jorim Jaggi · 7 years ago
  81. 0fe7ce96 Add API to disable snapshotting of activities by Jorim Jaggi · 7 years ago
  82. 6272c7f Do not remove the default display during tests. by Bryce Lee · 7 years ago
  83. 6b9b130 Merge "Fix AppWindowTokenTests#testLandscapeSeascapeRotationByPolicy" by Bryce Lee · 7 years ago
  84. 310de9e Fix AppWindowTokenTests#testLandscapeSeascapeRotationByPolicy by Bryce Lee · 7 years ago
  85. 8e44f6c Revert "Have WM use token info. from IMMS to determine IME target window" by Wale Ogunwale · 7 years ago
  86. 7fbeb8a Remove mTask from AppWindowToken. by Bryce Lee · 7 years ago
  87. 6d41026 Clean up closing apps list when clearing anAppWindowToken's task. by Bryce Lee · 7 years ago
  88. dee1b3f Only adjust window layers from WindowLayerController by Robert Carr · 7 years ago
  89. daab865 Have WM use token info. from IMMS to determine IME target window by Wale Ogunwale · 7 years ago
  90. 3424795 Fixed issues with child windows been IME targets by Wale Ogunwale · 7 years ago
  91. 8347163 Create a new stack for the assistant activity. by Winson Chung · 8 years ago
  92. 17f175c Fixed failing WM pre-submit tests by Wale Ogunwale · 7 years ago
  93. 069bbd3 Removed android.R.attr#onTopLauncher by Wale Ogunwale · 7 years ago
  94. 5cd907d Alert Windows behavioral changes by Wale Ogunwale · 7 years ago
  95. ffc7b78 Merge "Reparent the activity in the task with associated window containers." by TreeHugger Robot · 7 years ago
  96. 3048004 Reparent the activity in the task with associated window containers. by Winson Chung · 7 years ago
  97. 367ff7f Fix shared dim layer not cleared when all users removed by Andrii Kulian · 7 years ago
  98. 1666e31 Added StackWindowContainerController by Wale Ogunwale · 8 years ago
  99. d339538 Remove dependency on resizable activity to enter PiP. by Winson Chung · 8 years ago
  100. 829b9cd Fill task snapshot with background color by Jorim Jaggi · 8 years ago