1. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  2. 3aab765 Merge "Fix Activity[Task]ManagerService proto dumping code" by TreeHugger Robot · 6 years ago
  3. 498e77e Fix Activity[Task]ManagerService proto dumping code by sanryhuang · 6 years ago
  4. c2ff6cf Use WindowProcessController configuration for process by Yunfan Chen · 6 years ago
  5. 2648555 Merge "Use non-singleton looper for activity task manager tests" by TreeHugger Robot · 6 years ago
  6. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  7. 7762547 Merge "wm: Add ActivityMetricsLaunchObserverRegistry" by TreeHugger Robot · 6 years ago
  8. c0b47e4 wm: Add ActivityMetricsLaunchObserverRegistry by Igor Murashkin · 6 years ago
  9. 4df6418 Merge "Add a test API to remove launch param records." by Garfield Tan · 6 years ago
  10. d93a6c4 Use non-singleton looper for activity task manager tests by Riddle Hsu · 6 years ago
  11. 958462f Merge "Add a setting for background activity starts enabled state and basic rules for enforcement" by Michal Karpinski · 6 years ago
  12. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  13. 0154863 Add a test API to remove launch param records. by Garfield Tan · 6 years ago
  14. 8596ded Add a setting for background activity starts enabled state by Michal Karpinski · 6 years ago
  15. f0ae428 Merge "Switch some objects in WmTest to use spyOn()" by TreeHugger Robot · 6 years ago
  16. b73f396 Switch some objects in WmTest to use spyOn() by Wale Ogunwale · 6 years ago
  17. c5abbd8 Move policy handling into ATM hierarchy [1/n] by Evan Rosky · 6 years ago
  18. 38f72bd Revert "Added mockito-extended support to WmTests." by Wale Ogunwale · 6 years ago
  19. 953fd22 Added mockito-extended support to WmTests. by Wale Ogunwale · 6 years ago
  20. 581cccd Merge "Implement launch bounds logic in Android (3/3)" by TreeHugger Robot · 6 years ago
  21. d27f6b3 Merge "Expose task id and activity component in task snapshot and assist structure" by Winson Chung · 6 years ago
  22. 891146c Implement launch bounds logic in Android (3/3) by Garfield Tan · 6 years ago
  23. 69f3998 Merge changes from topic "sharesheet-refactor" by Alison Cichowlas · 6 years ago
  24. 5a19fd4 Merge "Fix system crash in Atms.notifyKeyguardFlagsChanged." by TreeHugger Robot · 6 years ago
  25. 03faa14 Merge "Add dev option to force desktop mode" by Andrii Kulian · 6 years ago
  26. 48b2565 Expose task id and activity component in task snapshot and assist structure by Winson Chung · 6 years ago
  27. 3e34050 Re-patching in Sharesheet security model changes. by Alison Cichowlas · 6 years ago
  28. 52ea28e Fix system crash in Atms.notifyKeyguardFlagsChanged. by lumark · 6 years ago
  29. bc4afc4 Merge "Fix getDefaultDisplayHomeActivityForUser." by Martijn Coenen · 6 years ago
  30. 355ea85 Merge "Unify Activities and Windows under one lock (38/n)" by Wale Ogunwale · 6 years ago
  31. 38e1cb7 Merge changes from topic "wm_move_disp_to_hier_2" by Evan Rosky · 6 years ago
  32. 15cfb42 Add dev option to force desktop mode by Andrii Kulian · 6 years ago
  33. 2a5c839 Fix getDefaultDisplayHomeActivityForUser. by Martijn Coenen · 6 years ago
  34. 1f5e53d Unify Activities and Windows under one lock (38/n) by Wale Ogunwale · 6 years ago
  35. e747c3e Move some display logic into hierarchy [2/2] by Evan Rosky · 6 years ago
  36. e7903ea Support show KeyguardPresentation on all public displays. by wilsonshih · 6 years ago
  37. 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/ActivityTaskManagerService.java]
  38. 9df66fc Merge "Don't restore from recent task if not launching" by TreeHugger Robot · 6 years ago
  39. ae3c76d Merge "Each displays can have individual app transition." by TreeHugger Robot · 6 years ago
  40. 090ac6f Don't restore from recent task if not launching by Riddle Hsu · 6 years ago
  41. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  42. 89f43fc Start home activities for all displays on boot by Louis Chang · 6 years ago
  43. 387b34c Made a few ATMS methods public that can be accessed from AMS (35/n) by Wale Ogunwale · 6 years ago
  44. 27c48ae Removed references to ATMS.getLockTaskController() from AMS (34/n) by Wale Ogunwale · 6 years ago
  45. d4d67d0 Removed references to ATMS.mHomeProcess and mPreviousProcess from AMS (33/n) by Wale Ogunwale · 6 years ago
  46. d7889f5 Removed references to ActivityTaskManagerService.getRecentTasks() from AMS (32/n) by Wale Ogunwale · 6 years ago
  47. e217229 Removed references to IActivityController from AMS (31/n) by Wale Ogunwale · 6 years ago
  48. 485c06f Merge "Let IME be aware of display override configuration updates" by Yunfan Chen · 6 years ago
  49. 92b7af3 Merge "Mirror pending temp whitelist from AMS to ATMS (30/n)" by TreeHugger Robot · 6 years ago
  50. f5231c8 Merge "Mirror active uids from AMS to ATMS (29/n)" by TreeHugger Robot · 6 years ago
  51. 9de1944 Mirror pending temp whitelist from AMS to ATMS (30/n) by Wale Ogunwale · 6 years ago
  52. bff2df4 Mirror active uids from AMS to ATMS (29/n) by Wale Ogunwale · 6 years ago
  53. 79b9606 Let IME be aware of display override configuration updates by Yunfan Chen · 6 years ago
  54. ee1da27 When finishing a heavy weight process, finish the activities in it. by Sudheer Shanka · 6 years ago
  55. 5c91870 Stopped starting and killing processes directly from ATMS (27/n) by Wale Ogunwale · 6 years ago
  56. 2ea36d4 Removed direct calls to AMS.broadcastIntentLocked from ATMS (26/n) by Wale Ogunwale · 6 years ago
  57. 9c10302 Removed references to ProcessRecord in ActivityStackSupervisor (25/n) by Wale Ogunwale · 6 years ago
  58. 6425836 Removed references to ActivityRecord and TaskRecord in AM (24/n) by Wale Ogunwale · 6 years ago
  59. 51cc98a Moved appNotResponding handling into ProcessRecord (23/n) by Wale Ogunwale · 6 years ago
  60. 31913b5 Removed AMS.mStackSuperivor (22/n) by Wale Ogunwale · 6 years ago
  61. 9887561 Moved some log config. to ActivityTaskManagerDebugConfig (21/n) by Wale Ogunwale · 6 years ago
  62. 342fbe9 Moved more stuff from AMS to ATMS (20/n) by Wale Ogunwale · 6 years ago
  63. 34fcc7a Update process config when global config changed by Yunfan Chen · 6 years ago
  64. 1944345 Move #moveFocusableActivityToTop() to ActivityRecord by Louis Chang · 6 years ago
  65. 214f348 Moved startHomeActivity methods from AMS to ATMS (19/n) by Wale Ogunwale · 6 years ago
  66. 427b75f Merge "Introduced ActivityServiceConnectionsHolder (18/n)" by TreeHugger Robot · 6 years ago
  67. bddeea8 Merge "Support launching home activity on secondary display" by Louis Chang · 6 years ago
  68. c4e63a4 Introduced ActivityServiceConnectionsHolder (18/n) by Wale Ogunwale · 6 years ago
  69. bd48dca Support launching home activity on secondary display by Louis Chang · 6 years ago
  70. 1e5b10a Track focus changes on external displays (2/4) by Tiger Huang · 6 years ago
  71. 4a1b3e2 Merge "Only abort activity options when failing to bring a task to front" by TreeHugger Robot · 6 years ago
  72. d024368 Only abort activity options when failing to bring a task to front by Winson Chung · 6 years ago
  73. ee6eca1 Introducing PendingIntentController (17/n) by Wale Ogunwale · 6 years ago
  74. 75157d7 Introduce process configuration to WindowProcessController by Yunfan Chen · 6 years ago
  75. e746fb1 Merge "Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n)" by Wale Ogunwale · 6 years ago
  76. 5378374 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  77. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  78. 1047574 Let ActivityStacks inherit windowing mode from parent by Evan Rosky · 6 years ago
  79. 4505b35 Cleaned-up imports to pass commit hook by Evan Rosky · 6 years ago
  80. 201bc0c Log various information about non-foreground activity starts by Michal Karpinski · 6 years ago
  81. b71e3ea Merge "Update focused app when adjusting focus to next stack" by TreeHugger Robot · 6 years ago
  82. 3026e8d Update focused app when adjusting focus to next stack by Riddle Hsu · 6 years ago
  83. c8280ca Merge "Bootstrap freeform external displays." by TreeHugger Robot · 6 years ago
  84. e4c7d37 Merge "Expose method to clear all visible recent tasks" by Winson Chung · 6 years ago
  85. e084604 Bootstrap freeform external displays. by Garfield Tan · 6 years ago
  86. e643910 Expose method to clear all visible recent tasks by Winson Chung · 6 years ago
  87. 11eedb6 Merge "Fix various crashes from a destroy-timeout activity" by TreeHugger Robot · 6 years ago
  88. 66b74a8 Fix various crashes from a destroy-timeout activity by Riddle Hsu · 6 years ago
  89. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  90. 008163e Moved AppWarnings handling to ActivityTaskManagerService (15/n) by Wale Ogunwale · 6 years ago
  91. 906f9c6 Moved input time out handling to ActivityTaskManagerService (14/n) by Wale Ogunwale · 6 years ago
  92. cf8c852 Merge "Add some compatibility support for resizing." by TreeHugger Robot · 6 years ago
  93. 2746ab5 Add some compatibility support for resizing. by Garfield Tan · 6 years ago
  94. 590c716 Merge "Moved URI grants code out of ActivityManagerService to its own service (13/n)" by Wale Ogunwale · 6 years ago
  95. 6d50dcc Moved URI grants code out of ActivityManagerService to its own service (13/n) by Wale Ogunwale · 6 years ago
  96. bd1a28f Atoms for ProcStats duration and pss metrics by Chenjie Yu · 6 years ago
  97. c51551d Merge "Removing supports for creating stack on display" by TreeHugger Robot · 6 years ago
  98. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  99. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  100. f379f80 Removing supports for creating stack on display by Louis Chang · 6 years ago