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