1. e07246a Set stack size and position and update children surface position. by chaviw · 7 years ago
  2. 988f668 Lock free app animations (4/n): Implement thubmnail by Jorim Jaggi · 7 years ago
  3. f5f9e12 Lock free app animations (2/n): Use SurfaceAninimator by Jorim Jaggi · 7 years ago
  4. a5e1057 Lock free animations (2/2) by Jorim Jaggi · 7 years ago
  5. ffe128d Optimize surface hierarchy by Jorim Jaggi · 7 years ago
  6. f3c6a47 Store bounds in WindowConfiguration. by Bryce Lee · 7 years ago
  7. f59b8dd Reimplement DimLayer's using hierarchy. by Robert Carr · 7 years ago
  8. b1579c8 Re-implement Z-ordering based off SurfaceControl hierarchy. by Robert Carr · 7 years ago
  9. 111aff9 Add window manager tracing by Adrian Roos · 7 years ago
  10. 64e77cf Correct stackstack typo by Matthew Ng · 7 years ago
  11. 4921ccf Add trim levels to writeToProto by Adrian Roos · 7 years ago
  12. 6191149 Cache reference to stack objects we use a lot in WM. by Wale Ogunwale · 7 years ago
  13. 44f036f Removed remaining use of static stack ids. by Wale Ogunwale · 7 years ago
  14. 6827856 HOME_STACK_ID, ASSISTANT_STACK_ID, and RECENTS_STACK_ID be gone! by Wale Ogunwale · 7 years ago
  15. 0d5609b Added WindowConfigurationProto and friends by Wale Ogunwale · 7 years ago
  16. 926aade Introducing split-screen windowing modes. by Wale Ogunwale · 7 years ago
  17. 034a8ec Introducing ConfigurationContainerListener by Wale Ogunwale · 7 years ago
  18. 6fbde9f Introducing activityType window configuration. by Wale Ogunwale · 7 years ago
  19. 3382ab1 Migrated some windowing methods from StackId to WindowConfiguration by Wale Ogunwale · 7 years ago
  20. af03df6 Update WindowManager to output dumpsys in protobuf format by Steven Timotius · 7 years ago
  21. e6c6ecb Fix snapshots for dialogs by Jorim Jaggi · 7 years ago
  22. be9be7f Move starting window dim layers behind the activity window layers by Winson Chung · 7 years ago
  23. 2c9f203 Track added/removed window when focus is null by Wale Ogunwale · 7 years ago
  24. 51304d7 Take snapshot when screen is turning off by Jorim Jaggi · 7 years ago
  25. 18f622f Preserve non-floating state when entering pinned stack. by Robert Carr · 7 years ago
  26. 9425116 Check only task's override config for adjusting bounds by Andrii Kulian · 7 years ago
  27. 8997322 Fixed transition animation from pipable activities by Wale Ogunwale · 7 years ago
  28. 2719cc1 Move stack to front in-sync with task reparenting by Wale Ogunwale · 7 years ago
  29. 40a5f93 Fixing animating bounds regression. by Winson Chung · 7 years ago
  30. 30d64f3 Revert "Revert "Handle case when snapshot dimensions don't match"" by Jorim Jaggi · 7 years ago
  31. ba53d8a Revert "Handle case when snapshot dimensions don't match" by Jason Monk · 7 years ago
  32. aea6b74 Handle case when snapshot dimensions don't match by Jorim Jaggi · 7 years ago
  33. 61fbcbc Do not allow Tasks to influence orientation under some conditions. by Bryce Lee · 7 years ago
  34. 6914f08 Fix various flashes when moving stacks. by Robert Carr · 7 years ago
  35. 7fbeb8a Remove mTask from AppWindowToken. by Bryce Lee · 7 years ago
  36. 6d41026 Clean up closing apps list when clearing anAppWindowToken's task. by Bryce Lee · 7 years ago
  37. 7e4c90e Pinned stack animation: Fix inset logic. by Robert Carr · 7 years ago
  38. 069bbd3 Removed android.R.attr#onTopLauncher by Wale Ogunwale · 7 years ago
  39. 1666e31 Added StackWindowContainerController by Wale Ogunwale · 8 years ago
  40. d339538 Remove dependency on resizable activity to enter PiP. by Winson Chung · 8 years ago
  41. 829b9cd Fill task snapshot with background color by Jorim Jaggi · 7 years ago
  42. f0a60a9 Workaround for leaked dim layer. by Wale Ogunwale · 7 years ago
  43. aba2418 Merge "Notify task about display change when moved to new stack" by TreeHugger Robot · 7 years ago
  44. 7cd7c2d Notify task about display change when moved to new stack by Andrii Kulian · 7 years ago
  45. 329a583 Follow-up for I01e81b9cd11886da734da671c68d5732aa51009f by Jorim Jaggi · 7 years ago
  46. 2ec5989 Merge changes I01e81b9c,I532c2d74 by TreeHugger Robot · 7 years ago
  47. fb9d78a Add a listener when task snapshots change by Jorim Jaggi · 7 years ago
  48. c5cc301 Have better separation between adding, positioning, and reparenting task by Wale Ogunwale · 7 years ago
  49. e1fe7fa2 Added TaskWindowContainerController by Wale Ogunwale · 8 years ago
  50. 45a61fe Make sure cleanup is always done when task is removed by Andrii Kulian · 7 years ago
  51. d276563 Add positionChildAt method to WindowContainer by Andrii Kulian · 8 years ago
  52. 72919d2 Untangle creation of Task from addition of AppToken in WM. by Wale Ogunwale · 8 years ago
  53. 322347b Adding orientation preserving resizing by skuhne@google.com · 8 years ago
  54. 6213caa Revert "Revert "WindowList be gone!"" by Wale Ogunwale · 8 years ago
  55. 3d0bfd9 Prevent orphaning of windows when token is removed by Wale Ogunwale · 8 years ago
  56. ae1ff4f Split home stack into home and recents stack by Matthew Ng · 8 years ago
  57. fe76234 The big keyguard transition refactor (1/n) by Jorim Jaggi · 8 years ago
  58. 5406e7a Apply display override config for secondary displays by Andrii Kulian · 8 years ago
  59. df241e9 Allow home activity to be resizeable if it explicitly wants to be. by Wale Ogunwale · 8 years ago
  60. 3eadad7 Removed ActivityInfo.RESIZE_MODE_CROP_WINDOWS and related code. by Wale Ogunwale · 8 years ago
  61. 1779e61 Use ConfigurationContainer for holding configs in AM hierarchy by Andrii Kulian · 8 years ago
  62. 441e449 Add override and merged config to WindowContainer by Andrii Kulian · 8 years ago
  63. 5a2183d Renamed Task.mFullscreen to mFillsParent by Wale Ogunwale · 8 years ago
  64. c463e06 Merge changes Idcc4cdd4,I75add6a9,I2aeda867,I1ff912c4 by TreeHugger Robot · 8 years ago
  65. 14a3fb9 Switched TaskStack to use WindowContainer by Wale Ogunwale · 8 years ago
  66. 68e5c9e Log transaction state to RemoteSurfaceTrace. by Robert Carr · 8 years ago
  67. f619286 Switched Task to use WindowContainer by Wale Ogunwale · 8 years ago
  68. 828882a Merge "Configuration renaming and minor cleanup in AM and WM" by TreeHugger Robot · 8 years ago
  69. 8072d11 Configuration renaming and minor cleanup in AM and WM by Andrii Kulian · 8 years ago
  70. 3f4433d Made Task.mAppTokens private scoped by Wale Ogunwale · 8 years ago
  71. 9adfe57 Moved rebuilding of display WindowList to DisplayContent by Wale Ogunwale · 8 years ago
  72. ec73115 Moved adding to display WindowList to DisplayContent by Wale Ogunwale · 8 years ago
  73. 63d4ecc Moved window focus calculation to DisplayContent by Wale Ogunwale · 8 years ago
  74. 5136249 Support for specifying orientation in WindowContainer by Wale Ogunwale · 8 years ago
  75. 44f2180 Introduced WindowContainer.hasContentToDisplay by Wale Ogunwale · 8 years ago
  76. 571771c Added WindowContainer.removeImmediately to support immediate removal by Wale Ogunwale · 8 years ago
  77. d1c3791 Switched WindowToken/AppWindowToken to use WindowContainer by Wale Ogunwale · 8 years ago
  78. 9bc4773 Removed child windows from WindowToken window list by Wale Ogunwale · 8 years ago
  79. 32cbdcc resolve merge conflicts of c5bafe2 to master by Jorim Jaggi · 8 years ago
  80. 83ff4b5 resolve merge conflicts of d33f893 to master by Jorim Jaggi · 8 years ago
  81. 6626f54 Add animation when unoccluding windows (1/2) by Jorim Jaggi · 8 years ago
  82. 160a3c5 Fix invalid divider state while rotating by Jorim Jaggi · 8 years ago
  83. fea963e Add new window type TYPE_DRAWN_APPLICATION by Chong Zhang · 8 years ago
  84. 9f25bee Made AppWindowToken.allAppWindows private by Wale Ogunwale · 8 years ago
  85. dd1e66f Add more onTopLauncher support. by Jiaquan He · 8 years ago
  86. 2e2c81a Remove two-finger scroll specific code by Chong Zhang · 8 years ago
  87. 0313845 Never set resized while not drag resizing for pinned stack. by Robert Carr · 8 years ago
  88. eb1d322 Clear mResizedWhileNotDragResizing flag after reporting by Andrii Kulian · 8 years ago
  89. 26c8c42 Also freeze configuration when freezing bounds by Jorim Jaggi · 8 years ago
  90. 29bfbb8 Fixed some issues with fullscreen dimming by Wale Ogunwale · 8 years ago
  91. 5117e27 Apply IME adjust to newly added window by Chong Zhang · 8 years ago
  92. e42d0e1 Don't remove all app token windows when window client dies by Wale Ogunwale · 8 years ago
  93. af558e1 Fix issues with docked stack not un-minimizing by Jorim Jaggi · 8 years ago
  94. 5c80c41 Final fixes for growing recents transition by Jorim Jaggi · 8 years ago
  95. 1ca6a33 Force windows to be scalable during pinned animation. by Robert Carr · 8 years ago
  96. bb9fb19 Merge changes Id603816c,I86e41324,I025d0558,I44d8dbac,Iabfc2e81, ... into nyc-dev by Rob Carr · 8 years ago
  97. ff71d20 Put windows into resizing during IME adjust animation by Jorim Jaggi · 8 years ago
  98. 2c17cd2 Only set mResizedWhileNotDragResizing for base windows. by Robert Carr · 8 years ago
  99. a86a6bf Fix Task dim with docked resize. by Robert Carr · 8 years ago
  100. 7c3912e Merge "Dismiss docked stack when opening non-resizable activity" into nyc-dev by Jorim Jaggi · 8 years ago