1. 819a6d6 Merge "Always review permissions before <M app is started the first time" by Philip P. Moltmann · 6 years ago
  2. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  3. 152623f Remove refs to BatteryStats in ProcessRecord by Bookatz · 6 years ago
  4. 5c27693 Merge "Change some initializations in am tests for ARC" by Kazuki Takise · 6 years ago
  5. c2e17bf Change some initializations in am tests for ARC by Kazuki Takise · 6 years ago
  6. 6a6c4f1 Update tests for new focus tracking by Andrii Kulian · 6 years ago
  7. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  8. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  9. 048e266 Defer always on top state when task gets maximized by Kazuki Takise · 6 years ago
  10. 20a65c4 Merge "Break direct calls to UserController object in AMS from activity classes (12/n)" by Wale Ogunwale · 6 years ago
  11. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  12. 8f54a7c Merge changes Ibae2de51,I1d6718d9 by Winson Chung · 6 years ago
  13. 3743d28 Prevent clobbering of activity options bundle when merging by Winson Chung · 6 years ago
  14. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  15. a21ec66 Merge "Add a unit test for verify IActivityTaskManager.resizeDockedStack." by Ming-Shin Lu · 6 years ago
  16. dd7b69d Merge "Position stack at top when always on top flag is set" by Kazuki Takise · 6 years ago
  17. 37e2952 Add a unit test for verify IActivityTaskManager.resizeDockedStack. by lumark · 6 years ago
  18. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  19. f85197b Position stack at top when always on top flag is set by Kazuki Takise · 6 years ago
  20. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  21. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  22. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  23. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  24. 16e505a Moved mRecentTasks to ActivityManagerTaskService (4/n) by Wale Ogunwale · 6 years ago
  25. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  26. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  27. b589744 Merge "Defer client visibility update when calculating new config" into pi-dev am: f0e2c8bdde by Andrii Kulian · 6 years ago
  28. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  29. d161294 Merge "Allow recents component to launch non-exported activities" into pi-dev am: 037834d557 by Winson Chung · 6 years ago
  30. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  31. c540562 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev am: 92a339736f by Bryce Lee · 6 years ago
  32. 92a3397 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev by TreeHugger Robot · 6 years ago
  33. 7e6e8c5 Merge "Added unit test for activity start interceptor" into pi-dev am: 0d66083f7c by Suprabh Shukla · 6 years ago
  34. 0d66083 Merge "Added unit test for activity start interceptor" into pi-dev by TreeHugger Robot · 6 years ago
  35. 2e536d1 Merge "Cancel any recents animation whenever a display's stack order changes" into pi-dev am: 0f3698c88a by Winson Chung · 6 years ago
  36. 0f7ec96 Cancel any recents animation whenever a display's stack order changes by Winson Chung · 6 years ago
  37. 125c771 Added unit test for activity start interceptor by Suprabh Shukla · 6 years ago
  38. 624ded5 Merge "Complete cleanup broadcast receivers of target user" by android-build-team Robot · 6 years ago
  39. 7fdd90a Complete cleanup broadcast receivers of target user by Riddle Hsu · 6 years ago
  40. 315c37d Merge "Choose a matching record in split-screen stack" into pi-dev am: 2d66433998 by Andrii Kulian · 6 years ago
  41. 2d66433 Merge "Choose a matching record in split-screen stack" into pi-dev by Andrii Kulian · 6 years ago
  42. ec7d4c4 Choose a matching record in split-screen stack by Andrii Kulian · 6 years ago
  43. 8691896 Don't allow non-showOnLock activity to be next on finish. by Bryce Lee · 6 years ago
  44. 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
  45. d4d44c7 Merge "Fix issue with recent task being replaced by task with another windowing mode" into pi-dev by TreeHugger Robot · 6 years ago
  46. 27f8188 Fix issue with recent task being replaced by task with another windowing mode by Winson Chung · 6 years ago
  47. 6ea79ca Merge "Do not reference TaskRecord's intent without checking for null." into pi-dev am: a16cc4215a by Bryce Lee · 6 years ago
  48. a16cc42 Merge "Do not reference TaskRecord's intent without checking for null." into pi-dev by Bryce Lee · 6 years ago
  49. 1a990e5 Do not reference TaskRecord's intent without checking for null. by Bryce Lee · 6 years ago
  50. aba16a1 Merge "Consider lock state when determining next activity to become visible." into pi-dev am: 00f4a4bc74 by Bryce Lee · 6 years ago
  51. c961e0a Consider lock state when determining next activity to become visible. by Bryce Lee · 6 years ago
  52. ca4ea18 Merge "Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked.""" into pi-dev am: f78b8ce258 by Jeff Sharkey · 6 years ago
  53. 9415b11a Merge "Revert "OP_GET_USAGE_STATS should be noted, not checked."" into pi-dev am: e0fe6df357 by Jeff Sharkey · 6 years ago
  54. d931119 Revert "Revert "OP_GET_USAGE_STATS should be noted, not checked."" by Jeff Sharkey · 6 years ago
  55. bd2a9a2 Revert "OP_GET_USAGE_STATS should be noted, not checked." by Jeff Sharkey · 6 years ago
  56. de1cacf Merge "OP_GET_USAGE_STATS should be noted, not checked." into pi-dev am: 64bbb2014e by Jeff Sharkey · 6 years ago
  57. 5a8bcd9 OP_GET_USAGE_STATS should be noted, not checked. by Jeff Sharkey · 6 years ago
  58. f9b895b Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev am: 6f14dc95cf by Bryce Lee · 6 years ago
  59. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  60. 2907037 Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev am: 90d388aebd by Bryce Lee · 6 years ago
  61. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  62. d57bc3d Merge "Properly remove activity from task on start failure." into pi-dev am: 65317bac02 by Bryce Lee · 6 years ago
  63. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  64. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  65. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  66. c6dec56 Merge "Fix regression in removing recent tasks by package name." into pi-dev am: d4a95a1689 by Winson Chung · 6 years ago
  67. d4a95a1 Merge "Fix regression in removing recent tasks by package name." into pi-dev by Winson Chung · 6 years ago
  68. 99720d4 Fix regression in removing recent tasks by package name. by Winson Chung · 6 years ago
  69. 0db3fd3 Merge "Fix regression in recent task list replacement" into pi-dev am: 330f2fb05d by Winson Chung · 6 years ago
  70. b766727 Fix regression in recent task list replacement by Winson Chung · 6 years ago
  71. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  72. 3155d33 Merge "Generalize the recents animation to work with non-home activity." into pi-dev am: 1b5a0deb81 by Winson Chung · 6 years ago
  73. 1b5a0de Merge "Generalize the recents animation to work with non-home activity." into pi-dev by Winson Chung · 6 years ago
  74. 01a7dfa Merge "Fix ActivityStartInterceptor tests" into pi-dev by TreeHugger Robot · 6 years ago
  75. acdfc1d Merge "Activity interceptor dialog for suspended apps" into pi-dev am: 822ce4f3aa by Suprabh Shukla · 6 years ago
  76. 27ffd82 Fix ActivityStartInterceptor tests by Ben Gruver · 6 years ago
  77. 822ce4f Merge "Activity interceptor dialog for suspended apps" into pi-dev by TreeHugger Robot · 6 years ago
  78. 3e2980e Generalize the recents animation to work with non-home activity. by Winson Chung · 6 years ago
  79. 3c3af14 Activity interceptor dialog for suspended apps by Suprabh Shukla · 6 years ago
  80. 0f6714e Merge "Fix app switch regression" into pi-dev am: 1ecd7aa188 am: 13a6f0af5c by Winson Chung · 6 years ago
  81. 02740e1 Merge "WM Tests: Use a separate WindowManager instance per test" into pi-dev am: 71c632367a by Adrian Roos · 6 years ago
  82. 1ecd7aa Merge "Fix app switch regression" into pi-dev by Winson Chung · 6 years ago
  83. 71c6323 Merge "WM Tests: Use a separate WindowManager instance per test" into pi-dev by TreeHugger Robot · 6 years ago
  84. 84be5ac Merge "Prevent exception when stack being removed on crash" into pi-dev am: 6acf543681 by Andrii Kulian · 6 years ago
  85. 8e50da2 Prevent unnecessary reordering of the home stack am: 6a38fca2d8 am: 40fb4a289a by Winson Chung · 6 years ago
  86. 6acf543 Merge "Prevent exception when stack being removed on crash" into pi-dev by Andrii Kulian · 6 years ago
  87. 40fb4a2 Prevent unnecessary reordering of the home stack am: 6a38fca2d8 by Winson Chung · 6 years ago
  88. a05b6b0 Fix app switch regression by Winson Chung · 6 years ago
  89. 5fa07c0 Merge changes from topic "fw_quickstep_update" into pi-dev by TreeHugger Robot · 6 years ago
  90. 8cc92ac6 Prevent exception when stack being removed on crash by Andrii Kulian · 6 years ago
  91. 4753f37 Merge "Fix issue #77230164: Add app op to control foreground services" into pi-dev am: 21306849e6 by Dianne Hackborn · 6 years ago
  92. e9d9b4b Fix issue #77230164: Add app op to control foreground services by Dianne Hackborn · 6 years ago
  93. 6a38fca Prevent unnecessary reordering of the home stack by Winson Chung · 6 years ago
  94. 3150dbf WM Tests: Use a separate WindowManager instance per test by Adrian Roos · 6 years ago
  95. 4ea9619 Merge "Merge "Hide activities when AOD comes in" into pi-dev am: 11866a4242" into pi-dev-plus-aosp by Lucas Dupin · 6 years ago
  96. 11866a4 Merge "Hide activities when AOD comes in" into pi-dev by TreeHugger Robot · 6 years ago
  97. 40eca65 Merge "Work on issue #74404949: Screen state usage API" into pi-dev am: 00f3c4333e by Dianne Hackborn · 6 years ago
  98. 00f3c43 Merge "Work on issue #74404949: Screen state usage API" into pi-dev by Dianne Hackborn · 6 years ago
  99. ced5439 Work on issue #74404949: Screen state usage API by Dianne Hackborn · 6 years ago
  100. 47a65c7 Hide activities when AOD comes in by Lucas Dupin · 6 years ago