1. 367b35a Restore bounds w/o adjusting it. by Garfield Tan · 7 years ago
  2. daa91e4 Recycle ActivityStarter instances. by Bryce Lee · 7 years ago
  3. 9b1efea Allow subclass of TaskRecord. by Garfield Tan · 7 years ago
  4. 6798bc3 Merge "Enable outgoing emergency calls in LockTask mode." by TreeHugger Robot · 7 years ago
  5. 4c9a597 Provide start parameters via setters on ActivityStarter. by Bryce Lee · 7 years ago
  6. 858f132 Enable outgoing emergency calls in LockTask mode. by Charles He · 7 years ago
  7. 36f46a8 Merge "Don't send userLeaving hint when entering split-screen mode." by Wale Ogunwale · 7 years ago
  8. c59b4f6 Don't send userLeaving hint when entering split-screen mode. by Wale Ogunwale · 7 years ago
  9. d3624e1 Make ActivityStarter single use. by Bryce Lee · 7 years ago
  10. d62f965 Enable Recents activity in LockTask mode. by Charles He · 7 years ago
  11. cf9d7c4 Merge "Re-enable task trimming" by TreeHugger Robot · 7 years ago
  12. 0ec2a35 Re-enable task trimming by Winson Chung · 7 years ago
  13. b802ea1 Provide activity details for task layout in ActivityStarter. by Bryce Lee · 7 years ago
  14. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  15. e99bc05 WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into services by Adrian Roos · 7 years ago
  16. ba8f442 Get PackageManager on demand in ActivityStarter. by Bryce Lee · 7 years ago
  17. eaf2a4e Merge changes from topic "expose_methods" by Winson Chung · 7 years ago
  18. 9de8f4b Merge "Support for setting stack windowing mode" by Winson Chung · 7 years ago
  19. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  20. 93e7f79 Add tests to exercise ActivityStarter precondition failures. by Bryce Lee · 7 years ago
  21. 2a3cc46 Make ActivityStackSupervisor instrumentable for unit tests. by Bryce Lee · 7 years ago
  22. e210468 Move assist data receiver interface to accessible namespace by Winson Chung · 7 years ago
  23. 397967f Ensure that binders are unlinked from death recipients by Winson Chung · 7 years ago
  24. 60f493d Fix some voice interaction CTS due to regressions by Winson Chung · 7 years ago
  25. 11e7d7d Merge "AM: make LockTask truly multi-task-aware." by Charles He · 7 years ago
  26. 73f6b8a Merge "Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimary" by TreeHugger Robot · 7 years ago
  27. a17d0ac Merge "2/ Add API to start overview activity with assist callbacks" by Winson Chung · 7 years ago
  28. 941dcba Merge "1/ Refactor out logic to fetch assist data asynchronously" by Winson Chung · 7 years ago
  29. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  30. bf15587 Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimary by Matthew Ng · 7 years ago
  31. ec1ef09 2/ Add API to start overview activity with assist callbacks by Winson Chung · 7 years ago
  32. da2818f 1/ Refactor out logic to fetch assist data asynchronously by Winson Chung · 7 years ago
  33. a816273 Merge "Add source activity to values passed to LaunchingBoundsPositioner." by Bryce Lee · 7 years ago
  34. e4ad745 Add source activity to values passed to LaunchingBoundsPositioner. by Bryce Lee · 7 years ago
  35. ab57e18 Merge "DPM: introduce setLockTaskFeatures()." by Charles He · 7 years ago
  36. 3f0e59a Formalize recents component in the system by Winson Chung · 7 years ago
  37. 61c9e5a 5/Organize and make running tasks code more efficient by Winson Chung · 7 years ago
  38. 18d5159 Cleanup activity and task creation in unit tests. by Bryce Lee · 7 years ago
  39. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  40. ff29069 Merge "Initial implementation of LaunchingBoundsController." by Bryce Lee · 7 years ago
  41. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  42. 7e1f5f5 Simplified ActivityStack.shouldBeVisible() by Wale Ogunwale · 7 years ago
  43. e078db7 DPM: introduce setLockTaskFeatures(). by Charles He · 7 years ago
  44. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago
  45. 939a9a3 Allow package local mocking for ActivityManager Unit Tests. by Bryce Lee · 7 years ago
  46. cd20594 Merge "AM: remove toasts for LockTask mode." by Charles He · 7 years ago
  47. ab5de37 Made creation of multiple stacks more intentional. by Wale Ogunwale · 7 years ago
  48. bfe82d1 AM: remove toasts for LockTask mode. by Charles He · 7 years ago
  49. 7daee39 ActivityStarter cleanup by Bryce Lee · 7 years ago
  50. d6aa3db 2/Trimming tasks based on active and visibility by Winson Chung · 7 years ago
  51. 1dbc811 1/Clean up RecentTasks list by Winson Chung · 7 years ago
  52. fd39b23 Merge "Initial tests for launch bounds." by Bryce Lee · 7 years ago
  53. f65d166 Merge "Removed remaining use of static stack ids." by TreeHugger Robot · 7 years ago
  54. 81e30a2 Initial tests for launch bounds. by Bryce Lee · 7 years ago
  55. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  56. 6a0754a Do not depend on actual WindowManagerService object. by Bryce Lee · 7 years ago
  57. 4e4a3ec Consolidate updating bounds in ActivityStarter. by Bryce Lee · 7 years ago
  58. 04a05ac Ability to getOrCreateStack by windowingMode/activityType in AM. by Wale Ogunwale · 7 years ago
  59. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  60. 9dcf946 Moved ActivityDisplay to its own class file. by Wale Ogunwale · 7 years ago
  61. d4f7c5b Merge "ActivityOptions.set/getLaunchStackId() be gone!" by TreeHugger Robot · 7 years ago
  62. e6d979e Merge "Consider task's root activity when determining if resizable." into oc-mr1-dev am: 1c2a6921c0 by Bryce Lee · 7 years ago
  63. 1533b2b Consider task's root activity when determining if resizable. by Bryce Lee · 7 years ago
  64. 0568aed ActivityOptions.set/getLaunchStackId() be gone! by Wale Ogunwale · 7 years ago
  65. 9308932 Merge "Use dedicated handlers in UserController" by Fyodor Kupolov · 7 years ago
  66. 520b283 AM: refactor LockTask whitelist update logic. by Charles He · 7 years ago
  67. 58e732d Use dedicated handlers in UserController by Fyodor Kupolov · 7 years ago
  68. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  69. 9840ea9 Merge "Do not consider overlays when finding task to reuse." into oc-mr1-dev am: 32b477db15 by Bryce Lee · 7 years ago
  70. 9f6affd Do not consider overlays when finding task to reuse. by Bryce Lee · 7 years ago
  71. e7d2b85 Nuke everything obsoleted by task snapshots by Jorim Jaggi · 7 years ago
  72. 31ff78bc Merge "Remove activity from stopping activities once resumed." into oc-mr1-dev am: 02584a23b3 by Bryce Lee · 7 years ago
  73. 02584a2 Merge "Remove activity from stopping activities once resumed." into oc-mr1-dev by Bryce Lee · 7 years ago
  74. 71a02b2 Merge changes I91673d51,I50bc9e06 by TreeHugger Robot · 7 years ago
  75. f75962a Generate stack override config in AM vs. WM by Wale Ogunwale · 7 years ago
  76. afb458f5 Merge "Refactor all lock task related methods into a new class" by Benjamin Franz · 7 years ago
  77. a83859f Refactor all lock task related methods into a new class by Benjamin Franz · 7 years ago
  78. f86b910 Merge "Fix activity manager timeout during shutdown" into oc-mr1-dev am: bc06e43c49 by David Stevens · 7 years ago
  79. 18abd0e Fix activity manager timeout during shutdown by David Stevens · 7 years ago
  80. 687b427 Introducing windowing mode in WindowConfiguration. by Wale Ogunwale · 7 years ago
  81. 29a649d Remove activity from stopping activities once resumed. by Bryce Lee · 7 years ago
  82. 822e512 Introducing WindowConfiguration by Wale Ogunwale · 7 years ago
  83. f62360c DO NOT MERGE Let external activities run when the primary display is off by David Stevens · 7 years ago
  84. 1583a4f Merge "Let external activities run when the primary display is off" by David Stevens · 7 years ago
  85. 9440dc8 Let external activities run when the primary display is off by David Stevens · 7 years ago
  86. 7ff3ff3 Merge "Switch WindowContainer to use ConfigurationContainer" by Wale Ogunwale · 7 years ago
  87. 563707b Add unit tests to ActivityStarterInterceptor by Benjamin Franz · 7 years ago
  88. 98d6231 Switch WindowContainer to use ConfigurationContainer by Wale Ogunwale · 7 years ago
  89. 94e82d9b0 DO NOT MERGE ActivityView be gone! by Andrii Kulian · 7 years ago
  90. 301f23d Merge "Fixing TaskPersisterTest" into oc-dr1-dev am: 928aad3e4d am: ab0e78c4b4 by Suprabh Shukla · 7 years ago
  91. 023dbcd Merge "Fixing TaskPersisterTest" into oc-dr1-dev am: 928aad3e4d am: ab0e78c4b4 by Suprabh Shukla · 7 years ago
  92. e7e68b8 Merge "Fixing TaskPersisterTest" into oc-dr1-dev am: 928aad3e4d by Suprabh Shukla · 7 years ago
  93. 8d5a505 Merge changes from topic 'activity_view_v2' by Andrii Kulian · 7 years ago
  94. caee411 Fixing TaskPersisterTest by Suprabh Shukla · 7 years ago
  95. b1cdb10 ActivityView be gone! by Andrii Kulian · 7 years ago
  96. 917a641 Merge "Position app with short aspect ratio opposite of nav bar" into oc-dr1-dev am: a40af83c32 by Andrii Kulian · 7 years ago
  97. 3a1619d Position app with short aspect ratio opposite of nav bar by Andrii Kulian · 7 years ago
  98. 3e99f65 Fix issue #34471029: Don't allow audio use from background apps. by Dianne Hackborn · 7 years ago
  99. c981ad5 Remove visibleBehind functionality by Wale Ogunwale · 7 years ago
  100. 53afb85 Merge "Fix issue with aspect ratio not applying correctly when PIP is expanded" into oc-dev am: 9c1b222fc1 by Winson Chung · 7 years ago