1. f0e2c8b Merge "Defer client visibility update when calculating new config" into pi-dev by Andrii Kulian · 6 years ago
  2. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  3. 15036ca Update the task stack state when resizing the tasks after the PiP animation by Winson Chung · 6 years ago
  4. 6cdcfe4 Force-update the orientation of before sending to client by Andrii Kulian · 6 years ago
  5. f4479ee Update visibility and config at the same time by Andrii Kulian · 6 years ago
  6. c2ea364 Added display null check to ActivityStackSupervisor.getNextFocusableStackLocked by Wale Ogunwale · 6 years ago
  7. de8305a Track launch time per windowingMode by Jorim Jaggi · 6 years ago
  8. c9804e7 Allow recents component to launch non-exported activities by Winson Chung · 6 years ago
  9. 92a3397 Merge "Don't allow non-showOnLock activity to be next on finish." into pi-dev by TreeHugger Robot · 6 years ago
  10. c8e4fad Make android:cantSaveState an optional feature. by Dianne Hackborn · 6 years ago
  11. eac8a05 Merge "Propagate calling UID to AM from LauncherApps" into pi-dev by Makoto Onuki · 6 years ago
  12. 2d66433 Merge "Choose a matching record in split-screen stack" into pi-dev by Andrii Kulian · 6 years ago
  13. 3e80b60 PIP: Partial fix to wrong insets during bounds animation by Adrian Roos · 6 years ago
  14. ec7d4c4 Choose a matching record in split-screen stack by Andrii Kulian · 6 years ago
  15. 1a34274 Propagate calling UID to AM from LauncherApps by Makoto Onuki · 6 years ago
  16. 8691896 Don't allow non-showOnLock activity to be next on finish. by Bryce Lee · 6 years ago
  17. 00f4a4b Merge "Consider lock state when determining next activity to become visible." into pi-dev by Bryce Lee · 6 years ago
  18. c961e0a Consider lock state when determining next activity to become visible. by Bryce Lee · 6 years ago
  19. a6d6aab Defer resizing invisible stacks while drag resizing by Adrian Roos · 6 years ago
  20. 216b50a Merge "Remove temporary logging." into pi-dev by Bryce Lee · 6 years ago
  21. c00ea71 Skip cross-user/profile check for start activity pending intents. by Makoto Onuki · 6 years ago
  22. 1d0d514 Remove temporary logging. by Bryce Lee · 6 years ago
  23. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  24. 65317ba Merge "Properly remove activity from task on start failure." into pi-dev by Bryce Lee · 6 years ago
  25. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  26. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  27. cb331c3 Merge "Fixes non-web AIA internal launch" into pi-dev by TreeHugger Robot · 6 years ago
  28. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  29. c2def58 Copy ApplicationInfo#versionCode field by Patrick Baumann · 6 years ago
  30. 8cc92ac6 Prevent exception when stack being removed on crash by Andrii Kulian · 6 years ago
  31. 47a65c7 Hide activities when AOD comes in by Lucas Dupin · 6 years ago
  32. 32ca41d Merge "Remove am/wm.proto which is redundant. The naming convention is defined in core/proto/README.md" into pi-dev by TreeHugger Robot · 6 years ago
  33. 4bc5ba3 Ignore non-existent displays in #topRunningActivityLocked. by Bryce Lee · 6 years ago
  34. c4bb25c Merge "Add unit test for ActivityStackSupervisor#testApplySleepTokensLocked." into pi-dev by Bryce Lee · 6 years ago
  35. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  36. 459c062 Add unit test for ActivityStackSupervisor#testApplySleepTokensLocked. by Bryce Lee · 6 years ago
  37. 22ab2b9 Merge changes I72119772,I124e4cc0,I462d4dfc into pi-dev by Chavi Weingarten · 6 years ago
  38. 0d562bf Revert "Set options on startingActivity instead of topActivity" by chaviw · 6 years ago
  39. 17696de Don't allow focus on activity in minimized split-screen. by Wale Ogunwale · 6 years ago
  40. d723623 Merge "Set options on startingActivity instead of topActivity" into pi-dev by Chavi Weingarten · 6 years ago
  41. ee6f81b Set options on startingActivity instead of topActivity by chaviw · 6 years ago
  42. b3b73f2 Allow for activities to resumed if keyguard is occluded. by Bryce Lee · 6 years ago
  43. d939cf0 Use isKeyguardLocked to determine whether to resume. by Bryce Lee · 6 years ago
  44. e1f68ce Fixed issue with focusing on minimized split-screen stack by Wale Ogunwale · 6 years ago
  45. 27e49452 Merge "Couple mResumedActivity to Activity lifecycle." into pi-dev by Bryce Lee · 6 years ago
  46. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 6 years ago
  47. 45477b5 Fix issue with where display is removed while creating it in AM and WM by Wale Ogunwale · 6 years ago
  48. b0f993f Address destroying activities multiple times. by Bryce Lee · 6 years ago
  49. 2b30f32 Rename dumpsys protos to make platform proto names consistent. by Yi Jin · 6 years ago
  50. c167427 1/ Fixing docked task animation when entering split screen from home by Winson Chung · 6 years ago
  51. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 6 years ago
  52. b1888aa Don't resume until keyguard is gone by Andrii Kulian · 6 years ago
  53. ae9fdf04 fix picture-in-picture logging by Chenjie Yu · 6 years ago
  54. dd2ae3d Move home stack forward while entering split-screen in some cases by Wale Ogunwale · 6 years ago
  55. f52974c Clear lifecycle description on recycle and improve logging. by Bryce Lee · 6 years ago
  56. b95a6c2 Merge "Restrict DisplayContent creation." by Bryce Lee · 6 years ago
  57. f19cbe2 Restrict DisplayContent creation. by Bryce Lee · 6 years ago
  58. cacd695 Merge "Switch activity relaunch to lifecycler" by TreeHugger Robot · 6 years ago
  59. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  60. b372da6 Switch activity relaunch to lifecycler by Andrii Kulian · 7 years ago
  61. 0da8537 Require only ACTION_VIEW for web instant apps by Patrick Baumann · 6 years ago
  62. 5f0e28f Properly handle start results when using wait flag. by Bryce Lee · 6 years ago
  63. 577d402 Revert "Revert "Adds generic intent Instant App resolution"" by Patrick Baumann · 6 years ago
  64. 397c38d Merge "Revert "Adds generic intent Instant App resolution"" by TreeHugger Robot · 6 years ago
  65. 860b8ba Revert "Adds generic intent Instant App resolution" by Patrick Baumann · 6 years ago
  66. fa9ed96 Fix mNoAnimActivities by Jorim Jaggi · 6 years ago
  67. 3e8bd0f Adds generic intent Instant App resolution by Patrick Baumann · 7 years ago
  68. e2d7217 Revert "Revert "2/ Add support for remote Recents animation"" by Winson Chung · 6 years ago
  69. 9f8518e Revert "2/ Add support for remote Recents animation" by Jorim Jaggi · 6 years ago
  70. 0026a51 2/ Add support for remote Recents animation by Winson Chung · 7 years ago
  71. 15e76d6 Merge changes I2b6bfca0,I9a854d43 by Jorim Jaggi · 7 years ago
  72. 4d8d32c Fix issue with permission check for shortcuts and pendingIntent by Jorim Jaggi · 7 years ago
  73. 9683b88 Merge "add atom and logging for Picture-in-Picture feature" by TreeHugger Robot · 7 years ago
  74. 77a7dd6 Add temporary logging around Activity Manager NPE. by Bryce Lee · 7 years ago
  75. 52cacc6 add atom and logging for Picture-in-Picture feature by Chenjie Yu · 7 years ago
  76. 1f2acb9 Merge "Add ability to register remote animation definitions per activity" by Jorim Jaggi · 7 years ago
  77. f9b7201 Merge "Add more logging to Activity Lifecycler." by Bryce Lee · 7 years ago
  78. f84e2f6 Add ability to register remote animation definitions per activity by Jorim Jaggi · 7 years ago
  79. d946f86 Add more logging to Activity Lifecycler. by Bryce Lee · 7 years ago
  80. 33a701a Remote animations (app-controlled animations) by Jorim Jaggi · 7 years ago
  81. ec55eb0 Allow modifiers to specify windowing mode and preferred display. by Bryce Lee · 7 years ago
  82. e55c019 Save PiP activity position on screen for next re-entry into PiP. by Winson Chung · 7 years ago
  83. b850ea5 Fix some issues found in AM display tests by Andrii Kulian · 7 years ago
  84. 80059ff Merge "Implement object pool for lifecycler" by Andrii Kulian · 7 years ago
  85. ffe128d Optimize surface hierarchy by Jorim Jaggi · 7 years ago
  86. 9c5ea9c Implement object pool for lifecycler by Andrii Kulian · 7 years ago
  87. 018e216 Merge "Add transaction executor" by Andrii Kulian · 7 years ago
  88. 88e05cb Add transaction executor by Andrii Kulian · 7 years ago
  89. d9cce2c Ensure activity stacks have unique ids. by Bryce Lee · 7 years ago
  90. d3624e1 Make ActivityStarter single use. by Bryce Lee · 7 years ago
  91. eb76b76 Move home stack behind top stack when split-screen is dismissed by Wale Ogunwale · 7 years ago
  92. cf9d7c4 Merge "Re-enable task trimming" by TreeHugger Robot · 7 years ago
  93. 4d26c21 Merge changes from topic "lifecycle_transaction_base" by Andrii Kulian · 7 years ago
  94. 0ec2a35 Re-enable task trimming by Winson Chung · 7 years ago
  95. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  96. 8377006 Merge "Show warning when app was compiled against incompatible preview SDK" by TreeHugger Robot · 7 years ago
  97. 446e824 Add basic lifecycle transaction containers by Andrii Kulian · 7 years ago
  98. b6a2573 Show warning when app was compiled against incompatible preview SDK by Alan Viverette · 7 years ago
  99. 68a0633 Special handling of processes with recent tasks. by Dianne Hackborn · 7 years ago
  100. 9de8f4b Merge "Support for setting stack windowing mode" by Winson Chung · 7 years ago