1. 0da8537 Require only ACTION_VIEW for web instant apps by Patrick Baumann · 7 years ago
  2. 5f0e28f Properly handle start results when using wait flag. by Bryce Lee · 7 years ago
  3. 577d402 Revert "Revert "Adds generic intent Instant App resolution"" by Patrick Baumann · 7 years ago
  4. 397c38d Merge "Revert "Adds generic intent Instant App resolution"" by TreeHugger Robot · 7 years ago
  5. 860b8ba Revert "Adds generic intent Instant App resolution" by Patrick Baumann · 7 years ago
  6. fa9ed96 Fix mNoAnimActivities by Jorim Jaggi · 7 years ago
  7. 3e8bd0f Adds generic intent Instant App resolution by Patrick Baumann · 7 years ago
  8. e2d7217 Revert "Revert "2/ Add support for remote Recents animation"" by Winson Chung · 7 years ago
  9. 9f8518e Revert "2/ Add support for remote Recents animation" by Jorim Jaggi · 7 years ago
  10. 0026a51 2/ Add support for remote Recents animation by Winson Chung · 7 years ago
  11. 15e76d6 Merge changes I2b6bfca0,I9a854d43 by Jorim Jaggi · 7 years ago
  12. 4d8d32c Fix issue with permission check for shortcuts and pendingIntent by Jorim Jaggi · 7 years ago
  13. 9683b88 Merge "add atom and logging for Picture-in-Picture feature" by TreeHugger Robot · 7 years ago
  14. 77a7dd6 Add temporary logging around Activity Manager NPE. by Bryce Lee · 7 years ago
  15. 52cacc6 add atom and logging for Picture-in-Picture feature by Chenjie Yu · 7 years ago
  16. 1f2acb9 Merge "Add ability to register remote animation definitions per activity" by Jorim Jaggi · 7 years ago
  17. f9b7201 Merge "Add more logging to Activity Lifecycler." by Bryce Lee · 7 years ago
  18. f84e2f6 Add ability to register remote animation definitions per activity by Jorim Jaggi · 7 years ago
  19. d946f86 Add more logging to Activity Lifecycler. by Bryce Lee · 7 years ago
  20. 33a701a Remote animations (app-controlled animations) by Jorim Jaggi · 7 years ago
  21. ec55eb0 Allow modifiers to specify windowing mode and preferred display. by Bryce Lee · 7 years ago
  22. e55c019 Save PiP activity position on screen for next re-entry into PiP. by Winson Chung · 7 years ago
  23. b850ea5 Fix some issues found in AM display tests by Andrii Kulian · 7 years ago
  24. 80059ff Merge "Implement object pool for lifecycler" by Andrii Kulian · 7 years ago
  25. ffe128d Optimize surface hierarchy by Jorim Jaggi · 7 years ago
  26. 9c5ea9c Implement object pool for lifecycler by Andrii Kulian · 7 years ago
  27. 018e216 Merge "Add transaction executor" by Andrii Kulian · 7 years ago
  28. 88e05cb Add transaction executor by Andrii Kulian · 7 years ago
  29. d9cce2c Ensure activity stacks have unique ids. by Bryce Lee · 7 years ago
  30. d3624e1 Make ActivityStarter single use. by Bryce Lee · 7 years ago
  31. eb76b76 Move home stack behind top stack when split-screen is dismissed by Wale Ogunwale · 7 years ago
  32. cf9d7c4 Merge "Re-enable task trimming" by TreeHugger Robot · 7 years ago
  33. 4d26c21 Merge changes from topic "lifecycle_transaction_base" by Andrii Kulian · 7 years ago
  34. 0ec2a35 Re-enable task trimming by Winson Chung · 7 years ago
  35. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  36. 8377006 Merge "Show warning when app was compiled against incompatible preview SDK" by TreeHugger Robot · 7 years ago
  37. 446e824 Add basic lifecycle transaction containers by Andrii Kulian · 7 years ago
  38. b6a2573 Show warning when app was compiled against incompatible preview SDK by Alan Viverette · 7 years ago
  39. 68a0633 Special handling of processes with recent tasks. by Dianne Hackborn · 7 years ago
  40. 9de8f4b Merge "Support for setting stack windowing mode" by Winson Chung · 7 years ago
  41. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  42. 2a3cc46 Make ActivityStackSupervisor instrumentable for unit tests. by Bryce Lee · 7 years ago
  43. 2b07da8 Fixed logic issue with WC.supportsSplitScreenWindowingMode() by Wale Ogunwale · 7 years ago
  44. abc44d0 Don't move home task forward in some cases. by Wale Ogunwale · 7 years ago
  45. d37f28b Merge "Fix issues with TRON app transition logging" by Jorim Jaggi · 7 years ago
  46. 172e99f Fix issues with TRON app transition logging by Jorim Jaggi · 7 years ago
  47. 11e7d7d Merge "AM: make LockTask truly multi-task-aware." by Charles He · 7 years ago
  48. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  49. bf15587 Renamed moveTaskToDockedStack to setTaskWindowingModeSplitScreenPrimary by Matthew Ng · 7 years ago
  50. 35c1a5d Merge "Formalize recents component in the system" by Winson Chung · 7 years ago
  51. 9a5c188 Merge "5/Organize and make running tasks code more efficient" by Winson Chung · 7 years ago
  52. eb1a99e Merge "Add trim levels to writeToProto" by TreeHugger Robot · 7 years ago
  53. 3f0e59a Formalize recents component in the system by Winson Chung · 7 years ago
  54. 61c9e5a 5/Organize and make running tasks code more efficient by Winson Chung · 7 years ago
  55. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  56. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  57. ff29069 Merge "Initial implementation of LaunchingBoundsController." by Bryce Lee · 7 years ago
  58. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  59. 7e1f5f5 Simplified ActivityStack.shouldBeVisible() by Wale Ogunwale · 7 years ago
  60. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago
  61. 3f26e5e Merge "Temporarily disable active task trimming." by TreeHugger Robot · 7 years ago
  62. 14cfbb4 Temporarily disable active task trimming. by Winson Chung · 7 years ago
  63. ab5de37 Made creation of multiple stacks more intentional. by Wale Ogunwale · 7 years ago
  64. a0f5b5e Cache reference to stack objects we use a lot in AM. by Wale Ogunwale · 7 years ago
  65. fe932c7 Merge "AM: introduce ActivityOptions.setLockTaskMode()." by Charles He · 7 years ago
  66. f3c4536 Merge "Cache reference to stack objects we use a lot in WM." by TreeHugger Robot · 7 years ago
  67. 6191149 Cache reference to stack objects we use a lot in WM. by Wale Ogunwale · 7 years ago
  68. 7376615 Merge "Implement Activity Manager Broadcasts dump protos" by Yi Jin · 7 years ago
  69. 2bf2832 AM: introduce ActivityOptions.setLockTaskMode(). by Charles He · 7 years ago
  70. d6aa3db 2/Trimming tasks based on active and visibility by Winson Chung · 7 years ago
  71. 1dbc811 1/Clean up RecentTasks list by Winson Chung · 7 years ago
  72. 129fc6c Implement Activity Manager Broadcasts dump protos by Yi Jin · 7 years ago
  73. 9ad3eb3 Make LaunchingTaskPositioner stateless. by Bryce Lee · 7 years ago
  74. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  75. 89be576 Removed sys-ui's use of static stack ids. by Wale Ogunwale · 7 years ago
  76. 388945c Changed to allow removal of remaining static stack ids from CTS. by Wale Ogunwale · 7 years ago
  77. e0fa2c0 Merge changes I616184fa,Ibc1500f5 by TreeHugger Robot · 7 years ago
  78. 82b0842 Move DefaultPermissionGrantPolicy by Todd Kennedy · 7 years ago
  79. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  80. 04a05ac Ability to getOrCreateStack by windowingMode/activityType in AM. by Wale Ogunwale · 7 years ago
  81. 1b3edac Use separate lock in UserController by Fyodor Kupolov · 7 years ago
  82. 9dcf946 Moved ActivityDisplay to its own class file. by Wale Ogunwale · 7 years ago
  83. d48ff74 Merge "Prefer the launch display to the source when looking for task/stack" by David Stevens · 7 years ago
  84. 7393cfe Merge "Ensure profile-specific PiP notification is shown." into oc-mr1-dev am: 66f2d56556 by Winson Chung · 7 years ago
  85. e5a7b64 Prefer the launch display to the source when looking for task/stack by David Stevens · 7 years ago
  86. 4346f0a Convert ActivityManager dumpsys to protobuf by Steven Timotius · 7 years ago
  87. 85d3c8a Ensure profile-specific PiP notification is shown. by Winson Chung · 7 years ago
  88. 0568aed ActivityOptions.set/getLaunchStackId() be gone! by Wale Ogunwale · 7 years ago
  89. 18d501a Merge "AM: refactor LockTask whitelist update logic." by Charles He · 7 years ago
  90. 520b283 AM: refactor LockTask whitelist update logic. by Charles He · 7 years ago
  91. bcd3f07 Merge "Fix consequent activity launch on virtual displays" into oc-mr1-dev am: 7a09f7ec9c by Andrii Kulian · 7 years ago
  92. 8f07029 Fix consequent activity launch on virtual displays by Andrii Kulian · 7 years ago
  93. 926aade Introducing split-screen windowing modes. by Wale Ogunwale · 7 years ago
  94. bc0134c Merge "Introducing activityType window configuration." by TreeHugger Robot · 7 years ago
  95. b1647a5 Merge "Ensure that PiP mode changed callback if animation is interrupted" into oc-mr1-dev am: 82910bdf16 by Winson Chung · 7 years ago
  96. 8e2615c Merge "Fix transition between two occluding activities" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  97. 83de4b7 Merge "Fix transition between two occluding activities" by Jorim Jaggi · 7 years ago
  98. 82910bd Merge "Ensure that PiP mode changed callback if animation is interrupted" into oc-mr1-dev by Winson Chung · 7 years ago
  99. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  100. edede6d Fix transition between two occluding activities by Jorim Jaggi · 7 years ago