1. 9017ec0 Remove starting window whenever the acitvity is stopped by Wale Ogunwale · 8 years ago
  2. 42625d1b New behavior for docked stack when going home by Jorim Jaggi · 8 years ago
  3. 46b1ac6 Schedule stop immediately when activity is invisible and done pausing by Chong Zhang · 8 years ago
  4. 2be760d Clean-up starting window if resuming activity in another stack by Wale Ogunwale · 8 years ago
  5. a1c8cfe Merge "Remove AM/WM traces" into nyc-dev by Chong Zhang · 8 years ago
  6. e05db74 Remove AM/WM traces by Chong Zhang · 8 years ago
  7. 5658e4b Don't resume activity on start if there are activities pausing. by Wale Ogunwale · 8 years ago
  8. 94b8402 Merge "Mark activity as visible and not stopped after resume-relaunch." into nyc-dev by Chong Zhang · 8 years ago
  9. 2b79af1 Mark activity as visible and not stopped after resume-relaunch. by Chong Zhang · 8 years ago
  10. d802664 Don't stop paused activities that are visible. by Wale Ogunwale · 8 years ago
  11. 74e2659 Further improvement to determining visiblility of tasks in home stack. by Wale Ogunwale · 8 years ago
  12. e66edb1 Do not update Record.visible if not setting visibility by Jorim Jaggi · 8 years ago
  13. e12aece Ensure surfaces stay alive until activity stop. by Robert Carr · 8 years ago
  14. 1b025a6 More multi-window fixes by Jorim Jaggi · 8 years ago
  15. 961f485 Window resize reporting improvement when docked stack is created by Wale Ogunwale · 8 years ago
  16. 22e2526 Improved timing of when system sends multi-window change event to app by Wale Ogunwale · 8 years ago
  17. cd872fb Merge "Improved logic for determining visiblility of activities in the home stack" by Wale Ogunwale · 8 years ago
  18. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 8 years ago
  19. 673cbd2 Improved logic for determining visiblility of activities in the home stack by Wale Ogunwale · 8 years ago
  20. 21b6058 Added isDockable field to RunningTaskInfo by Wale Ogunwale · 9 years ago
  21. 513346d Don't allow non-dockable activities/tasks in docked stack. by Wale Ogunwale · 9 years ago
  22. b1faf60 Use resizeMode integer instead of resizeable boolean. by Wale Ogunwale · 9 years ago
  23. d26176f Support different multi-window compatibility modes by Wale Ogunwale · 9 years ago
  24. 20d7df3 Crash dialog improvements, move crash code to AppErrors by Adrian Roos · 9 years ago
  25. 0af6fa7 Voice Interaction from within an Activity by Amith Yamasani · 9 years ago
  26. 834c236 Removed some left over log spam. by Wale Ogunwale · 9 years ago
  27. a95ca8d Fix unneccesary activity relaunches by Jorim Jaggi · 9 years ago
  28. 5ded997 Revert "Temporary logging to debug ActivityStarter crash." by Filip Gruszczynski · 9 years ago
  29. 7fca6d5 Temporary logging to debug ActivityStarter crash. by Filip Gruszczynski · 9 years ago
  30. 3ee3b9d Merge "Keeping only running users recents in memory" by Suprabh Shukla · 9 years ago
  31. 09a88f5 Keeping only running users recents in memory by Suprabh Shukla · 9 years ago
  32. 0e381e2 Fix visible-behind not visible for translucent activity in fullscreen stack. by Filip Gruszczynski · 9 years ago
  33. fdbdb9f Merge changes I55d96ec3,I0ebc4639 by Jorim Jaggi · 9 years ago
  34. a0fdeec Reenable task preloading in recents by Jorim Jaggi · 9 years ago
  35. 4e7fe71 Fix delivery of visible behind cancel action. by Filip Gruszczynski · 9 years ago
  36. 3e979d6 Merge "Only request stack resize after non full screen bounds were set." by Filip Gruszczynski · 9 years ago
  37. dce2d16 Only request stack resize after non full screen bounds were set. by Filip Gruszczynski · 9 years ago
  38. f81c1d1 Fixed some activity visiblility issues in picture-in-picutre mode by Wale Ogunwale · 9 years ago
  39. 303210b Start recents when bringing docked task to the front. by Filip Gruszczynski · 9 years ago
  40. 3c2db1d1 Set screenLayout in task configuration override. by Filip Gruszczynski · 9 years ago
  41. fe89d12 Add infrastructure to track activitiy relaunches by Jorim Jaggi · 9 years ago
  42. 6cae765 Added support for android.R.attr#alwaysFocusable by Wale Ogunwale · 9 years ago
  43. 4cea0f5 Don't allow unfocusable activity/stack to gain focus by Wale Ogunwale · 9 years ago
  44. d046a01 Consolidate resume activity code around focused stack. by Wale Ogunwale · 9 years ago
  45. 07a0e49 Collect activity starting logic into ActivityStarter class. by Filip Gruszczynski · 9 years ago
  46. 0583d3d Hiding pinned stack tasks from overview by Winson Chung · 9 years ago
  47. ad1f8e69 Merge "Fixed some issues with tasks with the same affinity in different stacks" by Wale Ogunwale · 9 years ago
  48. 3938197 Fixed some issues with tasks with the same affinity in different stacks by Wale Ogunwale · 9 years ago
  49. 1f544be Use accessor methods to get/set visibleBehindActivity by Wale Ogunwale · 9 years ago
  50. 4f7b035 Merge "Fix ephemeral post-install launching" by Todd Kennedy · 9 years ago
  51. 7440f17 Fix ephemeral post-install launching by Todd Kennedy · 9 years ago
  52. ead5c0f Enabling history and paging by default by Winson Chung · 9 years ago
  53. 77d9448 Log window mode to tron. by Filip Gruszczynski · 9 years ago
  54. 285ccef Move focus to visible behind activity when we move the home task back by Wale Ogunwale · 9 years ago
  55. cff4aa3 Make fullscreen stack visible if it has visible behind activity by Wale Ogunwale · 9 years ago
  56. 3d82ed6 Fix activity not launching from recents after it was dismissed. by Filip Gruszczynski · 9 years ago
  57. c2f262b Only take screenshot when hiding activities by Jorim Jaggi · 9 years ago
  58. ef2f72b Refactoring: merge two snippets of adding activity to stopped. by Filip Gruszczynski · 9 years ago
  59. 5f98609 APIs for activity to know when its windowing/pip modes change by Wale Ogunwale · 9 years ago
  60. 3696301 Merge "Update client configuration when resizing without crossing size threshold." by Filip Gruszczynski · 9 years ago
  61. a99fce5 Merge "Don't lose stopping state when getting paused confirmation." by Filip Gruszczynski · 9 years ago
  62. dba623a Don't lose stopping state when getting paused confirmation. by Filip Gruszczynski · 9 years ago
  63. ca66481 Update client configuration when resizing without crossing size threshold. by Filip Gruszczynski · 9 years ago
  64. 75b3720 Fix app over lockscreen being cropped by docked stack by Chong Zhang · 9 years ago
  65. 8294f82 Merge "Put PIP windows above transition animations." by Filip Gruszczynski · 9 years ago
  66. 114d5ca Put PIP windows above transition animations. by Filip Gruszczynski · 9 years ago
  67. 21199bd Run activity visibility adjustment even if there is no top running. by Filip Gruszczynski · 9 years ago
  68. 2998eef Set proper stack in WM when activity is moved to stack in AM by Wale Ogunwale · 9 years ago
  69. d045c82 Prevent windows in pinned stack from gaining window focus. by Wale Ogunwale · 9 years ago
  70. 387aac6 Fixing task view heights in paging tasks by Winson · 9 years ago
  71. b15758a Support scrolling for non-resizeable tasks in side-by-side mode by Chong Zhang · 9 years ago
  72. 8b1871d Adding tuner params for paging and full screen thumbnails. by Winson · 9 years ago
  73. 9104aea Split ActivityStack.ensureActivitiesVisibleLocked. by Filip Gruszczynski · 9 years ago
  74. c90d2b6 Merge "Consider stack invisible if it got no running apps." by Chong Zhang · 9 years ago
  75. b16cf34 Consider stack invisible if it got no running apps. by Chong Zhang · 9 years ago
  76. 66ed4c6 Fix lost window warning by Chong Zhang · 9 years ago
  77. 7790fda Merge "Set right bounds/configuration for task when positioned in stack." by Wale Ogunwale · 9 years ago
  78. 935e502 Set right bounds/configuration for task when positioned in stack. by Wale Ogunwale · 9 years ago
  79. 974f55f Merge "Saving additional context when taking task screenshots." by Winson Chung · 9 years ago
  80. c809cbb Saving additional context when taking task screenshots. by Winson · 9 years ago
  81. b317b22 Clear task bounds data when removing non-bounds persistable task. by Wale Ogunwale · 9 years ago
  82. 280d332 Construct ActivityOptions near top level by Chong Zhang · 9 years ago
  83. 112eb8c Save window when an app died while it's visible by Chong Zhang · 9 years ago
  84. 92fe44e Merge "UserController refactoring" by Fyodor Kupolov · 9 years ago
  85. f63b89c UserController refactoring by Fyodor Kupolov · 9 years ago
  86. 02a5a6b Merge "Added StackId object for checking what features a stack supports" by Wale Ogunwale · 9 years ago
  87. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  88. 20aa0ae More granular reporting of size configurations. by Filip Gruszczynski · 9 years ago
  89. a445a68 Merge "Support for pinned stack to always be on-top of visible stacks" by Wale Ogunwale · 9 years ago
  90. 1e60e0c Support for pinned stack to always be on-top of visible stacks by Wale Ogunwale · 9 years ago
  91. d64ef3e Freeform to recents app transition. by Filip Gruszczynski · 9 years ago
  92. 0f6cb2d Merge "Passing stack id with RunningTaskInfo." by Winson Chung · 9 years ago
  93. 5510f6c Passing stack id with RunningTaskInfo. by Winson · 9 years ago
  94. 079a004 API for moving top activity in a stack to pinned stack. by Wale Ogunwale · 9 years ago
  95. 99db186 Added support for pinned stack. by Wale Ogunwale · 9 years ago
  96. 610acda Introduced UserController for multi-user functionality by Fyodor Kupolov · 9 years ago
  97. fdcc4d4 Assign different oom score to visible apps based on layer ordering. by Chong Zhang · 9 years ago
  98. b3ad483 Merge "Ensure state transition of paused activity." am: c2b9c5388a am: 11695e8081 by Wale Ogunwale · 9 years ago
  99. 9caeef7 Ensure state transition of paused activity. by riddle_hsu · 9 years ago
  100. 64776ef Merge "Revert "Dont update thumbnails of freeform windows on focus change"" by Wale Ogunwale · 9 years ago