1. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  2. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  3. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  4. 5fa8a8c Switched ActivityStack.mService to ActivityTaskManagerService (7/n) by Wale Ogunwale · 6 years ago
  5. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  6. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  7. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  8. 31426b2 Whitelist ResolveActivity for explicit instant intents by Patrick Baumann · 6 years ago
  9. ba40d3a Fix issues starting recents animation when starting a new activity by Winson Chung · 6 years ago
  10. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  11. cbcbf66 Filter instant app resolution based on logical UID by Svet Ganov · 6 years ago
  12. c8e4fad Make android:cantSaveState an optional feature. by Dianne Hackborn · 6 years ago
  13. 1a34274 Propagate calling UID to AM from LauncherApps by Makoto Onuki · 6 years ago
  14. 6fa41c3 Only allow using PendingRemAnimRegistry on top launched activity by Jorim Jaggi · 6 years ago
  15. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  16. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  17. e576def Merge "Show Recents if we are bringing a task forward in split-screen-primary" into pi-dev by Wale Ogunwale · 6 years ago
  18. 7d7973a Show Recents if we are bringing a task forward in split-screen-primary by Wale Ogunwale · 6 years ago
  19. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  20. f65ee7e Do not set activity's task before clearing in some scenarios. by Bryce Lee · 6 years ago
  21. 32e09ef Distinguish between bringing stack to front and delivering to top. by Bryce Lee · 6 years ago
  22. 0d562bf Revert "Set options on startingActivity instead of topActivity" by chaviw · 6 years ago
  23. ee6f81b Set options on startingActivity instead of topActivity by chaviw · 6 years ago
  24. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 6 years ago
  25. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 6 years ago
  26. 2d37545 Merge "Fixes go to web behavior for Instant Apps" by TreeHugger Robot · 6 years ago
  27. 04dc596 Override all transitions from package start by Jorim Jaggi · 6 years ago
  28. 531db46 Fixes go to web behavior for Instant Apps by Patrick Baumann · 6 years ago
  29. b5300f3 Merge "Fixes installed launch intent rewrite" by TreeHugger Robot · 6 years ago
  30. a89a172 Fixes installed launch intent rewrite by Patrick Baumann · 6 years ago
  31. 5f0e28f Properly handle start results when using wait flag. by Bryce Lee · 6 years ago
  32. 577d402 Revert "Revert "Adds generic intent Instant App resolution"" by Patrick Baumann · 6 years ago
  33. 860b8ba Revert "Adds generic intent Instant App resolution" by Patrick Baumann · 6 years ago
  34. 3e8bd0f Adds generic intent Instant App resolution by Patrick Baumann · 6 years ago
  35. e2d7217 Revert "Revert "2/ Add support for remote Recents animation"" by Winson Chung · 6 years ago
  36. 9f8518e Revert "2/ Add support for remote Recents animation" by Jorim Jaggi · 6 years ago
  37. 0026a51 2/ Add support for remote Recents animation by Winson Chung · 6 years ago
  38. 7b1447e Fixed the case where the task was moved to the front by Selim Cinek · 6 years ago
  39. e2ad37f Add option to retrieve pending intent result by Jorim Jaggi · 6 years ago
  40. 4d8d32c Fix issue with permission check for shortcuts and pendingIntent by Jorim Jaggi · 6 years ago
  41. 842db5e Merge "Allow modifiers to specify windowing mode and preferred display." by Bryce Lee · 6 years ago
  42. ec55eb0 Allow modifiers to specify windowing mode and preferred display. by Bryce Lee · 7 years ago
  43. a3cd8e0 Make sure correct default values for ActivityStarter. by Bryce Lee · 6 years ago
  44. b850ea5 Fix some issues found in AM display tests by Andrii Kulian · 7 years ago
  45. 03cdd32 Merge "Recycle ActivityStarter instances." by Bryce Lee · 7 years ago
  46. daa91e4 Recycle ActivityStarter instances. by Bryce Lee · 7 years ago
  47. ffe128d Optimize surface hierarchy by Jorim Jaggi · 7 years ago
  48. 9e33289 Merge "Adds metadata to InstantAppResolveInfo" by TreeHugger Robot · 7 years ago
  49. 709ee15 Adds metadata to InstantAppResolveInfo by Patrick Baumann · 7 years ago
  50. 4c9a597 Provide start parameters via setters on ActivityStarter. by Bryce Lee · 7 years ago
  51. d3624e1 Make ActivityStarter single use. by Bryce Lee · 7 years ago
  52. ac36e4d Don't start recents multiple times when entering split-screen by Wale Ogunwale · 7 years ago
  53. eb76b76 Move home stack behind top stack when split-screen is dismissed by Wale Ogunwale · 7 years ago
  54. b802ea1 Provide activity details for task layout in ActivityStarter. by Bryce Lee · 7 years ago
  55. ba8f442 Get PackageManager on demand in ActivityStarter. by Bryce Lee · 7 years ago
  56. 9de8f4b Merge "Support for setting stack windowing mode" by Winson Chung · 7 years ago
  57. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  58. 93e7f79 Add tests to exercise ActivityStarter precondition failures. by Bryce Lee · 7 years ago
  59. 2a3cc46 Make ActivityStackSupervisor instrumentable for unit tests. by Bryce Lee · 7 years ago
  60. e4ad745 Add source activity to values passed to LaunchingBoundsPositioner. by Bryce Lee · 7 years ago
  61. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  62. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  63. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago
  64. d09afdc Merge "ActivityStarter cleanup" by Bryce Lee · 7 years ago
  65. a0f5b5e Cache reference to stack objects we use a lot in AM. by Wale Ogunwale · 7 years ago
  66. 7daee39 ActivityStarter cleanup by Bryce Lee · 7 years ago
  67. 1dbc811 1/Clean up RecentTasks list by Winson Chung · 7 years ago
  68. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  69. 36976d9 Merge "Restrict sending new intent to one invocation." into oc-mr1-dev am: fed715e7b5 by Bryce Lee · 7 years ago
  70. 325e0968 Restrict sending new intent to one invocation. by Bryce Lee · 7 years ago
  71. 4e4a3ec Consolidate updating bounds in ActivityStarter. by Bryce Lee · 7 years ago
  72. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  73. 04a05ac Ability to getOrCreateStack by windowingMode/activityType in AM. by Wale Ogunwale · 7 years ago
  74. 9dcf946 Moved ActivityDisplay to its own class file. by Wale Ogunwale · 7 years ago
  75. e5a7b64 Prefer the launch display to the source when looking for task/stack by David Stevens · 7 years ago
  76. 0568aed ActivityOptions.set/getLaunchStackId() be gone! by Wale Ogunwale · 7 years ago
  77. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  78. a83859f Refactor all lock task related methods into a new class by Benjamin Franz · 7 years ago
  79. fab8fa6 Merge "Allow applications to define failure handlers" into oc-mr1-dev am: e551d361ac by Todd Kennedy · 7 years ago
  80. d0084f7 Allow applications to define failure handlers by Todd Kennedy · 7 years ago
  81. ce84bfb Merge "Always report a uid's initial cached state." into oc-mr1-dev am: c134dec17f by Dianne Hackborn · 7 years ago
  82. 8d0fb4e Merge "Add unit tests to ActivityStarterInterceptor" by Benjamin Franz · 7 years ago
  83. 563707b Add unit tests to ActivityStarterInterceptor by Benjamin Franz · 7 years ago
  84. e676ec7 Always report a uid's initial cached state. by Dianne Hackborn · 7 years ago
  85. e41a7c8 Merge "Determine power hint behavior based on target activity." into oc-dr1-dev by Bryce Lee · 7 years ago
  86. b845700 Merge "Determine power hint behavior based on target activity." into oc-dr1-dev by Bryce Lee · 7 years ago
  87. bfa0ed5 Merge "DO NOT MERGE Add permission to launch activities on VD" into oc-mr1-dev by Andrii Kulian · 7 years ago
  88. 28d8042 Determine power hint behavior based on target activity. by Bryce Lee · 7 years ago
  89. 94e82d9b0 DO NOT MERGE ActivityView be gone! by Andrii Kulian · 7 years ago
  90. 02689a7 DO NOT MERGE Add permission to launch activities on VD by Andrii Kulian · 7 years ago
  91. f7fe611 Merge "Add permission to launch activities on VD" by Andrii Kulian · 7 years ago
  92. 8d5a505 Merge changes from topic 'activity_view_v2' by Andrii Kulian · 7 years ago
  93. 7158764 Add permission to launch activities on VD by Andrii Kulian · 7 years ago
  94. 4ff7da9 Ensure home activity always is on home stack. by Bryce Lee · 7 years ago
  95. b1cdb10 ActivityView be gone! by Andrii Kulian · 7 years ago
  96. 8796c20 Merge "Add aborted start result." into oc-dev by Bryce Lee · 7 years ago
  97. f9d4954 Add aborted start result. by Bryce Lee · 7 years ago
  98. ef49568 Revert "Add ActivityInfo logging." by Bryce Lee · 7 years ago
  99. 7e84086 Add ActivityInfo logging. by Bryce Lee · 7 years ago
  100. 454117f Dump user id in dumpsys activity starter by Wale Ogunwale · 7 years ago