1. 90b0428 Move orientation request into hierarchy. by Garfield Tan · 6 years ago
  2. 2ef71f7 Add secondary launcher mechanism (1/3) by Chilun · 6 years ago
  3. 917791e Add minAspectRatio by Adrian Roos · 6 years ago
  4. 26b2879 Merge "AM: Report launch state with activity launch info" by TreeHugger Robot · 6 years ago
  5. bb9ab4b AM: Report launch state with activity launch info by Vishnu Nair · 6 years ago
  6. e9509a3 Merge "Start home activities on displays that are empty" by TreeHugger Robot · 6 years ago
  7. 6474e30 Merge "Move policy handling into ATM hierarchy [4/n]" by Evan Rosky · 6 years ago
  8. 4154e26 Merge "Fix NPE when trying to access task before AppWindowToken attach to one" by TreeHugger Robot · 6 years ago
  9. 1ac8446 Move policy handling into ATM hierarchy [4/n] by Evan Rosky · 6 years ago
  10. b8f2dff Merge "UsageStats tracking of screen usage." by Hui Yu · 6 years ago
  11. 03d1240 UsageStats tracking of screen usage. by Hui Yu · 6 years ago
  12. 0e7aff9 Remove TaskWindowContainerController & TaskWindowContainerListener (44/n) by Yunfan Chen · 6 years ago
  13. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  14. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  15. 48c0ed08 Fix NPE when trying to access task before AppWindowToken attach to one by Yunfan Chen · 6 years ago
  16. a4418c7 Merge "Remove unnecessary TODO comments." by TreeHugger Robot · 6 years ago
  17. 454d334 Remove unnecessary TODO comments. by Yunfan Chen · 6 years ago
  18. ed6767f Move policy handling into ATM hierarchy [2/n] by Evan Rosky · 6 years ago
  19. dcdde95 Start home activities on displays that are empty by Louis Chang · 6 years ago
  20. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  21. 7762547 Merge "wm: Add ActivityMetricsLaunchObserverRegistry" by TreeHugger Robot · 6 years ago
  22. c0b47e4 wm: Add ActivityMetricsLaunchObserverRegistry by Igor Murashkin · 6 years ago
  23. d4ef301 Fix WM Tests Failures by Yunfan Chen · 6 years ago
  24. 080d350 Merge "Remove AppWindowContainerController and AppWindowContainerListener (39/n)" by Yunfan Chen · 6 years ago
  25. 1ee84ea Remove AppWindowContainerController and AppWindowContainerListener (39/n) by Yunfan Chen · 6 years ago
  26. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  27. 7c610aa Let System UI show on external displays (1/3) by Tiger Huang · 6 years ago
  28. 1498859 Merge "AM: Fix invalid hot launch app metrics seen with quickstep" by TreeHugger Robot · 6 years ago
  29. 9ba3165 AM: Fix invalid hot launch app metrics seen with quickstep by Vishnu Nair · 6 years ago
  30. 48b2565 Expose task id and activity component in task snapshot and assist structure by Winson Chung · 6 years ago
  31. 5950709 Moved Activity management out of ActivityManager to WindowManager (37/n) by Wale Ogunwale · 6 years ago[Renamed (98%) from services/core/java/com/android/server/am/ActivityRecord.java]
  32. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  33. cbc3b7a Merge "Adding support for cross-task hero transition" by TreeHugger Robot · 6 years ago
  34. ec39736 Merge "Fix unused new stack when bring existing activity to front" by TreeHugger Robot · 6 years ago
  35. d85bed5 Adding support for cross-task hero transition by Sunny Goyal · 6 years ago
  36. 6425836 Removed references to ActivityRecord and TaskRecord in AM (24/n) by Wale Ogunwale · 6 years ago
  37. 51cc98a Moved appNotResponding handling into ProcessRecord (23/n) by Wale Ogunwale · 6 years ago
  38. fd4a050 Fix unused new stack when bring existing activity to front by Riddle Hsu · 6 years ago
  39. 9887561 Moved some log config. to ActivityTaskManagerDebugConfig (21/n) by Wale Ogunwale · 6 years ago
  40. 342fbe9 Moved more stuff from AMS to ATMS (20/n) by Wale Ogunwale · 6 years ago
  41. 1944345 Move #moveFocusableActivityToTop() to ActivityRecord by Louis Chang · 6 years ago
  42. 427b75f Merge "Introduced ActivityServiceConnectionsHolder (18/n)" by TreeHugger Robot · 6 years ago
  43. c4e63a4 Introduced ActivityServiceConnectionsHolder (18/n) by Wale Ogunwale · 6 years ago
  44. 132ee83 AM: Use ActivityMetricsLogger to get app launch times by Vishnu Nair · 6 years ago
  45. e746fb1 Merge "Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n)" by Wale Ogunwale · 6 years ago
  46. 5378374 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  47. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  48. 059955f Workaround regression in multiwindow mode change callback by Winson Chung · 6 years ago
  49. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  50. 008163e Moved AppWarnings handling to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  51. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  52. cf8c852 Merge "Add some compatibility support for resizing." by TreeHugger Robot · 6 years ago
  53. 2746ab5 Add some compatibility support for resizing. by Garfield Tan · 6 years ago
  54. 6d50dcc Moved URI grants code out of ActivityManagerService to its own service (13/n) by Wale Ogunwale · 6 years ago
  55. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  56. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  57. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  58. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  59. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  60. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  61. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  62. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  63. 16e505a Moved mRecentTasks to ActivityManagerTaskService (4/n) by Wale Ogunwale · 6 years ago
  64. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  65. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  66. 47d9d98 Merge "Notify WM that app is delayed closing due to the possibility of PIP." into pi-dev by TreeHugger Robot · 6 years ago
  67. 4ad5491 Notify WM that app is delayed closing due to the possibility of PIP. by chaviw · 6 years ago
  68. f0e2c8b Merge "Defer client visibility update when calculating new config" into pi-dev by Andrii Kulian · 6 years ago
  69. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  70. 7d2d403 Merge "Don't "notifyAppStopping" when going to sleep." into pi-dev by TreeHugger Robot · 6 years ago
  71. 9e1bf7c Don't "notifyAppStopping" when going to sleep. by Robert Carr · 6 years ago
  72. a798833 Merge "Don't pause non-top activities when making visible" into pi-dev by Andrii Kulian · 6 years ago
  73. 09e1afa Don't pause non-top activities when making visible by Andrii Kulian · 6 years ago
  74. 24be34d WM: Make maxAspectRatio work with display cutouts by Adrian Roos · 6 years ago
  75. 30eab1f Added TestApi to ActivityInfo.isTranslucentOrFloating by Wale Ogunwale · 6 years ago
  76. bf67b4e Merge "Whitelist ResolveActivity for explicit instant intents" into pi-dev by TreeHugger Robot · 6 years ago
  77. 31426b2 Whitelist ResolveActivity for explicit instant intents by Patrick Baumann · 6 years ago
  78. 25a1d9d Merge "Fix issue with home activity started with standard activity type" into pi-dev by Winson Chung · 6 years ago
  79. 547afd2 Fix issue with home activity started with standard activity type by Winson Chung · 6 years ago
  80. de8305a Track launch time per windowingMode by Jorim Jaggi · 6 years ago
  81. 29daa92 Detach children when stopping app. by Robert Carr · 6 years ago
  82. 1d0d514 Remove temporary logging. by Bryce Lee · 6 years ago
  83. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  84. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  85. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  86. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  87. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  88. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  89. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  90. cff8f0f Use package manager stock flags to pull lib info by Philip P. Moltmann · 6 years ago
  91. 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
  92. ab76277 Merge "Don't add stopping apps in relaunch based on stopped flag." into pi-dev by Chavi Weingarten · 6 years ago
  93. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  94. e1fec42 Don't add stopping apps in relaunch based on stopped flag. by chaviw · 6 years ago
  95. 22ab2b9 Merge changes I72119772,I124e4cc0,I462d4dfc into pi-dev by Chavi Weingarten · 6 years ago
  96. 82a0ba8 Clear all options from Task when any ActivityRecord consumes the options. by chaviw · 6 years ago
  97. 17696de Don't allow focus on activity in minimized split-screen. by Wale Ogunwale · 6 years ago
  98. 790c5d0 Merge "Ignore activity lifecycle requests without matching client records." into pi-dev by Bryce Lee · 6 years ago
  99. c940660 Ignore activity lifecycle requests without matching client records. by Bryce Lee · 6 years ago
  100. d939cf0 Use isKeyguardLocked to determine whether to resume. by Bryce Lee · 6 years ago