1. 85fb19a Change Stack to have generic WindowContainer children (76/n) by Wale Ogunwale · 4 years, 8 months ago
  2. 5423cf0 Use a display ID that's really invalid. by Garfield Tan · 4 years, 8 months ago
  3. 2453d06 Unify Display level of window hierarchy (74/n) by Louis Chang · 4 years, 8 months ago
  4. a38654f Change Task to have generic WindowContainer children (73/n) by Wale Ogunwale · 4 years, 8 months ago
  5. a96aac6 Allow to resume activity when there are results. by wilsonshih · 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. 0177507 Separate and add more SizeCompat tests; add Display Builder by Evan Rosky · 4 years, 11 months ago
  9. 430a111 Revert "Clean up visibility related flags in ActivityRecord" by Issei Suzuki · 4 years, 9 months ago
  10. f8c7ced Clean up visibility related flags in ActivityRecord by Issei Suzuki · 4 years, 9 months ago
  11. cdec080 Merge Task and TaskRecord into one class (65/n) by Louis Chang · 4 years, 9 months ago
  12. bebd8cd Merge Stack level of window hierarchy (63/n) by Wale Ogunwale · 4 years, 9 months ago
  13. 2322bed Merge Task level of window hierarchy (58/n) by Wale Ogunwale · 4 years, 10 months ago
  14. 92d5b68 Merge "Return resume result in resumeFocusedStacksTopActivities" by Wei Sheng Shih · 4 years, 9 months ago
  15. 4c9824a Return resume result in resumeFocusedStacksTopActivities by wilsonshih · 4 years, 9 months ago
  16. 01c9769 Merge "Make the adjustment of stack consistent for finishing activity" by TreeHugger Robot · 4 years, 9 months ago
  17. c17418e Clean-up ActivityRecord reparenting/adding to Task (57/n) by Wale Ogunwale · 4 years, 10 months ago
  18. 72f084d Track rotation and original frame in sizecompat by Evan Rosky · 4 years, 11 months ago
  19. 780b5bb Launch SizeCompat Activities in a Window on Freeform Desktop Mode by Shivam Agrawal · 5 years ago
  20. cf92023 Make the adjustment of stack consistent for finishing activity by Riddle Hsu · 4 years, 10 months ago
  21. da8b827 Unify Activity level of window hierarchy (50/n). by Wale Ogunwale · 6 years ago
  22. 73f5357 Apply WindowTestRunner to more WM tests by Riddle Hsu · 4 years, 10 months ago
  23. d585219 Add wallpaper leash for remote and recents animations by Winson Chung · 5 years ago
  24. 2bef8ad Merge "Consolidate ActivityRecord#completeFinishing checking" by TreeHugger Robot · 4 years, 11 months ago
  25. 50b8154 Consolidate ActivityRecord#completeFinishing checking by lumark · 5 years ago
  26. 7b03ad9 Fix resumeWhilePausing not working by Louis Chang · 5 years ago
  27. 04fa9d9 Merge "Fix focused stack adjustment when finishing top activity" by TreeHugger Robot · 5 years ago
  28. 1e7ba58 Fix focused stack adjustment when finishing top activity by Riddle Hsu · 5 years ago
  29. 2da2d03 Add support to lock test method of WmTests by rule by Riddle Hsu · 5 years ago
  30. 149d9ad3 Update visibility of finishing activities by Andrii Kulian · 5 years ago
  31. 79d6798 Move activity-related methods to ActivityRecord by Andrii Kulian · 5 years ago
  32. 77ac387 Merge "Refactor ActivityRecord#finish* methods" by Andrii Kulian · 5 years ago
  33. 5572953 Improve some sizeCompatMode Tests by Evan Rosky · 5 years ago
  34. 7dd39bb Refactor ActivityRecord#finish* methods by Andrii Kulian · 5 years ago
  35. 83b8a6b Renamed some members of AppWindowToken (49/n) by Wale Ogunwale · 5 years ago
  36. 8a1860a Unify WM test setup for system services (47/n) by Wale Ogunwale · 5 years ago
  37. 057a651 Cleanup ActivityStack#requestFinishActivityLocked by Andrii Kulian · 5 years ago
  38. 06b8dcb Encapsulate savedState updates in ActivityRecord by Andrii Kulian · 5 years ago
  39. 8f4feaf Merge "Allow System ChooserActivity to start home activity" into qt-r1-dev am: 32cc706519 by Louis Chang · 5 years ago
  40. 6a9be16 Allow System ChooserActivity to start home activity by Louis Chang · 5 years ago
  41. eadb22f Set activity state to STARTED when making visible from STOPPED by Louis Chang · 5 years ago
  42. 3d119a9 Set activity state to PAUSED when making visible from STOPPING/STOPPED by Louis Chang · 5 years ago
  43. beadacc Revert "Override process config for cold start on secondary screens" by Andrii Kulian · 5 years ago
  44. ceef746 Override process config for cold start on secondary screens by Andrii Kulian · 5 years ago
  45. 346702a Don't take activity options that contain remote animation by Jorim Jaggi · 5 years ago
  46. 7482626 Resolve size compatibility bounds by original display attributes by Riddle Hsu · 5 years ago
  47. 61987bc Ensure consistency of screenHeightDp for non-resizable activity by Riddle Hsu · 5 years ago
  48. 9ad178510 Correct size compat mode condition of aspect ratio by Riddle Hsu · 5 years ago
  49. aec5544 Reset configuration of invisible size-compat activity if display changes by Riddle Hsu · 5 years ago
  50. 0416418 Don't involve decor inset into app bounds of fixed aspect ratio app by Riddle Hsu · 5 years ago
  51. 7b766fd Add APIs to notify and restart activity in size compatibility mode by Riddle Hsu · 5 years ago
  52. 2560c3b Don't put layout round and direction in override configuration by Riddle Hsu · 5 years ago
  53. 8ab8dac Remove opposite position of nav bar for short aspect ratio app by Riddle Hsu · 5 years ago
  54. 0a343c3 Compatible behavior for non-resizable activity (1/N) by Riddle Hsu · 6 years ago
  55. 0c869cc Never resume activities that are partially occluded by Andrii Kulian · 5 years ago
  56. 4026330 Verify config push to launchTaskBehind activities. by Garfield Tan · 5 years ago
  57. f219536 Fix deferring making activities active by Andrii Kulian · 5 years ago
  58. 6b32151 Multiple resumed activities by Andrii Kulian · 6 years ago
  59. 83a15de Merge "Revert "Multiple resumed activities"" by TreeHugger Robot · 6 years ago
  60. f2d3f74 Revert "Multiple resumed activities" by Andrii Kulian · 6 years ago
  61. 26058dc Merge "Multiple resumed activities" by Andrii Kulian · 6 years ago
  62. 5142d33 Merge "Update configuration to activiy after letterbox." by TreeHugger Robot · 6 years ago
  63. 36a69ad Update configuration to activiy after letterbox. by Garfield Tan · 6 years ago
  64. 976ca47 Remove createActivityTaskManagerService and setupActivityTaskManagerService by Wale Ogunwale · 6 years ago
  65. 5bca8b8 Multiple resumed activities by Andrii Kulian · 6 years ago
  66. 6103b33 Merge "Remove StackWindowController and StackWindowListener (46/n)" by Yunfan Chen · 6 years ago
  67. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  68. f6cc5c9 Add unit tests for resize relaunch. by Garfield Tan · 6 years ago
  69. 0443b37 Drop stale activity configuration updates. by Garfield Tan · 6 years ago
  70. 080d350 Merge "Remove AppWindowContainerController and AppWindowContainerListener (39/n)" by Yunfan Chen · 6 years ago
  71. 1ee84ea Remove AppWindowContainerController and AppWindowContainerListener (39/n) by Yunfan Chen · 6 years ago
  72. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  73. 7c610aa Let System UI show on external displays (1/3) by Tiger Huang · 6 years ago
  74. a7a6695 Switch to mockito-extended by Tadashi G. Takaoka · 6 years ago
  75. 38f72bd Revert "Added mockito-extended support to WmTests." by Wale Ogunwale · 6 years ago
  76. 953fd22 Added mockito-extended support to WmTests. by Wale Ogunwale · 6 years ago
  77. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago[Renamed (95%) from services/tests/wmtests/src/com/android/server/am/ActivityRecordTests.java]
  78. 74ccec2 Move ActivityManager tests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed (86%) from services/tests/servicestests/src/com/android/server/am/ActivityRecordTests.java]
  79. f2835df Make stacks without running activities being invisible by Louis Chang · 6 years ago
  80. 3d294e7 Revert "Move AM/WM unit tests out of FrameworksServicesTests to WmTests" by John Reck · 6 years ago[Renamed (98%) from services/tests/wmtests/src/com/android/server/am/ActivityRecordTests.java]
  81. 337db2d Move AM/WM unit tests out of FrameworksServicesTests to WmTests by Tadashi G. Takaoka · 6 years ago[Renamed (98%) from services/tests/servicestests/src/com/android/server/am/ActivityRecordTests.java]
  82. 81e4303 Merge "Support non-resizeable activities on secondary displays" by TreeHugger Robot · 6 years ago
  83. b70b36d Check preferred display for matching existing activity by Riddle Hsu · 6 years ago
  84. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  85. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  86. 6a6c4f1 Update tests for new focus tracking by Andrii Kulian · 6 years ago
  87. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  88. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  89. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  90. 82a0ba8 Clear all options from Task when any ActivityRecord consumes the options. by chaviw · 6 years ago
  91. 790c5d0 Merge "Ignore activity lifecycle requests without matching client records." into pi-dev by Bryce Lee · 6 years ago
  92. c940660 Ignore activity lifecycle requests without matching client records. by Bryce Lee · 6 years ago
  93. d939cf0 Use isKeyguardLocked to determine whether to resume. by Bryce Lee · 6 years ago
  94. b0f993f Address destroying activities multiple times. by Bryce Lee · 6 years ago
  95. 9055c1b Merge "Wait to pause activity if translucent activity is waiting." by Bryce Lee · 6 years ago
  96. a0fb8e0 Wait to pause activity if translucent activity is waiting. by Bryce Lee · 6 years ago
  97. 6ff1707 Do not always destroy activity when cleaning up. by Bryce Lee · 6 years ago
  98. 58b0948 Merge "Use post-execution state for lifecycle callback sequences" by Andrii Kulian · 6 years ago
  99. 9956d89 Use post-execution state for lifecycle callback sequences by Andrii Kulian · 6 years ago
  100. 102603e Revert "Always finish activity when moving to a destroyed state." by Bryce Lee · 6 years ago