1. 9de8f4b Merge "Support for setting stack windowing mode" by Winson Chung · 7 years ago
  2. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  3. 2a3cc46 Make ActivityStackSupervisor instrumentable for unit tests. by Bryce Lee · 7 years ago
  4. ee6786f Merge "moveTaskToBack also moves ActivityStack to back" by Evan Rosky · 7 years ago
  5. 9c44817 moveTaskToBack also moves ActivityStack to back by Evan Rosky · 7 years ago
  6. 2b07da8 Fixed logic issue with WC.supportsSplitScreenWindowingMode() by Wale Ogunwale · 7 years ago
  7. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  8. 9a5c188 Merge "5/Organize and make running tasks code more efficient" by Winson Chung · 7 years ago
  9. eb1a99e Merge "Add trim levels to writeToProto" by TreeHugger Robot · 7 years ago
  10. 61c9e5a 5/Organize and make running tasks code more efficient by Winson Chung · 7 years ago
  11. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  12. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  13. ff29069 Merge "Initial implementation of LaunchingBoundsController." by Bryce Lee · 7 years ago
  14. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  15. 7e1f5f5 Simplified ActivityStack.shouldBeVisible() by Wale Ogunwale · 7 years ago
  16. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago
  17. ab5de37 Made creation of multiple stacks more intentional. by Wale Ogunwale · 7 years ago
  18. a0f5b5e Cache reference to stack objects we use a lot in AM. by Wale Ogunwale · 7 years ago
  19. 5fa3975 4/Clean up use of hidden recent task flags by Winson Chung · 7 years ago
  20. fb44d21 3/Removing unnecessary filtering logic for recent tasks in SystemUI by Winson Chung · 7 years ago
  21. 1dbc811 1/Clean up RecentTasks list by Winson Chung · 7 years ago
  22. 9ad3eb3 Make LaunchingTaskPositioner stateless. by Bryce Lee · 7 years ago
  23. fd39b23 Merge "Initial tests for launch bounds." by Bryce Lee · 7 years ago
  24. 81e30a2 Initial tests for launch bounds. by Bryce Lee · 7 years ago
  25. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  26. 89be576 Removed sys-ui's use of static stack ids. by Wale Ogunwale · 7 years ago
  27. 388945c Changed to allow removal of remaining static stack ids from CTS. by Wale Ogunwale · 7 years ago
  28. ed33dcb Merge "Consolidate updating bounds in ActivityStarter." by Bryce Lee · 7 years ago
  29. 4e4a3ec Consolidate updating bounds in ActivityStarter. by Bryce Lee · 7 years ago
  30. cff3d13 Merge "Reduce synchronized lock scope." into oc-mr1-dev am: 9b6ef6a8f6 by Bryce Lee · 7 years ago
  31. 69ad818 Reduce synchronized lock scope. by Bryce Lee · 7 years ago
  32. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  33. 04a05ac Ability to getOrCreateStack by windowingMode/activityType in AM. by Wale Ogunwale · 7 years ago
  34. d1d9690 Merge "Use separate lock in UserController" by Fyodor Kupolov · 7 years ago
  35. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  36. 743f6c3 Merge "AM: fix bug in moveTaskToBackLocked due to LockTask" by Charles He · 7 years ago
  37. 72a3652 AM: fix bug in moveTaskToBackLocked due to LockTask by Charles He · 7 years ago
  38. 6833a07 Merge "Restrict when a window receives new Configurations." into oc-mr1-dev am: d71227355e by Bryce Lee · 7 years ago
  39. 2b17afd Restrict when a window receives new Configurations. by Bryce Lee · 7 years ago
  40. 9dcf946 Moved ActivityDisplay to its own class file. by Wale Ogunwale · 7 years ago
  41. 4346f0a Convert ActivityManager dumpsys to protobuf by Steven Timotius · 7 years ago
  42. 9282193 Merge "Handle showWhenLocked on secondary displays" into oc-mr1-dev by David Stevens · 7 years ago
  43. 67c036b Handle showWhenLocked on secondary displays by David Stevens · 7 years ago
  44. 78a6c4c Merge "Handle showWhenLocked on secondary displays" by David Stevens · 7 years ago
  45. cd85458 Merge "Do not stop paused activity when sleeping." into oc-mr1-dev am: af17d47351 by Bryce Lee · 7 years ago
  46. b138d03 Do not stop paused activity when sleeping. by Bryce Lee · 7 years ago
  47. 6a149f6 Update reference to top activity. by Bryce Lee · 7 years ago
  48. 53a39ea Handle showWhenLocked on secondary displays by David Stevens · 7 years ago
  49. 0362536 Update reference to top activity. by Bryce Lee · 7 years ago
  50. e200df0 Merge "Make sure top activity is stopped on sleep if paused." into oc-mr1-dev am: 8c8ae38eac by Bryce Lee · 7 years ago
  51. 5b21f52 Make sure top activity is stopped on sleep if paused. by Bryce Lee · 7 years ago
  52. ae1082f Merge "Revert "Make sure top activity is stopped on sleep if paused."" into oc-mr1-dev am: 8af60e4c0e by Bryce Lee · 7 years ago
  53. 8af60e4 Merge "Revert "Make sure top activity is stopped on sleep if paused."" into oc-mr1-dev by Bryce Lee · 7 years ago
  54. 8ec8842 Revert "Make sure top activity is stopped on sleep if paused." by Bryce Lee · 7 years ago
  55. 8eb0986 Merge "Make sure top activity is stopped on sleep if paused." into oc-mr1-dev am: f243b1f40b by Bryce Lee · 7 years ago
  56. f243b1f Merge "Make sure top activity is stopped on sleep if paused." into oc-mr1-dev by Bryce Lee · 7 years ago
  57. ad27490 Merge "Introducing split-screen windowing modes." by TreeHugger Robot · 7 years ago
  58. 926aade Introducing split-screen windowing modes. by Wale Ogunwale · 7 years ago
  59. 29bc1a0 Merge "Alternative fix for preventing PiP from screenshot sharing." into oc-mr1-dev am: 6d753c88d9 by Winson Chung · 7 years ago
  60. ed376a3 Alternative fix for preventing PiP from screenshot sharing. by Winson Chung · 7 years ago
  61. 01cffc2 Make sure top activity is stopped on sleep if paused. by Bryce Lee · 7 years ago
  62. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  63. 7e18c93 Merge "Don't defer client hidden if activity is already paused" by TreeHugger Robot · 7 years ago
  64. 08488a6 Don't defer client hidden if activity is already paused by Wale Ogunwale · 7 years ago
  65. 9840ea9 Merge "Do not consider overlays when finding task to reuse." into oc-mr1-dev am: 32b477db15 by Bryce Lee · 7 years ago
  66. 9f6affd Do not consider overlays when finding task to reuse. by Bryce Lee · 7 years ago
  67. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  68. d509c56 Merge "Always dump task with dumpsys activity activities" by TreeHugger Robot · 7 years ago
  69. 34a5b57 Always dump task with dumpsys activity activities by Wale Ogunwale · 7 years ago
  70. e7d2b85 Nuke everything obsoleted by task snapshots by Jorim Jaggi · 7 years ago
  71. fbedb22 Merge changes I36ec1bf3,Ic5f11074 into oc-mr1-dev am: 54f40fa1e6 am: 5b32ea3dec by Jorim Jaggi · 7 years ago
  72. 54f40fa Merge changes I36ec1bf3,Ic5f11074 into oc-mr1-dev by Jorim Jaggi · 7 years ago
  73. 75520d5 Use Keyguard orientation when unoccluding by Jorim Jaggi · 7 years ago
  74. 107cac6 Merge "Add API to disallow entering PiP when launching a new activity" into oc-mr1-dev am: 3ea1e3d57d by Winson Chung · 7 years ago
  75. 71a02b2 Merge changes I91673d51,I50bc9e06 by TreeHugger Robot · 7 years ago
  76. f7e03e1 Add API to disallow entering PiP when launching a new activity by Winson Chung · 7 years ago
  77. f75962a Generate stack override config in AM vs. WM by Wale Ogunwale · 7 years ago
  78. afb458f5 Merge "Refactor all lock task related methods into a new class" by Benjamin Franz · 7 years ago
  79. a83859f Refactor all lock task related methods into a new class by Benjamin Franz · 7 years ago
  80. 3382ab1 Migrated some windowing methods from StackId to WindowConfiguration by Wale Ogunwale · 7 years ago
  81. 6d904f4 Merge "Move PiP state check exception to the client side" into oc-mr1-dev am: 3a02835a02 by Winson Chung · 7 years ago
  82. 298f95b Move PiP state check exception to the client side by Winson Chung · 7 years ago
  83. f86b910 Merge "Fix activity manager timeout during shutdown" into oc-mr1-dev am: bc06e43c49 by David Stevens · 7 years ago
  84. 18abd0e Fix activity manager timeout during shutdown by David Stevens · 7 years ago
  85. 687b427 Introducing windowing mode in WindowConfiguration. by Wale Ogunwale · 7 years ago
  86. f62360c DO NOT MERGE Let external activities run when the primary display is off by David Stevens · 7 years ago
  87. 1583a4f Merge "Let external activities run when the primary display is off" by David Stevens · 7 years ago
  88. 9440dc8 Let external activities run when the primary display is off by David Stevens · 7 years ago
  89. 7ff3ff3 Merge "Switch WindowContainer to use ConfigurationContainer" by Wale Ogunwale · 7 years ago
  90. a58a7bf Merge "Bring home to front behind assistant stack when needed." into oc-dr1-dev by Bryce Lee · 7 years ago
  91. 43f2721 Bring home to front behind assistant stack when needed. by Bryce Lee · 7 years ago
  92. 8aa6f56 Merge "Start all visible running activities when attaching app" into oc-dr1-dev by Jorim Jaggi · 7 years ago
  93. ea039a8 Start all visible running activities when attaching app by Jorim Jaggi · 7 years ago
  94. 98d6231 Switch WindowContainer to use ConfigurationContainer by Wale Ogunwale · 7 years ago
  95. 3d820b3 Merge "Disregard closing activities when blocking previous activities." into oc-dr1-dev by Winson Chung · 7 years ago
  96. 94e82d9b0 DO NOT MERGE ActivityView be gone! by Andrii Kulian · 7 years ago
  97. 0315702 Disregard closing activities when blocking previous activities. by Winson Chung · 7 years ago
  98. 59a9668 Merge "Fixing some issues with the assistant stack" into oc-dr1-dev am: fbb85140f8 by Winson Chung · 7 years ago
  99. fbb8514 Merge "Fixing some issues with the assistant stack" into oc-dr1-dev by Winson Chung · 7 years ago
  100. 89e7bf8 Merge "Prevent non-fullscreen activities from triggering auto-enter PiP" into oc-dr1-dev am: d24ed58bc2 by Winson Chung · 7 years ago