1. 1a990e5 Do not reference TaskRecord's intent without checking for null. by Bryce Lee · 6 years ago
  2. 6f14dc95 Merge "Ensure ActivityStack's cached resumed activity is updated." into pi-dev by Bryce Lee · 6 years ago
  3. 84730a0 Ensure ActivityStack's cached resumed activity is updated. by Bryce Lee · 6 years ago
  4. 2b8e037 Properly remove activity from task on start failure. by Bryce Lee · 6 years ago
  5. 6c6e9ca Remove am/wm.proto which is redundant. The naming convention is defined by Yi Jin · 6 years ago
  6. 82a0ba8 Clear all options from Task when any ActivityRecord consumes the options. by chaviw · 6 years ago
  7. 27e49452 Merge "Couple mResumedActivity to Activity lifecycle." into pi-dev by Bryce Lee · 6 years ago
  8. c4ab62a Couple mResumedActivity to Activity lifecycle. by Bryce Lee · 6 years ago
  9. fbd263b4 Do not depend on task activities decrementing with finish. by Bryce Lee · 6 years ago
  10. b6d75f3 Ignore stopped state when becoming visible and ensuring configuration. by Wale Ogunwale · 6 years ago
  11. 7ace395 Always finish activity when moving to a destroyed state. by Bryce Lee · 6 years ago
  12. fa9ed96 Fix mNoAnimActivities by Jorim Jaggi · 7 years ago
  13. dff7a73 Fix Recents regressions by Winson Chung · 7 years ago
  14. ec55eb0 Allow modifiers to specify windowing mode and preferred display. by Bryce Lee · 7 years ago
  15. 988f668 Lock free app animations (4/n): Implement thubmnail by Jorim Jaggi · 7 years ago
  16. f8f9e5d Merge "Restore bounds w/o adjusting it." by TreeHugger Robot · 7 years ago
  17. b850ea5 Fix some issues found in AM display tests by Andrii Kulian · 7 years ago
  18. 367b35a Restore bounds w/o adjusting it. by Garfield Tan · 7 years ago
  19. 1e74019 Allow additional tags when restoring TaskRecord. by Garfield Tan · 7 years ago
  20. 9b1efea Allow subclass of TaskRecord. by Garfield Tan · 7 years ago
  21. eb76b76 Move home stack behind top stack when split-screen is dismissed by Wale Ogunwale · 7 years ago
  22. 0ec2a35 Re-enable task trimming by Winson Chung · 7 years ago
  23. 03adf73 Merge "Only update the task description when the task/description changes" by TreeHugger Robot · 7 years ago
  24. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  25. 68a0633 Special handling of processes with recent tasks. by Dianne Hackborn · 7 years ago
  26. 8d9009e Only update the task description when the task/description changes by Winson Chung · 7 years ago
  27. 30e441d Support for setting stack windowing mode by Wale Ogunwale · 7 years ago
  28. d58d7b3 Inform WindowManager when Activity is reordered to front. by Bryce Lee · 7 years ago
  29. d37f28b Merge "Fix issues with TRON app transition logging" by Jorim Jaggi · 7 years ago
  30. 172e99f Fix issues with TRON app transition logging by Jorim Jaggi · 7 years ago
  31. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  32. 9a5c188 Merge "5/Organize and make running tasks code more efficient" by Winson Chung · 7 years ago
  33. eb1a99e Merge "Add trim levels to writeToProto" by TreeHugger Robot · 7 years ago
  34. 61c9e5a 5/Organize and make running tasks code more efficient by Winson Chung · 7 years ago
  35. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  36. 8664028 Merge "taskReturnToType be gone!" by Wale Ogunwale · 7 years ago
  37. ff29069 Merge "Initial implementation of LaunchingBoundsController." by Bryce Lee · 7 years ago
  38. 66e1685 taskReturnToType be gone! by Wale Ogunwale · 7 years ago
  39. 7e1f5f5 Simplified ActivityStack.shouldBeVisible() by Wale Ogunwale · 7 years ago
  40. dacefc4 Initial implementation of LaunchingBoundsController. by Bryce Lee · 7 years ago
  41. ab5de37 Made creation of multiple stacks more intentional. by Wale Ogunwale · 7 years ago
  42. 54bc942 Updated TaskDescription to pass drawable resource ID (1/2) by Matthew Ng · 7 years ago
  43. a0f5b5e Cache reference to stack objects we use a lot in AM. by Wale Ogunwale · 7 years ago
  44. 2bf2832 AM: introduce ActivityOptions.setLockTaskMode(). by Charles He · 7 years ago
  45. fb44d21 3/Removing unnecessary filtering logic for recent tasks in SystemUI by Winson Chung · 7 years ago
  46. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  47. 04a05ac Ability to getOrCreateStack by windowingMode/activityType in AM. by Wale Ogunwale · 7 years ago
  48. 4346f0a Convert ActivityManager dumpsys to protobuf by Steven Timotius · 7 years ago
  49. 0568aed ActivityOptions.set/getLaunchStackId() be gone! by Wale Ogunwale · 7 years ago
  50. 18d501a Merge "AM: refactor LockTask whitelist update logic." by Charles He · 7 years ago
  51. 520b283 AM: refactor LockTask whitelist update logic. by Charles He · 7 years ago
  52. 29bc1a0 Merge "Alternative fix for preventing PiP from screenshot sharing." into oc-mr1-dev am: 6d753c88d9 by Winson Chung · 7 years ago
  53. ed376a3 Alternative fix for preventing PiP from screenshot sharing. by Winson Chung · 7 years ago
  54. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  55. 9840ea9 Merge "Do not consider overlays when finding task to reuse." into oc-mr1-dev am: 32b477db15 by Bryce Lee · 7 years ago
  56. 9f6affd Do not consider overlays when finding task to reuse. by Bryce Lee · 7 years ago
  57. eea34ee9 Fixed build breakage by Wale Ogunwale · 7 years ago
  58. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  59. e7d2b85 Nuke everything obsoleted by task snapshots by Jorim Jaggi · 7 years ago
  60. afb458f5 Merge "Refactor all lock task related methods into a new class" by Benjamin Franz · 7 years ago
  61. a83859f Refactor all lock task related methods into a new class by Benjamin Franz · 7 years ago
  62. 3382ab1 Migrated some windowing methods from StackId to WindowConfiguration by Wale Ogunwale · 7 years ago
  63. 029f6df Merge "Only update reported configuration when triggered from AM side." into oc-mr1-dev am: e530e4db0c by Bryce Lee · 7 years ago
  64. e530e4d Merge "Only update reported configuration when triggered from AM side." into oc-mr1-dev by Bryce Lee · 7 years ago
  65. 8104e7a Only update reported configuration when triggered from AM side. by Bryce Lee · 7 years ago
  66. 71d61fa Merge "Add back support for force resize developer option." into oc-mr1-dev am: 23b7a8ad8b by Bryce Lee · 7 years ago
  67. c857a5b Add back support for force resize developer option. by Bryce Lee · 7 years ago
  68. 7ff3ff3 Merge "Switch WindowContainer to use ConfigurationContainer" by Wale Ogunwale · 7 years ago
  69. 2b99166 Merge "Fix activity start over Keyguard" into oc-dr1-dev am: 82e815616e by Selim Cinek · 7 years ago
  70. 02f1d2f Fix activity start over Keyguard by Jorim Jaggi · 7 years ago
  71. 8aa6f56 Merge "Start all visible running activities when attaching app" into oc-dr1-dev by Jorim Jaggi · 7 years ago
  72. ea039a8 Start all visible running activities when attaching app by Jorim Jaggi · 7 years ago
  73. 98d6231 Switch WindowContainer to use ConfigurationContainer by Wale Ogunwale · 7 years ago
  74. bfa0ed5 Merge "DO NOT MERGE Add permission to launch activities on VD" into oc-mr1-dev by Andrii Kulian · 7 years ago
  75. 94e82d9b0 DO NOT MERGE ActivityView be gone! by Andrii Kulian · 7 years ago
  76. 02689a7 DO NOT MERGE Add permission to launch activities on VD by Andrii Kulian · 7 years ago
  77. f7fe611 Merge "Add permission to launch activities on VD" by Andrii Kulian · 7 years ago
  78. 7158764 Add permission to launch activities on VD by Andrii Kulian · 7 years ago
  79. b1cdb10 ActivityView be gone! by Andrii Kulian · 7 years ago
  80. 942a85c Prevent non-fullscreen activities from triggering auto-enter PiP by Winson Chung · 7 years ago
  81. e37657f Merge "Fix TaskRecord wrong dump element firstActiveTime" am: 30895c5e1e am: 6bc2199774 am: 8274806df3 by daqi · 7 years ago
  82. 380758a Merge "Fix TaskRecord wrong dump element firstActiveTime" am: 30895c5e1e am: 6bc2199774 by daqi · 7 years ago
  83. 8bebf33 Merge "Set correct task remove mode when reparenting" into oc-dev am: 7b64dbd529 by Wale Ogunwale · 7 years ago
  84. 56d8d16 Set correct task remove mode when reparenting by Wale Ogunwale · 7 years ago
  85. 961e50e Fix TaskRecord wrong dump element firstActiveTime by daqi · 7 years ago
  86. d9c12f5 Merge "Merge "Removing check preventing pinned stack tasks from matching by affinity." into oc-dev am: 4ec5dd1d88" into oc-dev-plus-aosp by Winson Chung · 7 years ago
  87. 4ec5dd1 Merge "Removing check preventing pinned stack tasks from matching by affinity." into oc-dev by Winson Chung · 7 years ago
  88. 676c206 Merge "Don't relaunch activity in TaskRecord.size if caller deferResume" into oc-dev am: 25cedc232d by Wale Ogunwale · 7 years ago
  89. 5b895b7 Removing check preventing pinned stack tasks from matching by affinity. by Winson Chung · 7 years ago
  90. ea3d3fd Don't relaunch activity in TaskRecord.size if caller deferResume by Wale Ogunwale · 7 years ago
  91. de0ecde Merge "Remove redundant lockscreen shown check" into oc-dev am: 90c3489525 by lei.xa.liu · 7 years ago
  92. f14e93e Remove redundant lockscreen shown check by lei.xa.liu · 8 years ago
  93. 44118a5 Merge "Don't put non-resizeable activities on secondary displays" into oc-dev am: b216d0f09f by Andrii Kulian · 7 years ago
  94. 036e3ad Don't put non-resizeable activities on secondary displays by Andrii Kulian · 7 years ago
  95. a5db54e Merge "Allow at most one pinned stack task." into oc-dev am: 467deff7e9 by Bryce Lee · 7 years ago
  96. 04ab346 Allow at most one pinned stack task. by Bryce Lee · 7 years ago
  97. 0e502c0 Merge "Move stack to front in-sync with task reparenting" into oc-dev am: c4555784be by Wale Ogunwale · 7 years ago
  98. 2719cc1 Move stack to front in-sync with task reparenting by Wale Ogunwale · 7 years ago
  99. 0e0f0dc Merge "Revert "Revert "Handle case when snapshot dimensions don't match""" into oc-dev am: 971fe468a4 by Jorim Jaggi · 7 years ago
  100. 30d64f3 Revert "Revert "Handle case when snapshot dimensions don't match"" by Jorim Jaggi · 7 years ago