1. 75157d7 Introduce process configuration to WindowProcessController by Yunfan Chen · 6 years ago
  2. e746fb1 Merge "Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n)" by Wale Ogunwale · 6 years ago
  3. 5378374 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  4. e5bd354 Merge "Make sure to add default display before others" by Andrii Kulian · 6 years ago
  5. c543add Make sure to add default display before others by Andrii Kulian · 6 years ago
  6. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  7. bf6977c Merge "Let ActivityStacks inherit windowing mode from parent" by Evan Rosky · 6 years ago
  8. 1047574 Let ActivityStacks inherit windowing mode from parent by Evan Rosky · 6 years ago
  9. c85b1a3 Find task on preferred display first by Louis Chang · 6 years ago
  10. 86cb7de Simplify getting top display focused stack by Riddle Hsu · 6 years ago
  11. 7d0037c Finish non-standard activity type when display removed by Louis Chang · 6 years ago
  12. 201bc0c Log various information about non-foreground activity starts by Michal Karpinski · 6 years ago
  13. b71e3ea Merge "Update focused app when adjusting focus to next stack" by TreeHugger Robot · 6 years ago
  14. 3026e8d Update focused app when adjusting focus to next stack by Riddle Hsu · 6 years ago
  15. e643910 Expose method to clear all visible recent tasks by Winson Chung · 6 years ago
  16. 1c32a58 Merge "Enable window-mode propagation to tasks." by Evan Rosky · 6 years ago
  17. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  18. 008163e Moved AppWarnings handling to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  19. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  20. 9ba524e Enable window-mode propagation to tasks. by Evan Rosky · 7 years ago
  21. cf8c852 Merge "Add some compatibility support for resizing." by TreeHugger Robot · 6 years ago
  22. 24a683e Merge "Ensure not to kill process when there's non-killable activity" by Yunfan Chen · 6 years ago
  23. 2746ab5 Add some compatibility support for resizing. by Garfield Tan · 6 years ago
  24. afc1583 Ensure not to kill process when there's non-killable activity by Yunfan Chen · 6 years ago
  25. 0f34175 Merge "Support non-standard activity type on secondary display" by TreeHugger Robot · 6 years ago
  26. 6322c42 Support non-standard activity type on secondary display by Louis Chang · 6 years ago
  27. 29d19dd Merge changes from topic "per-display_focus_am" by Andrii Kulian · 6 years ago
  28. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  29. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  30. 468b7c0 Fix display id would be ignored if app been launched from pending activity queue. by wilsonshih · 6 years ago
  31. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  32. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  33. 226d11f Merge "Defer stop for all activities becoming invisible" into pi-dev am: fd77e69f28 by Jorim Jaggi · 6 years ago
  34. fd77e69 Merge "Defer stop for all activities becoming invisible" into pi-dev by Jorim Jaggi · 6 years ago
  35. 5db9ae4 Defer stop for all activities becoming invisible by Jorim Jaggi · 6 years ago
  36. 1248d0d Merge "Introduced WindowProcessController/Listener (10/n)" by TreeHugger Robot · 6 years ago
  37. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  38. ae4a49a Merge "Skip updating stack config if it is detached from a display" into pi-dev am: 3a09ade4d1 by Andrii Kulian · 6 years ago
  39. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  40. acda839 Merge "Prevent NPEs when no focusable stack." by Ming-Shin Lu · 6 years ago
  41. f6c4a98 Prevent NPEs when no focusable stack. by lumark · 6 years ago
  42. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  43. 5fa8a8c Switched ActivityStack.mService to ActivityTaskManagerService (7/n) by Wale Ogunwale · 6 years ago
  44. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  45. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  46. 16e505a Moved mRecentTasks to ActivityManagerTaskService (4/n) by Wale Ogunwale · 6 years ago
  47. 2f0d73c Skip updating stack config if it is detached from a display by Andrii Kulian · 6 years ago
  48. 6767eae Split internal interface activities from current AM interface (3/n) by Wale Ogunwale · 6 years ago
  49. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  50. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  51. f0e2c8b Merge "Defer client visibility update when calculating new config" into pi-dev by Andrii Kulian · 6 years ago
  52. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  53. 15036ca Update the task stack state when resizing the tasks after the PiP animation by Winson Chung · 6 years ago
  54. 6cdcfe4 Force-update the orientation of before sending to client by Andrii Kulian · 6 years ago
  55. f4479ee Update visibility and config at the same time by Andrii Kulian · 6 years ago
  56. c2ea364 Added display null check to ActivityStackSupervisor.getNextFocusableStackLocked by Wale Ogunwale · 6 years ago
  57. de8305a Track launch time per windowingMode by Jorim Jaggi · 6 years ago
  58. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  59. 92a3397 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev by TreeHugger Robot · 6 years ago
  60. c8e4fad Make android:cantSaveState an optional feature. by Dianne Hackborn · 6 years ago
  61. eac8a05 Merge "Propagate calling UID to AM from LauncherApps" into pi-dev by Makoto Onuki · 6 years ago
  62. 2d66433 Merge "Choose a matching record in split-screen stack" into pi-dev by Andrii Kulian · 6 years ago
  63. 3e80b60 PIP: Partial fix to wrong insets during bounds animation by Adrian Roos · 6 years ago
  64. ec7d4c4 Choose a matching record in split-screen stack by Andrii Kulian · 6 years ago
  65. 1a34274 Propagate calling UID to AM from LauncherApps by Makoto Onuki · 6 years ago
  66. 8691896 Don't allow non-showOnLock activity to be next on finish. by Bryce Lee · 6 years ago
  67. 00f4a4b Merge "Consider lock state when determining next activity to become visible." into pi-dev by Bryce Lee · 6 years ago
  68. c961e0a Consider lock state when determining next activity to become visible. by Bryce Lee · 6 years ago
  69. a6d6aab Defer resizing invisible stacks while drag resizing by Adrian Roos · 6 years ago
  70. 216b50a Merge "Remove temporary logging." into pi-dev by Bryce Lee · 6 years ago
  71. c00ea71 Skip cross-user/profile check for start activity pending intents. by Makoto Onuki · 6 years ago
  72. 1d0d514 Remove temporary logging. by Bryce Lee · 6 years ago
  73. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  74. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  75. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  76. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  77. cb331c3 Merge "Fixes non-web AIA internal launch" into pi-dev by TreeHugger Robot · 6 years ago
  78. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  79. c2def58 Copy ApplicationInfo#versionCode field by Patrick Baumann · 6 years ago
  80. 8cc92ac6 Prevent exception when stack being removed on crash by Andrii Kulian · 6 years ago
  81. 47a65c7 Hide activities when AOD comes in by Lucas Dupin · 7 years ago
  82. 32ca41d Merge "Remove am/wm.proto which is redundant. The naming convention is defined in core/proto/README.md" into pi-dev by TreeHugger Robot · 6 years ago
  83. 4bc5ba3 Ignore non-existent displays in #topRunningActivityLocked. by Bryce Lee · 6 years ago
  84. c4bb25c Merge "Add unit test for ActivityStackSupervisor#testApplySleepTokensLocked." into pi-dev by Bryce Lee · 6 years ago
  85. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  86. 459c062 Add unit test for ActivityStackSupervisor#testApplySleepTokensLocked. by Bryce Lee · 6 years ago
  87. 22ab2b9 Merge changes I72119772,I124e4cc0,I462d4dfc into pi-dev by Chavi Weingarten · 6 years ago
  88. 0d562bf Revert "Set options on startingActivity instead of topActivity" by chaviw · 6 years ago
  89. 17696de Don't allow focus on activity in minimized split-screen. by Wale Ogunwale · 6 years ago
  90. d723623 Merge "Set options on startingActivity instead of topActivity" into pi-dev by Chavi Weingarten · 6 years ago
  91. ee6f81b Set options on startingActivity instead of topActivity by chaviw · 6 years ago
  92. b3b73f2 Allow for activities to resumed if keyguard is occluded. by Bryce Lee · 6 years ago
  93. d939cf0 Use isKeyguardLocked to determine whether to resume. by Bryce Lee · 6 years ago
  94. e1f68ce Fixed issue with focusing on minimized split-screen stack by Wale Ogunwale · 6 years ago
  95. 27e49452 Merge "Couple mResumedActivity to Activity lifecycle." into pi-dev by Bryce Lee · 7 years ago
  96. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 7 years ago
  97. 45477b5 Fix issue with where display is removed while creating it in AM and WM by Wale Ogunwale · 7 years ago
  98. b0f993f Address destroying activities multiple times. by Bryce Lee · 7 years ago
  99. 2b30f32 Rename dumpsys protos to make platform proto names consistent. by Yi Jin · 7 years ago
  100. c167427 1/ Fixing docked task animation when entering split screen from home by Winson Chung · 7 years ago