1. 60dba2f Ensure freeform windows always have a visible portion on screen by Evan Rosky · 5 years ago
  2. f9aa304 Merge "Adds TaskInfo to some TaskChangeListener methods" by Mark Renouf · 5 years ago
  3. c808f06 Adds TaskInfo to some TaskChangeListener methods by Mark Renouf · 5 years ago
  4. 88e3c873 Fix screen size configuration computing of task by Riddle Hsu · 5 years ago
  5. adf522b Merge "Compatible behavior for non-resizable activity (1/N)" by TreeHugger Robot · 5 years ago
  6. b1abb55 Adds displayId to android.app.TaskInfo by Mark Renouf · 5 years ago
  7. 0a343c3 Compatible behavior for non-resizable activity (1/N) by Riddle Hsu · 6 years ago
  8. 49dae10 Only letterbox when display never rotates for app. by Garfield Tan · 5 years ago
  9. 023ecb5 Allow for different log levels on WM traces by Nataniel Borges · 6 years ago
  10. 6b32151 Multiple resumed activities by Andrii Kulian · 6 years ago
  11. f2d3f74 Revert "Multiple resumed activities" by Andrii Kulian · 6 years ago
  12. 5bca8b8 Multiple resumed activities by Andrii Kulian · 6 years ago
  13. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  14. 130d94f Switch fullscreen policy to use top activity instead of root by Evan Rosky · 6 years ago
  15. 9fbf56ae Merge "Fix creating new activity instance when launching alias activity" by TreeHugger Robot · 6 years ago
  16. 23df1a6 Fix creating new activity instance when launching alias activity by Louis Chang · 6 years ago
  17. 49c6eb4 Merge "Add FULLSCREEN policies to task level" by Evan Rosky · 6 years ago
  18. 730f6e8 Add FULLSCREEN policies to task level by Evan Rosky · 6 years ago
  19. e8c2f38 Merge "Do not save the resolved target component in task intent" by TreeHugger Robot · 6 years ago
  20. 96c7b83 Do not save the resolved target component in task intent by Louis Chang · 6 years ago
  21. 347bd60 Move some logic of removeTask() into TaskRecord. by Garfield Tan · 6 years ago
  22. 020607d Fix ActivityManagerManifestLayoutTests#testMinimalSizeDocked. by Garfield Tan · 6 years ago
  23. 1ac8446 Move policy handling into ATM hierarchy [4/n] by Evan Rosky · 6 years ago
  24. 0e7aff9 Remove TaskWindowContainerController & TaskWindowContainerListener (44/n) by Yunfan Chen · 6 years ago
  25. dfe3da7 Move policy handling into ATM hierarchy [3/n] by Evan Rosky · 6 years ago
  26. ed6767f Move policy handling into ATM hierarchy [2/n] by Evan Rosky · 6 years ago
  27. 8b19de9 Renamed a few methods in ActivityRecord (42/n). by Wale Ogunwale · 6 years ago
  28. 080d350 Merge "Remove AppWindowContainerController and AppWindowContainerListener (39/n)" by Yunfan Chen · 6 years ago
  29. 1ee84ea Remove AppWindowContainerController and AppWindowContainerListener (39/n) by Yunfan Chen · 6 years ago
  30. d32da47 Remove root window hierarchy logic from ActivityStackSupervior (40/n) by Wale Ogunwale · 6 years ago
  31. c5abbd8 Move policy handling into ATM hierarchy [1/n] by Evan Rosky · 6 years ago
  32. 581cccd Merge "Implement launch bounds logic in Android (3/3)" by TreeHugger Robot · 6 years ago
  33. d27f6b3 Merge "Expose task id and activity component in task snapshot and assist structure" by Winson Chung · 6 years ago
  34. 891146c Implement launch bounds logic in Android (3/3) by Garfield Tan · 6 years ago
  35. 48b2565 Expose task id and activity component in task snapshot and assist structure by Winson Chung · 6 years ago
  36. 2f9acd2 Fix lost intent extra when starting activity from recents by Riddle Hsu · 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/TaskRecord.java]
  38. 9887561 Moved some log config. to ActivityTaskManagerDebugConfig (21/n) by Wale Ogunwale · 6 years ago
  39. 4a48a7f Use correct density to calculcate min dimen. by Garfield Tan · 6 years ago
  40. ee6eca1 Introducing PendingIntentController (17/n) by Wale Ogunwale · 6 years ago
  41. 1656713 Support non-resizeable activities on secondary displays by Riddle Hsu · 6 years ago
  42. 1c32a58 Merge "Enable window-mode propagation to tasks." by Evan Rosky · 6 years ago
  43. ab132ee Per-display resumed activities by Andrii Kulian · 6 years ago
  44. 9ba524e Enable window-mode propagation to tasks. by Evan Rosky · 7 years ago
  45. 6b6a71a Merge "Consolidate RecentTaskInfo and RunningTaskInfo into TaskInfo class" by Winson Chung · 6 years ago
  46. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  47. abfdcce Consolidate RecentTaskInfo and RunningTaskInfo into TaskInfo class by Winson Chung · 6 years ago
  48. 1612941 Merge "Reduce screen layout in task override configuration from its parent config" by TreeHugger Robot · 6 years ago
  49. 8b58016 Reduce screen layout in task override configuration from its parent config by Louis Chang · 6 years ago
  50. b915118 Preserve other windows during resize as well. by Garfield Tan · 6 years ago
  51. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  52. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  53. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  54. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  55. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  56. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  57. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  58. 80f80db Skip task overlay in calcuating task description by Winson Chung · 6 years ago
  59. fb699bc Merge "Use correct windowingMode when computing override config" into pi-dev by Evan Rosky · 6 years ago
  60. b0e3888 Use correct windowingMode when computing override config by Evan Rosky · 6 years ago
  61. 1a990e5 Do not reference TaskRecord's intent without checking for null. by Bryce Lee · 6 years ago
  62. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  63. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  64. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  65. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  66. 82a0ba8 Clear all options from Task when any ActivityRecord consumes the options. by chaviw · 6 years ago
  67. 27e49452 Merge "Couple mResumedActivity to Activity lifecycle." into pi-dev by Bryce Lee · 6 years ago
  68. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 6 years ago
  69. fbd263b4 Do not depend on task activities decrementing with finish. by Bryce Lee · 6 years ago
  70. b6d75f3 Ignore stopped state when becoming visible and ensuring configuration. by Wale Ogunwale · 6 years ago
  71. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 6 years ago
  72. fa9ed96 Fix mNoAnimActivities by Jorim Jaggi · 7 years ago
  73. dff7a73 Fix Recents regressions by Winson Chung · 7 years ago
  74. ec55eb0 Allow modifiers to specify windowing mode and preferred display. by Bryce Lee · 7 years ago
  75. 988f668 Lock free app animations (4/n): Implement thubmnail by Jorim Jaggi · 7 years ago
  76. f8f9e5d Merge "Restore bounds w/o adjusting it." by TreeHugger Robot · 7 years ago
  77. b850ea5 Fix some issues found in AM display tests by Andrii Kulian · 7 years ago
  78. 367b35a Restore bounds w/o adjusting it. by Garfield Tan · 7 years ago
  79. 1e74019 Allow additional tags when restoring TaskRecord. by Garfield Tan · 7 years ago
  80. 9b1efea Allow subclass of TaskRecord. by Garfield Tan · 7 years ago
  81. eb76b76 Move home stack behind top stack when split-screen is dismissed by Wale Ogunwale · 7 years ago
  82. 0ec2a35 Re-enable task trimming by Winson Chung · 7 years ago
  83. 03adf73 Merge "Only update the task description when the task/description changes" by TreeHugger Robot · 7 years ago
  84. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  85. 68a0633 Special handling of processes with recent tasks. by Dianne Hackborn · 7 years ago
  86. 8d9009e Only update the task description when the task/description changes by Winson Chung · 7 years ago
  87. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  88. d58d7b3 Inform WindowManager when Activity is reordered to front. by Bryce Lee · 7 years ago
  89. d37f28b Merge "Fix issues with TRON app transition logging" by Jorim Jaggi · 7 years ago
  90. 172e99f Fix issues with TRON app transition logging by Jorim Jaggi · 7 years ago
  91. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  92. 9a5c188 Merge "5/Organize and make running tasks code more efficient" by Winson Chung · 7 years ago
  93. eb1a99e Merge "Add trim levels to writeToProto" by TreeHugger Robot · 7 years ago
  94. 61c9e5a 5/Organize and make running tasks code more efficient by Winson Chung · 7 years ago
  95. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  96. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  97. ff29069 Merge "Initial implementation of LaunchingBoundsController." by Bryce Lee · 7 years ago
  98. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  99. 7e1f5f5 Simplified ActivityStack.shouldBeVisible() by Wale Ogunwale · 7 years ago
  100. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago