1. a8c2c22 Merge "Don't include front most excluded task in Multi-Window mode" by Treehugger Robot · 8 years ago
  2. 7bccd43 Don't include front most excluded task in Multi-Window mode by Yoshinori Hirano · 8 years ago
  3. a4fab41 Workaround for not showing previous tasks when time is set. by Winson · 8 years ago
  4. 36f3f03 Revert "Fixing issue with old tasks being visible in Overview" by Winson Chung · 8 years ago
  5. b258f6a Fixing issue with old tasks being visible in Overview by Winson · 8 years ago
  6. a0b4b16 Adding debugging for last active time. by Winson · 8 years ago
  7. 2b8dcde Merge "Workaround for empty recents, defer the enter animation." into nyc-dev by Winson Chung · 8 years ago
  8. 449a4e2 Workaround for empty recents, defer the enter animation. by Winson · 8 years ago
  9. dfd7be0 Fixing issue with excluded task showing when docking. by Winson · 8 years ago
  10. 27c28f8 Fix exception when docking task. by Winson · 8 years ago
  11. 6976f7b Disabling movement of entire affiliated task set. by Winson · 8 years ago
  12. 3273f31 Also notify divider when getting DockedTopTaskEvent by Jorim Jaggi · 8 years ago
  13. 95ee873 Skip scroll-to animation when undocking and there are no tasks. by Winson · 8 years ago
  14. d6a3949 Make sure to notify divider always by Jorim Jaggi · 8 years ago
  15. 3f32e7e Tweaks to make overview animations to match spec. by Winson · 8 years ago
  16. 3ca1028 Closing system windows when dismissing recents to app or home. by Winson · 8 years ago
  17. d46b727 Removing legacy calculation of Recents visibility. by Winson · 8 years ago
  18. 29a763b Adding additional dump logging to track down bugs. by Winson · 8 years ago
  19. 25160db Optimize some binder calls when recents configuration changes by Jorim Jaggi · 8 years ago
  20. d2a0306 Adding desired undocking animation. by Winson · 8 years ago
  21. 67c7957 Fixing various layout issues when docking by Winson · 8 years ago
  22. 670ea71 Reducing work on configuration change (Part 1) by Winson · 8 years ago
  23. 9b00139 Updating visuals for incompatible apps. by Winson · 8 years ago
  24. d72c315 Adding more logging of the state to the bug report. by Winson · 8 years ago
  25. 500ba75 Disabling the nav bar scrim when Recents is docked. by Winson · 8 years ago
  26. 933076d Refactor usages of Picture In Picture and Multi Window (1/4) by Andrii Kulian · 8 years ago
  27. 44849b8 Should not update initial state at all on resize. by Winson · 8 years ago
  28. e8a4eff Moving the background to the window. by Winson · 8 years ago
  29. c69249f Fixing regression in recents entrance animation when docking app by Winson · 8 years ago
  30. 619e40c Fix config change layout. (Part 2) by Winson · 8 years ago
  31. a1ededd Launch state/config change audit. (Part 1) by Winson · 8 years ago
  32. c69bd22 Implement transition for docking task in recents #6 by Jorim Jaggi · 8 years ago
  33. 192086e Implement transition for docking task in recents #1 by Jorim Jaggi · 8 years ago
  34. 2170093 Don’t scale task thumbnails. by Winson · 8 years ago
  35. 8f6ee48 Completely removing dead code related to history view. by Winson · 8 years ago
  36. 008ee15f Completely removing dead code related to search widget. by Winson · 8 years ago
  37. 59924fe Iterating on stack layout by Winson · 8 years ago
  38. 2068408 Allow dragging to dock single tasks. by Winson · 8 years ago
  39. 96e6134 Scroll to the launch-task when toggling overview. by Winson · 8 years ago
  40. 196e861 Updating empty state graphic. by Winson · 8 years ago
  41. a180985 Fixing issue with the stack layout not being updated on config change. by Winson · 8 years ago
  42. 73492c5 Fixing issue with animations not being cancelled. by Winson · 8 years ago
  43. 8873754 Refactoring to update stack in onResume. by Winson · 8 years ago
  44. e693aaf Disabling timer by Winson · 8 years ago
  45. 7c51684 add all those great comments from the other file by Chris Wren · 8 years ago
  46. 931845f Dev preview changes for incompatible apps. by Winson · 8 years ago
  47. 91b225d Disabling history by Winson · 8 years ago
  48. 4232952 Adding logging for timeout and other features. by Winson · 8 years ago
  49. e161f08 Multi-window optimizations #3 by Jorim Jaggi · 8 years ago
  50. b61e654 Fallback 1 for Recents timeout behaviour by Winson · 8 years ago
  51. 40a2273 Minor tweak to enter/exit animation for the home activity. by Winson · 8 years ago
  52. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 9 years ago
  53. 214f0f0 Part 2: Adding clear-all to history by Winson · 9 years ago
  54. 49df420 Part 1: Tweaking history transition to match design. by Winson · 9 years ago
  55. f6e9228b move framework metrics over to new proto by Chris Wren · 9 years ago
  56. 4b9cded Enabling fast switching for all users. by Winson · 9 years ago
  57. 11cc01d Add animation when docking top task with long press by Jorim Jaggi · 9 years ago
  58. 65c851e Fixing several regressions with affiliated tasks. by Winson · 9 years ago
  59. d8d896c Adding logging for history and paging. by Winson · 9 years ago
  60. df3012b Enforce single deletion per key press. by Winson · 9 years ago
  61. 4b057c6 Fixing crash when dismissing last stack task. by Winson · 9 years ago
  62. 5500390 Reducing numerous extraneous allocations. by Winson · 9 years ago
  63. b124d56 Indicator for task auto-select by Peter Schiller · 9 years ago
  64. dc8de84 Cleaning up imports and dead code. by Winson · 9 years ago
  65. ef06413 Moving more callbacks to animated events. by Winson · 9 years ago
  66. d8b1d63 Fixing issue with exit animation due to incorrect visibility state. by Winson · 9 years ago
  67. aaeaac1 Refactoring to AnimatedEvent. by Winson Chung · 9 years ago
  68. 4e5fb2f Allowing tasks to be swiped away in the history view. by Winson Chung · 9 years ago
  69. 0626677 Ensuring that the undocked task is visible in Overview. by Winson Chung · 9 years ago
  70. 48f2cda Removing the debug header bar icon. by Winson Chung · 9 years ago
  71. 4ab4d83 Saving the stack state when you rotate. by Winson Chung · 9 years ago
  72. 9a74290 Coordinating empty view with the history view. by Winson Chung · 9 years ago
  73. 8c38fd3 Revert "Saving the stack state when you rotate." by Winson Chung · 9 years ago
  74. bf0be0a Saving the stack state when you rotate. by Winson Chung · 9 years ago
  75. b495300 Adding workaround to prevent flicker in Recents when resizing. by Winson · 9 years ago
  76. a0731a1 Fixing crash when trying to reset focused task after removing task. by Winson · 9 years ago
  77. 5b7dd53 Updating the freeform workspace layout by Winson · 9 years ago
  78. 479f744 Improving drag and drop by Winson · 9 years ago
  79. 250608a Separating the stack vs the historical tasks. by Winson · 9 years ago
  80. c29ff00 Adding history view. by Winson · 9 years ago
  81. 435b2e4 Reload tasks when doing drag gesture by Jorim Jaggi · 9 years ago
  82. b1e71d0 Making stack visibility more specific to the launching tasks. by Winson · 9 years ago
  83. e5f1faa Porting over keyboard changes from other branch. by Winson · 9 years ago
  84. 397ae74 Removing unused code by Winson · 9 years ago
  85. 8b1871d Adding tuner params for paging and full screen thumbnails. by Winson · 9 years ago
  86. c7b4a79 Move hiding of stack views into onStart from onResume. by Filip Gruszczynski · 9 years ago
  87. cc95391 Make recents visible on resume unless requested otherwise. by Filip Gruszczynski · 9 years ago
  88. c742f97 Adding tuner param to enable fast-toggling. by Winson · 9 years ago
  89. 1a4dfe5 Synchronize recents to freeform transition. by Filip Gruszczynski · 9 years ago
  90. 3fb6756 Removing hacks to delay app animations until window animations complete. by Winson · 9 years ago
  91. 83c1b07 Fixing issue with wrong transition when tasks are offscreen. by Winson · 9 years ago
  92. 13d3066 Fixing issue with canceling the thumbnail in addition to the app window. by Winson · 9 years ago
  93. 1b58561 Fixing up some more focus edge cases. by Winson · 9 years ago
  94. 2f7d292 Supply app transition specs with a future by Jorim Jaggi · 9 years ago
  95. 5da4347 Fixing regression in alt-tab task. by Winson · 9 years ago
  96. 14b4e57 Remove blink during the freeform -> recents transition. by Filip Gruszczynski · 9 years ago
  97. c28098f Add ability to cancel task window transitions. by Winson · 9 years ago
  98. 57311f7 Merge "Hide recents during freeform to recents animation." by Filip Gruszczynski · 9 years ago
  99. 1a5203d Hide recents during freeform to recents animation. by Filip Gruszczynski · 9 years ago
  100. 36a5a2c Initial layout/behaviour for freeform workspace. by Winson · 9 years ago