1. 7b766fd Add APIs to notify and restart activity in size compatibility mode by Riddle Hsu · 5 years ago
  2. 2ea06cd Merge "Report top resumed state only after previous activity lost it" by Andrii Kulian · 5 years ago
  3. e4f7a8e Merge "Remove meaningless parameter in IActivityTaskManager#setLockScreenShown" by Wei Sheng Shih · 5 years ago
  4. 86e70fc Report top resumed state only after previous activity lost it by Andrii Kulian · 5 years ago
  5. 177261f Remove meaningless parameter in IActivityTaskManager#setLockScreenShown by wilsonshih · 5 years ago
  6. f9aa304 Merge "Adds TaskInfo to some TaskChangeListener methods" by Mark Renouf · 5 years ago
  7. 0f1f043 Merge "Rename launching and going-to-sleep wake locks" by TreeHugger Robot · 5 years ago
  8. 91240ce Merge "Add annotation to the performance sensitive methods" by TreeHugger Robot · 5 years ago
  9. c598b2d Rename launching and going-to-sleep wake locks by Andrii Kulian · 5 years ago
  10. c808f06 Adds TaskInfo to some TaskChangeListener methods by Mark Renouf · 5 years ago
  11. 4753fa4 Merge "Don't lock WM when calling ActivityStackSupervisor.resolveIntent()" by TreeHugger Robot · 5 years ago
  12. a053643 Add annotation to the performance sensitive methods by Riddle Hsu · 5 years ago
  13. fe71582 Merge "Introduce a way to turn a fullscreen window into freeform" by TreeHugger Robot · 5 years ago
  14. d967af8 Introduce a way to turn a fullscreen window into freeform by Yunfan Chen · 6 years ago
  15. a6e408c Fix pip window doesn't shift with ime and shelf. by wilsonshih · 5 years ago
  16. 591bf61 Don't lock WM when calling ActivityStackSupervisor.resolveIntent() by Riddle Hsu · 5 years ago
  17. a6afa81 Merge "Push the device owner packageName from DPMS to ATMS instead of calling DPM.isDeviceOwnerApp()" by Michal Karpinski · 5 years ago
  18. 4026cae Push the device owner packageName from DPMS to ATMS by Michal Karpinski · 5 years ago
  19. adf522b Merge "Compatible behavior for non-resizable activity (1/N)" by TreeHugger Robot · 5 years ago
  20. 5c4cf52 Verify the pinned stack boundary when adjusting offset. by wilsonshih · 6 years ago
  21. 0a343c3 Compatible behavior for non-resizable activity (1/N) by Riddle Hsu · 6 years ago
  22. 85fa202 Allow VoiceInteractionManagerService to open voice and by Michal Karpinski · 5 years ago
  23. 9cbb20b Fix bugs for background activity starts from notifications by Michal Karpinski · 5 years ago
  24. 5bfb2b7 Merge "Allow for different log levels on WM traces" by Nataniel Borges · 5 years ago
  25. 023ecb5 Allow for different log levels on WM traces by Nataniel Borges · 6 years ago
  26. 302dcec Allow device owner app to start activities from background by Michal Karpinski · 5 years ago
  27. d7088f8 Update uid process state synchronously by Riddle Hsu · 5 years ago
  28. 1af8494 Merge "Add per-display RemoteAnimation overrides and flag to disable snapshots" by Evan Rosky · 6 years ago
  29. 966759f Add per-display RemoteAnimation overrides and flag to disable snapshots by Evan Rosky · 6 years ago
  30. cc88d7e Extend temporary whitelisting mechanism to support trampolines by Michal Karpinski · 6 years ago
  31. 1abc48f Merge "Clean up post in WM package" by Yunfan Chen · 6 years ago
  32. cafc706 Clean up post in WM package by Yunfan Chen · 6 years ago
  33. 0b4ab1f Add Task Root package info to UsageEvent by Michael Wachenschwanz · 6 years ago
  34. 84d9ebd Pass correct realCallingUid to startActivity() if provided by Michal Karpinski · 6 years ago
  35. 6103b33 Merge "Remove StackWindowController and StackWindowListener (46/n)" by Yunfan Chen · 6 years ago
  36. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  37. 0fe161d Schematize Display system properties by Kiyoung Kim · 6 years ago
  38. 9178eee Merge "Add inheritShowWhenLocked System API to activity." by Issei Suzuki · 6 years ago
  39. 74e1eb2 Add inheritShowWhenLocked System API to activity. by Issei Suzuki · 6 years ago
  40. fb922e9 Merge changes from topic "prediction_suggestion_services" by Winson Chung · 6 years ago
  41. 8455ba2 Historical app ops. by Svet Ganov · 6 years ago
  42. 3fb0f25 Initial commit of Content Suggestions (overview long press) Manager. by Winson Chung · 6 years ago
  43. 49096ef Merge "Fix NPE when running ActivityManagerServiceTest" by Charles Chen · 6 years ago
  44. 4ea8d61 Merge "Block activity starts from background when realCallingUid is a persistent system process and the start wasn't explicitly whitelisted by the sender" by Michal Karpinski · 6 years ago
  45. 8d98dd2 Fix NPE when running ActivityManagerServiceTest by Charles Chen · 6 years ago
  46. ac116df Block activity starts from background when realCallingUid is by Michal Karpinski · 6 years ago
  47. 9e737db Add support for singleTaskInstance displays by Wale Ogunwale · 6 years ago
  48. 60e88ec Merge "Add API to check if activity can be started on a display" by Andrii Kulian · 6 years ago
  49. 2eb84b2 Add API to check if activity can be started on a display by Andrii Kulian · 6 years ago
  50. 2ef71f7 Add secondary launcher mechanism (1/3) by Chilun · 6 years ago
  51. 6474e30 Merge "Move policy handling into ATM hierarchy [4/n]" by Evan Rosky · 6 years ago
  52. 1ac8446 Move policy handling into ATM hierarchy [4/n] by Evan Rosky · 6 years ago
  53. 03d1240 UsageStats tracking of screen usage. by Hui Yu · 6 years ago
  54. 1f1e6b4 Merge "Removed DisplayWindowController (43/n)." by TreeHugger Robot · 6 years ago
  55. 3a256e6 Removed DisplayWindowController (43/n). by Wale Ogunwale · 6 years ago
  56. a14aac8 Merge "Only layout surfaces if applicable when app is going away" by Jorim Jaggi · 6 years ago
  57. d075281 Only layout surfaces if applicable when app is going away by Jorim Jaggi · 6 years ago
  58. 3aab765 Merge "Fix Activity[Task]ManagerService proto dumping code" by TreeHugger Robot · 6 years ago
  59. 498e77e Fix Activity[Task]ManagerService proto dumping code by sanryhuang · 6 years ago
  60. c2ff6cf Use WindowProcessController configuration for process by Yunfan Chen · 6 years ago
  61. 2648555 Merge "Use non-singleton looper for activity task manager tests" by TreeHugger Robot · 6 years ago
  62. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  63. 7762547 Merge "wm: Add ActivityMetricsLaunchObserverRegistry" by TreeHugger Robot · 6 years ago
  64. c0b47e4 wm: Add ActivityMetricsLaunchObserverRegistry by Igor Murashkin · 6 years ago
  65. 4df6418 Merge "Add a test API to remove launch param records." by Garfield Tan · 6 years ago
  66. d93a6c4 Use non-singleton looper for activity task manager tests by Riddle Hsu · 6 years ago
  67. 958462f Merge "Add a setting for background activity starts enabled state and basic rules for enforcement" by Michal Karpinski · 6 years ago
  68. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  69. 0154863 Add a test API to remove launch param records. by Garfield Tan · 6 years ago
  70. 8596ded Add a setting for background activity starts enabled state by Michal Karpinski · 6 years ago
  71. f0ae428 Merge "Switch some objects in WmTest to use spyOn()" by TreeHugger Robot · 6 years ago
  72. b73f396 Switch some objects in WmTest to use spyOn() by Wale Ogunwale · 6 years ago
  73. c5abbd8 Move policy handling into ATM hierarchy [1/n] by Evan Rosky · 6 years ago
  74. 38f72bd Revert "Added mockito-extended support to WmTests." by Wale Ogunwale · 6 years ago
  75. 953fd22 Added mockito-extended support to WmTests. by Wale Ogunwale · 6 years ago
  76. 581cccd Merge "Implement launch bounds logic in Android (3/3)" by TreeHugger Robot · 6 years ago
  77. d27f6b3 Merge "Expose task id and activity component in task snapshot and assist structure" by Winson Chung · 6 years ago
  78. 891146c Implement launch bounds logic in Android (3/3) by Garfield Tan · 6 years ago
  79. 69f3998 Merge changes from topic "sharesheet-refactor" by Alison Cichowlas · 6 years ago
  80. 5a19fd4 Merge "Fix system crash in Atms.notifyKeyguardFlagsChanged." by TreeHugger Robot · 6 years ago
  81. 03faa14 Merge "Add dev option to force desktop mode" by Andrii Kulian · 6 years ago
  82. 48b2565 Expose task id and activity component in task snapshot and assist structure by Winson Chung · 6 years ago
  83. 3e34050 Re-patching in Sharesheet security model changes. by Alison Cichowlas · 6 years ago
  84. 52ea28e Fix system crash in Atms.notifyKeyguardFlagsChanged. by lumark · 6 years ago
  85. bc4afc4 Merge "Fix getDefaultDisplayHomeActivityForUser." by Martijn Coenen · 6 years ago
  86. 355ea85 Merge "Unify Activities and Windows under one lock (38/n)" by Wale Ogunwale · 6 years ago
  87. 38e1cb7 Merge changes from topic "wm_move_disp_to_hier_2" by Evan Rosky · 6 years ago
  88. 15cfb42 Add dev option to force desktop mode by Andrii Kulian · 6 years ago
  89. 2a5c839 Fix getDefaultDisplayHomeActivityForUser. by Martijn Coenen · 6 years ago
  90. 1f5e53d Unify Activities and Windows under one lock (38/n) by Wale Ogunwale · 6 years ago
  91. e747c3e Move some display logic into hierarchy [2/2] by Evan Rosky · 6 years ago
  92. e7903ea Support show KeyguardPresentation on all public displays. by wilsonshih · 6 years ago
  93. 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]
  94. 9df66fc Merge "Don't restore from recent task if not launching" by TreeHugger Robot · 6 years ago
  95. ae3c76d Merge "Each displays can have individual app transition." by TreeHugger Robot · 6 years ago
  96. 090ac6f Don't restore from recent task if not launching by Riddle Hsu · 6 years ago
  97. 588a3e8 Each displays can have individual app transition. by lumark · 6 years ago
  98. 89f43fc Start home activities for all displays on boot by Louis Chang · 6 years ago
  99. 387b34c Made a few ATMS methods public that can be accessed from AMS (35/n) by Wale Ogunwale · 6 years ago
  100. 27c48ae Removed references to ATMS.getLockTaskController() from AMS (34/n) by Wale Ogunwale · 6 years ago