1. bf6977c Merge "Let ActivityStacks inherit windowing mode from parent" by Evan Rosky · 6 years ago
  2. 1047574 Let ActivityStacks inherit windowing mode from parent by Evan Rosky · 6 years ago
  3. c85b1a3 Find task on preferred display first by Louis Chang · 6 years ago
  4. 86cb7de Simplify getting top display focused stack by Riddle Hsu · 6 years ago
  5. 0a83cf2 Merge "Resolve race condition in TaskStackChangedListenerTest" by Kazuki Takise · 6 years ago
  6. 9a0be72 Resolve race condition in TaskStackChangedListenerTest by Kazuki Takise · 6 years ago
  7. 9d1e5cd Merge "Migrate frameworks/base/services/tests/servicestests to androidx.test" by TreeHugger Robot · 6 years ago
  8. 32a8335 Merge "Prevent reiterating over same stack tasks when calculating running tasks" by TreeHugger Robot · 6 years ago
  9. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  10. d219960 Prevent reiterating over same stack tasks when calculating running tasks by Winson Chung · 6 years ago
  11. 201bc0c Log various information about non-foreground activity starts by Michal Karpinski · 6 years ago
  12. e4c7d37 Merge "Expose method to clear all visible recent tasks" by Winson Chung · 6 years ago
  13. e643910 Expose method to clear all visible recent tasks by Winson Chung · 6 years ago
  14. f3e7b96 Merge "Move display order of focused stack to top when updating focus" by TreeHugger Robot · 6 years ago
  15. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  16. 57831b5 Move display order of focused stack to top when updating focus by Riddle Hsu · 6 years ago
  17. 590c716 Merge "Moved URI grants code out of ActivityManagerService to its own service (13/n)" by Wale Ogunwale · 6 years ago
  18. 819a6d6 Merge "Always review permissions before <M app is started the first time" by Philip P. Moltmann · 6 years ago
  19. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  20. 6d50dcc Moved URI grants code out of ActivityManagerService to its own service (13/n) by Wale Ogunwale · 6 years ago
  21. 152623f Remove refs to BatteryStats in ProcessRecord by Bookatz · 6 years ago
  22. 5c27693 Merge "Change some initializations in am tests for ARC" by Kazuki Takise · 6 years ago
  23. c2e17bf Change some initializations in am tests for ARC by Kazuki Takise · 6 years ago
  24. 6a6c4f1 Update tests for new focus tracking by Andrii Kulian · 6 years ago
  25. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  26. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  27. 048e266 Defer always on top state when task gets maximized by Kazuki Takise · 6 years ago
  28. 20a65c4 Merge "Break direct calls to UserController object in AMS from activity classes (12/n)" by Wale Ogunwale · 6 years ago
  29. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  30. 8f54a7c Merge changes Ibae2de51,I1d6718d9 by Winson Chung · 6 years ago
  31. 3743d28 Prevent clobbering of activity options bundle when merging by Winson Chung · 6 years ago
  32. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  33. a21ec66 Merge "Add a unit test for verify IActivityTaskManager.resizeDockedStack." by Ming-Shin Lu · 6 years ago
  34. dd7b69d Merge "Position stack at top when always on top flag is set" by Kazuki Takise · 6 years ago
  35. 37e2952 Add a unit test for verify IActivityTaskManager.resizeDockedStack. by lumark · 6 years ago
  36. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  37. f85197b Position stack at top when always on top flag is set by Kazuki Takise · 6 years ago
  38. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  39. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  40. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  41. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  42. 16e505a Moved mRecentTasks to ActivityManagerTaskService (4/n) by Wale Ogunwale · 6 years ago
  43. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  44. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  45. b589744 Merge "Defer client visibility update when calculating new config" into pi-dev am: f0e2c8bdde by Andrii Kulian · 6 years ago
  46. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  47. d161294 Merge "Allow recents component to launch non-exported activities" into pi-dev am: 037834d557 by Winson Chung · 6 years ago
  48. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  49. c540562 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev am: 92a339736f by Bryce Lee · 6 years ago
  50. 92a3397 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev by TreeHugger Robot · 6 years ago
  51. 7e6e8c5 Merge "Added unit test for activity start interceptor" into pi-dev am: 0d66083f7c by Suprabh Shukla · 6 years ago
  52. 0d66083 Merge "Added unit test for activity start interceptor" into pi-dev by TreeHugger Robot · 6 years ago
  53. 2e536d1 Merge "Cancel any recents animation whenever a display's stack order changes" into pi-dev am: 0f3698c88a by Winson Chung · 6 years ago
  54. 0f7ec96 Cancel any recents animation whenever a display's stack order changes by Winson Chung · 6 years ago
  55. 125c771 Added unit test for activity start interceptor by Suprabh Shukla · 6 years ago
  56. 624ded5 Merge "Complete cleanup broadcast receivers of target user" by android-build-team Robot · 6 years ago
  57. 7fdd90a Complete cleanup broadcast receivers of target user by Riddle Hsu · 6 years ago
  58. 315c37d Merge "Choose a matching record in split-screen stack" into pi-dev am: 2d66433998 by Andrii Kulian · 6 years ago
  59. 2d66433 Merge "Choose a matching record in split-screen stack" into pi-dev by Andrii Kulian · 6 years ago
  60. ec7d4c4 Choose a matching record in split-screen stack by Andrii Kulian · 6 years ago
  61. 8691896 Don't allow non-showOnLock activity to be next on finish. by Bryce Lee · 6 years ago
  62. f9b5e8f Merge "Fix issue with recent task being replaced by task with another windowing mode" into pi-dev am: d4d44c7204 by Winson Chung · 6 years ago
  63. d4d44c7 Merge "Fix issue with recent task being replaced by task with another windowing mode" into pi-dev by TreeHugger Robot · 6 years ago
  64. 27f8188 Fix issue with recent task being replaced by task with another windowing mode by Winson Chung · 6 years ago
  65. 6ea79ca Merge "Do not reference TaskRecord's intent without checking for null." into pi-dev am: a16cc4215a by Bryce Lee · 6 years ago
  66. a16cc42 Merge "Do not reference TaskRecord's intent without checking for null." into pi-dev by Bryce Lee · 6 years ago
  67. 1a990e5 Do not reference TaskRecord's intent without checking for null. by Bryce Lee · 6 years ago
  68. aba16a1 Merge "Consider lock state when determining next activity to become visible." into pi-dev am: 00f4a4bc74 by Bryce Lee · 6 years ago
  69. c961e0a Consider lock state when determining next activity to become visible. by Bryce Lee · 6 years ago
  70. ca4ea18 Merge "Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked.""" into pi-dev am: f78b8ce258 by Jeff Sharkey · 6 years ago
  71. 9415b11a Merge "Revert "OP_GET_USAGE_STATS should be noted, not checked."" into pi-dev am: e0fe6df357 by Jeff Sharkey · 6 years ago
  72. d931119 Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked."" by Jeff Sharkey · 6 years ago
  73. bd2a9a2 Revert "OP_GET_USAGE_STATS should be noted, not checked." by Jeff Sharkey · 6 years ago
  74. de1cacf Merge "OP_GET_USAGE_STATS should be noted, not checked." into pi-dev am: 64bbb2014e by Jeff Sharkey · 6 years ago
  75. 5a8bcd9 OP_GET_USAGE_STATS should be noted, not checked. by Jeff Sharkey · 6 years ago
  76. f9b895b Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev am: 6f14dc95cf by Bryce Lee · 6 years ago
  77. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  78. 2907037 Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev am: 90d388aebd by Bryce Lee · 6 years ago
  79. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  80. d57bc3d Merge "Properly remove activity from task on start failure." into pi-dev am: 65317bac02 by Bryce Lee · 6 years ago
  81. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  82. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  83. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  84. c6dec56 Merge "Fix regression in removing recent tasks by package name." into pi-dev am: d4a95a1689 by Winson Chung · 6 years ago
  85. d4a95a1 Merge "Fix regression in removing recent tasks by package name." into pi-dev by Winson Chung · 6 years ago
  86. 99720d4 Fix regression in removing recent tasks by package name. by Winson Chung · 6 years ago
  87. 0db3fd3 Merge "Fix regression in recent task list replacement" into pi-dev am: 330f2fb05d by Winson Chung · 6 years ago
  88. b766727 Fix regression in recent task list replacement by Winson Chung · 6 years ago
  89. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  90. 3155d33 Merge "Generalize the recents animation to work with non-home activity." into pi-dev am: 1b5a0deb81 by Winson Chung · 6 years ago
  91. 1b5a0de Merge "Generalize the recents animation to work with non-home activity." into pi-dev by Winson Chung · 6 years ago
  92. 01a7dfa Merge "Fix ActivityStartInterceptor tests" into pi-dev by TreeHugger Robot · 6 years ago
  93. acdfc1d Merge "Activity interceptor dialog for suspended apps" into pi-dev am: 822ce4f3aa by Suprabh Shukla · 6 years ago
  94. 27ffd82 Fix ActivityStartInterceptor tests by Ben Gruver · 6 years ago
  95. 822ce4f Merge "Activity interceptor dialog for suspended apps" into pi-dev by TreeHugger Robot · 6 years ago
  96. 3e2980e Generalize the recents animation to work with non-home activity. by Winson Chung · 6 years ago
  97. 3c3af14 Activity interceptor dialog for suspended apps by Suprabh Shukla · 6 years ago
  98. 0f6714e Merge "Fix app switch regression" into pi-dev am: 1ecd7aa188 am: 13a6f0af5c by Winson Chung · 6 years ago
  99. 02740e1 Merge "WM Tests: Use a separate WindowManager instance per test" into pi-dev am: 71c632367a by Adrian Roos · 6 years ago
  100. 1ecd7aa Merge "Fix app switch regression" into pi-dev by Winson Chung · 6 years ago