1. 02319a6 Associate WindowToken object with only one display at a time by Wale Ogunwale · 8 years ago
  2. e471be6 Fixed flicker on activity transition in docked stack. by Wale Ogunwale · 8 years ago
  3. 1979440 Merge "Cleaned-up RootWindowContainer.applySurfaceChangesTransaction" by TreeHugger Robot · 8 years ago
  4. 9d9d8f1 Cleaned-up RootWindowContainer.applySurfaceChangesTransaction by Wale Ogunwale · 8 years ago
  5. 8e9c1a5 Fix NPE in overridePlayingAppAnimations am: 6e5f3d2e9f am: 6799190178 by Jorim Jaggi · 8 years ago
  6. 834bbbd Merge "Add override and merged config to WindowContainer" by TreeHugger Robot · 8 years ago
  7. 441e449 Add override and merged config to WindowContainer by Andrii Kulian · 8 years ago
  8. 2b06bfc Made DisplayContent.mLayoutNeeded private scoped. by Wale Ogunwale · 8 years ago
  9. 6e5f3d2 Fix NPE in overridePlayingAppAnimations by Jorim Jaggi · 8 years ago
  10. ba51ca2 Fixed some test failure and log warnings. by Wale Ogunwale · 8 years ago
  11. eaabfab Switched RootWindowContainer to use WindowContainer. by Wale Ogunwale · 8 years ago
  12. e05f501 Added RootWindowContainer by Wale Ogunwale · 8 years ago
  13. fa854eb Fixed smoke test failures by Wale Ogunwale · 8 years ago
  14. 1e32e02 Move updating stack override config to ActivityStack by Andrii Kulian · 8 years ago
  15. 230804a Merge "Use Configuration#unset() instead of #setToDefaults() for clearing" by TreeHugger Robot · 8 years ago
  16. b10330d Use Configuration#unset() instead of #setToDefaults() for clearing by Andrii Kulian · 8 years ago
  17. f619286 Switched Task to use WindowContainer by Wale Ogunwale · 8 years ago
  18. 5dd901a Merge "Changed WindowContainer to take child type as a generic" by TreeHugger Robot · 8 years ago
  19. 828882a Merge "Configuration renaming and minor cleanup in AM and WM" by TreeHugger Robot · 8 years ago
  20. d90546a Changed WindowContainer to take child type as a generic by Wale Ogunwale · 8 years ago
  21. 8072d11 Configuration renaming and minor cleanup in AM and WM by Andrii Kulian · 8 years ago
  22. 3f4433d Made Task.mAppTokens private scoped by Wale Ogunwale · 8 years ago
  23. 9adfe57 Moved rebuilding of display WindowList to DisplayContent by Wale Ogunwale · 8 years ago
  24. 5136249 Support for specifying orientation in WindowContainer by Wale Ogunwale · 8 years ago
  25. 44f2180 Introduced WindowContainer.hasContentToDisplay by Wale Ogunwale · 8 years ago
  26. 571771c Added WindowContainer.removeImmediately to support immediate removal by Wale Ogunwale · 8 years ago
  27. d1c3791 Switched WindowToken/AppWindowToken to use WindowContainer by Wale Ogunwale · 8 years ago
  28. 9bc4773 Removed child windows from WindowToken window list by Wale Ogunwale · 8 years ago
  29. 32cbdcc resolve merge conflicts of c5bafe2 to master by Jorim Jaggi · 8 years ago
  30. 6626f54 Add animation when unoccluding windows (1/2) by Jorim Jaggi · 8 years ago
  31. 813be13 DO NOT MERGE -- Only use saved surface if started by launcher or moved to front by Chong Zhang · 8 years ago
  32. ad24f96 Only use saved surface if started by launcher or moved to front by Chong Zhang · 8 years ago
  33. 921f8e3 resolve merge conflicts of 9391bc5 to master by Chong Zhang · 8 years ago
  34. 4d263be resolve merge conflicts of 28117e0 to master by Chong Zhang · 8 years ago
  35. b0d2670 Wallpaper target selection during animation by Chong Zhang · 8 years ago
  36. f96cb3c Revert "DO NOT MERGE -- Revert the following two commits as they're causing flickering" by Chong Zhang · 8 years ago
  37. 44bd57e DO NO MERGE -- Revert the following two commits as they're causing flickering by Chong Zhang · 8 years ago
  38. 12d266f Fix build break due to 44089019 by Chong Zhang · 8 years ago
  39. 7ba52ed Clear WS.mDestroying on AWT.clearAnimatingFlags am: 3c0d44e633 am: 5d132bf021 by Wale Ogunwale · 8 years ago
  40. 3c0d44e Clear WS.mDestroying on AWT.clearAnimatingFlags by Wale Ogunwale · 8 years ago
  41. 808621c Some fixes for transition animation selection by Chong Zhang · 8 years ago
  42. 92fc372 Replaced use of AppWindowToken.allAppWindows with WindowToken.windows by Wale Ogunwale · 8 years ago
  43. a6cc361 Add child windows to their parent WindowToken by Wale Ogunwale · 8 years ago
  44. 2049dbf Replaced use of WT.appWindowToken with WT.asAppWindowToken by Wale Ogunwale · 8 years ago
  45. 9f25bee Made AppWindowToken.allAppWindows private by Wale Ogunwale · 8 years ago
  46. e4da0c1 Made WindowToken.windows protected. by Wale Ogunwale · 8 years ago
  47. 37f0905 Merge "Some fixes for transition animation selection" by Chong Zhang · 8 years ago
  48. ec8299c Some fixes for transition animation selection by Chong Zhang · 8 years ago
  49. 455fac5 Removed use of WindowState.mTargetAppToken by Wale Ogunwale · 8 years ago
  50. b0df7b2 resolve merge conflicts of 70327bd to master by Chong Zhang · 8 years ago
  51. e05bcb1 Cleanup mAnimatingExit flag before maybeUpdateTransitToWallpaper() by Chong Zhang · 8 years ago
  52. b2f4641 Clean up surfaces when app is resumed without being stopped. am: 45e6d2dc8b by Chong Zhang · 8 years ago
  53. 45e6d2d Clean up surfaces when app is resumed without being stopped. by Chong Zhang · 8 years ago
  54. e4343ef Switched WindowState to use WindowContainer for managing children by Wale Ogunwale · 8 years ago
  55. adde52e Made WindowState.mChildWindow private scoped by Wale Ogunwale · 8 years ago
  56. 9d14790 Track hidden state of window in itself vs. all child windows. by Wale Ogunwale · 8 years ago
  57. 30efa24 Merge changes I38cff63b,Id3739bbc,If052cd8c into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  58. fd10cd1 Force CROSSFADE rotation when launching from double tap gesture. by Robert Carr · 8 years ago
  59. 5bf74ae Merge \"Only use one SurfaceControlWithBackground per AppToken.\" into nyc-dev by Robert Carr · 8 years ago
  60. 91b22809 Only use one SurfaceControlWithBackground per AppToken. by Robert Carr · 8 years ago
  61. 37dbafc Added checks while unfreezing bounds by Wale Ogunwale · 8 years ago
  62. 8fd7542 Reset relaunching count is app dies during re-launch by Wale Ogunwale · 8 years ago
  63. 0e85247 Limit global drags to apps targeting SDK 24 and above by Yorke Lee · 8 years ago
  64. f58631a Destroy saved surfaces if one of the last visible windows gets removed by Chong Zhang · 8 years ago
  65. 26c8c42 Also freeze configuration when freezing bounds by Jorim Jaggi · 8 years ago
  66. 8e4bda9 Fix a flicker when window is removed during entering animation by Chong Zhang · 8 years ago
  67. 32de365 Fix replacing window timeouts by Chong Zhang · 8 years ago
  68. 9214704 Fixes for restoring more than one child surfaces by Chong Zhang · 8 years ago
  69. eb66557 Make sure preserved surface is removed when it's no longer needed by Chong Zhang · 8 years ago
  70. e42d0e1 Don't remove all app token windows when window client dies by Wale Ogunwale · 8 years ago
  71. b7b4a56 Fix restoring surface for child windows by Chong Zhang · 8 years ago
  72. 4d7369a Request a wallpaper update pass when wallpaper target is set to visible by Chong Zhang · 8 years ago
  73. 5c80c41 Final fixes for growing recents transition by Jorim Jaggi · 8 years ago
  74. 8bc8907 Correct window replacement string comparison. by Robert Carr · 8 years ago
  75. b439a63 Correctly prevent entrance animation for replacing windows. by Robert Carr · 8 years ago
  76. d1a010f Replace secondary app windows across activity relaunch. by Robert Carr · 8 years ago
  77. 65d15d0 Fixing misc issues that leads to black screen when pressing Home by Chong Zhang · 8 years ago
  78. d78ddb4 Some fixes for black screen when pressing home button by Chong Zhang · 8 years ago
  79. 8d5a542 Clear app token mAppStopped when app resumes. by Wale Ogunwale · 8 years ago
  80. 2728bf4 Added more log points for add/remove in window manager. by Wale Ogunwale · 8 years ago
  81. 9017ec0 Remove starting window whenever the acitvity is stopped by Wale Ogunwale · 8 years ago
  82. c48a354 Clean-up WindowState if exit animation is done before app finishes by Wale Ogunwale · 8 years ago
  83. 4113ffa Make sure mExiting is cleared when app is set to visible by Chong Zhang · 8 years ago
  84. 5471e90 Clearing mDestroying flag when app is made visible again by Chong Zhang · 8 years ago
  85. 69abc19 Multi-window optimizations #1 by Jorim Jaggi · 8 years ago
  86. e12aece Ensure surfaces stay alive until activity stop. by Robert Carr · 9 years ago
  87. 6bb8250 Don't clear mExiting if window is going to be removed. by Chong Zhang · 9 years ago
  88. bfc2f8f Some fixes for saved surfaces by Chong Zhang · 9 years ago
  89. b1faf60 Use resizeMode integer instead of resizeable boolean. by Wale Ogunwale · 9 years ago
  90. eb22e8e Fixes for broken saved surface by Chong Zhang · 9 years ago
  91. 0102a8a Merge "Replace SurfaceViews across resize trigerred relaunches." by Rob Carr · 9 years ago
  92. 23fa16b Replace SurfaceViews across resize trigerred relaunches. by Robert Carr · 9 years ago
  93. 4846ee3 Optimize window relayouts when dragging divider by Jorim Jaggi · 9 years ago
  94. f596cd5 Some fixes for docking from navigation bar use case by Chong Zhang · 9 years ago
  95. 0429f35 Freeze task bounds when relaunching by Jorim Jaggi · 9 years ago
  96. 6cae765 Added support for android.R.attr#alwaysFocusable by Wale Ogunwale · 9 years ago
  97. a1eb439 Move window replacement tracking to window state. by Robert Carr · 9 years ago
  98. 0bd180d Improve debugging setup for window manager package. by Filip Gruszczynski · 9 years ago
  99. 13f7be9e Move surface save state tracking to WindowState. by Robert Carr · 9 years ago
  100. 298a4dc Merge "Prevent windows in pinned stack from gaining window focus." by Wale Ogunwale · 9 years ago