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