1. 5f750bc Rename getFocusedStack methods by Andrii Kulian · 6 years ago
  2. 52d255c Per-display focused stacks in AM by Andrii Kulian · 6 years ago
  3. 048e266 Defer always on top state when task gets maximized by Kazuki Takise · 6 years ago
  4. 86b7446 Break direct calls to UserController object in AMS from activity classes (12/n) by Wale Ogunwale · 6 years ago
  5. f673393 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (11/n) by Wale Ogunwale · 6 years ago
  6. 226d11f Merge "Defer stop for all activities becoming invisible" into pi-dev am: fd77e69f28 by Jorim Jaggi · 6 years ago
  7. dd7b69d Merge "Position stack at top when always on top flag is set" by Kazuki Takise · 6 years ago
  8. 5db9ae4 Defer stop for all activities becoming invisible by Jorim Jaggi · 6 years ago
  9. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  10. f85197b Position stack at top when always on top flag is set by Kazuki Takise · 6 years ago
  11. a6191b4 Moved more stuff from ActivityManagerService to ActivityTaskManagerService (9/n) by Wale Ogunwale · 6 years ago
  12. c9e57de Switched ActivityStackSupervisor.mService to ActivityTaskManagerService (8/n) by Wale Ogunwale · 6 years ago
  13. 5fa8a8c Switched ActivityStack.mService to ActivityTaskManagerService (7/n) by Wale Ogunwale · 6 years ago
  14. d95c06b Switched TaskRecord.mService to ActivityTaskManagerService (6/n) by Wale Ogunwale · 6 years ago
  15. d0412b3 Switched ActivityRecord.service to ActivityTaskManagerService (5/n) by Wale Ogunwale · 6 years ago
  16. 04d9cb5 Moved some activities implementation to ActivityTaskManagerService (2/n) by Wale Ogunwale · 6 years ago
  17. 6006f76 Merge "Split interfaces and service for activities from current AM interfaces (1/n)" by TreeHugger Robot · 6 years ago
  18. b2dac06 Merge "Revert "Defer stop for all activities becoming invisible"" into pi-dev by Winson Chung · 6 years ago
  19. f49b106 Revert "Defer stop for all activities becoming invisible" by Winson Chung · 6 years ago
  20. 65ebd95 Split interfaces and service for activities from current AM interfaces (1/n) by Wale Ogunwale · 6 years ago
  21. 47d9d98 Merge "Notify WM that app is delayed closing due to the possibility of PIP." into pi-dev by TreeHugger Robot · 6 years ago
  22. 4ad5491 Notify WM that app is delayed closing due to the possibility of PIP. by chaviw · 6 years ago
  23. 4412105 Merge "Crashing can not override Keyguard transit" into pi-dev by Jorim Jaggi · 6 years ago
  24. 318e528 Merge "Defer stop for all activities becoming invisible" into pi-dev by Jorim Jaggi · 6 years ago
  25. f0e2c8b Merge "Defer client visibility update when calculating new config" into pi-dev by Andrii Kulian · 6 years ago
  26. a39ae3e Defer client visibility update when calculating new config by Andrii Kulian · 6 years ago
  27. 9c52ebb Crashing can not override Keyguard transit by Jorim Jaggi · 6 years ago
  28. 15036ca Update the task stack state when resizing the tasks after the PiP animation by Winson Chung · 6 years ago
  29. b824f87 Defer stop for all activities becoming invisible by Jorim Jaggi · 6 years ago
  30. f4479ee Update visibility and config at the same time by Andrii Kulian · 6 years ago
  31. 505267f Merge "Fixes docked stack from being invisible from assistant stack over" into pi-dev by TreeHugger Robot · 6 years ago
  32. de8305a Track launch time per windowingMode by Jorim Jaggi · 6 years ago
  33. a51dcaa Fixes docked stack from being invisible from assistant stack over by Matthew Ng · 6 years ago
  34. 3a74855 Prevent IME from targeting home when closing app is still animating by Chavi Weingarten · 6 years ago
  35. 84f682f Merge "Revert "Prevent IME from targeting home when closing app is still animating"" into pi-dev by TreeHugger Robot · 6 years ago
  36. 9e875b6 Revert "Prevent IME from targeting home when closing app is still animating" by Chavi Weingarten · 6 years ago
  37. 765801d Merge "Fixes splitscreen when executed from fullscreen app" into pi-dev by Matthew Ng · 6 years ago
  38. 5e004f2 Prevent IME from targeting home when closing app is still animating by chaviw · 6 years ago
  39. 3030712 Fixes splitscreen when executed from fullscreen app by Matthew Ng · 6 years ago
  40. 99b3cdc Fixes primary stack being visible when minimizing 3rd party launcher by Matthew Ng · 6 years ago
  41. 9da138a Defer ensuring visibility on enter/exit split-screen by Andrii Kulian · 6 years ago
  42. 00f4a4b Merge "Consider lock state when determining next activity to become visible." into pi-dev by Bryce Lee · 6 years ago
  43. c961e0a Consider lock state when determining next activity to become visible. by Bryce Lee · 6 years ago
  44. a6d6aab Defer resizing invisible stacks while drag resizing by Adrian Roos · 6 years ago
  45. f921b50 Merge "Transitionless crashes" into pi-dev by TreeHugger Robot · 6 years ago
  46. 9357721 Transitionless crashes by Adrian Roos · 6 years ago
  47. 1d0d514 Remove temporary logging. by Bryce Lee · 6 years ago
  48. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  49. 9553a11 Merge "Synchronize stack position and size update for split screen" into pi-dev by Chavi Weingarten · 6 years ago
  50. 90d388a Merge "Move container focusability logic to ActivityStackSupervisor." into pi-dev by Bryce Lee · 6 years ago
  51. be43ac8 Synchronize stack position and size update for split screen by chaviw · 6 years ago
  52. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  53. 7b851cc Move container focusability logic to ActivityStackSupervisor. by Bryce Lee · 6 years ago
  54. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  55. 8cc92ac6 Prevent exception when stack being removed on crash by Andrii Kulian · 6 years ago
  56. 2bfb9a1 Merge "Use package manager stock flags to pull lib info" into pi-dev by TreeHugger Robot · 6 years ago
  57. cff8f0f Use package manager stock flags to pull lib info by Philip P. Moltmann · 6 years ago
  58. 47a65c7 Hide activities when AOD comes in by Lucas Dupin · 6 years ago
  59. 8e923af Make Assistant stack invisible behind split-screen stacks. by Wale Ogunwale · 6 years ago
  60. 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
  61. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  62. 211078e Merge "Ensure pause when turnScreenOn flag is removed" into pi-dev by Chavi Weingarten · 6 years ago
  63. a1d6853 Ensure pause when turnScreenOn flag is removed by chaviw · 6 years ago
  64. 22ab2b9 Merge changes I72119772,I124e4cc0,I462d4dfc into pi-dev by Chavi Weingarten · 6 years ago
  65. 5a8deab Merge "Don't allow focus on activity in minimized split-screen." into pi-dev by Wale Ogunwale · 6 years ago
  66. 0d562bf Revert "Set options on startingActivity instead of topActivity" by chaviw · 6 years ago
  67. 3e2caa1 Revert "Set options for activity being brought to front." by chaviw · 6 years ago
  68. 3912a7f Merge "Do not sleep activities in focused stack when keyguard is going away" into pi-dev by Bryce Lee · 6 years ago
  69. 17696de Don't allow focus on activity in minimized split-screen. by Wale Ogunwale · 6 years ago
  70. 82c4ae1 Merge "Bump activity stop timeout past ANR timeout." into pi-dev by TreeHugger Robot · 6 years ago
  71. 3406d46 Bump activity stop timeout past ANR timeout. by Robert Carr · 6 years ago
  72. 271617a Do not sleep activities in focused stack when keyguard is going away by Bryce Lee · 6 years ago
  73. 6468fd4 Merge "Set options for activity being brought to front." into pi-dev by TreeHugger Robot · 6 years ago
  74. df750a3 Set options for activity being brought to front. by chaviw · 6 years ago
  75. d723623 Merge "Set options on startingActivity instead of topActivity" into pi-dev by Chavi Weingarten · 6 years ago
  76. 01e4949 Merge "Check if last resumed activity is null before resuming." into pi-dev by Bryce Lee · 6 years ago
  77. 4c40138 Check if last resumed activity is null before resuming. by Bryce Lee · 6 years ago
  78. ee6f81b Set options on startingActivity instead of topActivity by chaviw · 6 years ago
  79. 790c5d0 Merge "Ignore activity lifecycle requests without matching client records." into pi-dev by Bryce Lee · 6 years ago
  80. c940660 Ignore activity lifecycle requests without matching client records. by Bryce Lee · 6 years ago
  81. 0c89f33 Merge "Fixed issue with focusing on minimized split-screen stack" into pi-dev by Wale Ogunwale · 6 years ago
  82. e1f68ce Fixed issue with focusing on minimized split-screen stack by Wale Ogunwale · 6 years ago
  83. c7d733f Merge "Add unit test to verify option propagation from starter to modifier." into pi-dev by Bryce Lee · 6 years ago
  84. e5eebd5 Merge "Do not call checkReadyForSleep recursively." into pi-dev by Bryce Lee · 6 years ago
  85. ad5b832 Add unit test to verify option propagation from starter to modifier. by Bryce Lee · 6 years ago
  86. fc7cedd Do not call checkReadyForSleep recursively. by Bryce Lee · 6 years ago
  87. 27e49452 Merge "Couple mResumedActivity to Activity lifecycle." into pi-dev by Bryce Lee · 6 years ago
  88. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 6 years ago
  89. fbd263b4 Do not depend on task activities decrementing with finish. by Bryce Lee · 6 years ago
  90. b0f993f Address destroying activities multiple times. by Bryce Lee · 6 years ago
  91. 8c334d0 Merge "Do not always destroy activity when cleaning up." by Bryce Lee · 6 years ago
  92. bb28587 Move primary-split-screen stack forward in some cases. by Wale Ogunwale · 6 years ago
  93. 6ff1707 Do not always destroy activity when cleaning up. by Bryce Lee · 6 years ago
  94. 58b0948 Merge "Use post-execution state for lifecycle callback sequences" by Andrii Kulian · 6 years ago
  95. 9956d89 Use post-execution state for lifecycle callback sequences by Andrii Kulian · 6 years ago
  96. c167427 1/ Fixing docked task animation when entering split screen from home by Winson Chung · 6 years ago
  97. b6d75f3 Ignore stopped state when becoming visible and ensuring configuration. by Wale Ogunwale · 6 years ago
  98. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 6 years ago
  99. b1888aa Don't resume until keyguard is gone by Andrii Kulian · 6 years ago
  100. f52974c Clear lifecycle description on recycle and improve logging. by Bryce Lee · 6 years ago