1. e1fa5a8 Merge "Clean-up change transition when cancelled before anim starts" by TreeHugger Robot · 5 years ago
  2. 25b5619 Clean-up change transition when cancelled before anim starts by Evan Rosky · 5 years ago
  3. ec820ed Merge "Fix flaky testVisibleWithInsetsProvider test" by Jorim Jaggi · 5 years ago
  4. a5dbf52 Set insets on the virtual display to avoid IME covering the bubble. by Issei Suzuki · 5 years ago
  5. db39c16 Fix flaky testVisibleWithInsetsProvider test by Yunfan Chen · 5 years ago
  6. 5d4f5eb Merge changes I1268101d,Id40470f6 by Jorim Jaggi · 5 years ago
  7. 72a8435 Merge "Never resume activities that are partially occluded" by Andrii Kulian · 5 years ago
  8. 424e875 Merge changes from topic "sc-destruction-cleanup" by Rob Carr · 5 years ago
  9. 0c869cc Never resume activities that are partially occluded by Andrii Kulian · 5 years ago
  10. a6f3561 Reparent IME window and handle non-fullscreen windows correctly by Tarandeep Singh · 5 years ago
  11. 5e696f1 Fix flaky WindowStateTests by Yunfan Chen · 5 years ago
  12. 40755dc Merge "Move no longer flaky tests back to pre-submit" by Wale Ogunwale · 5 years ago
  13. ebc78db Merge "Instrument wake up reasons." by Michael Wright · 5 years ago
  14. 71200f2 SurfaceControl: Provide Transaction#remove() method. by Robert Carr · 5 years ago
  15. da123a8 Merge "Only letterbox when display never rotates for app." by TreeHugger Robot · 5 years ago
  16. 8febd0a Move no longer flaky tests back to pre-submit by Wale Ogunwale · 5 years ago
  17. e300104 Instrument wake up reasons. by Michael Wright · 5 years ago
  18. 49dae10 Only letterbox when display never rotates for app. by Garfield Tan · 5 years ago
  19. 5ea304d Replace SurfaceControl#destroy with #remove by Robert Carr · 5 years ago
  20. 0c0fd65 Merge "Update Task surface position when bounds are changed" by TreeHugger Robot · 5 years ago
  21. 5bfb2b7 Merge "Allow for different log levels on WM traces" by Nataniel Borges · 5 years ago
  22. ccf67cd Merge "Verify config push to launchTaskBehind activities." by TreeHugger Robot · 5 years ago
  23. 8fc0510 Add tests for window decor caption and fix a flaky test by Yunfan Chen · 5 years ago
  24. 4026330 Verify config push to launchTaskBehind activities. by Garfield Tan · 5 years ago
  25. 023ecb5 Allow for different log levels on WM traces by Nataniel Borges · 5 years ago
  26. 89f5c1d Update Task surface position when bounds are changed by Evan Rosky · 5 years ago
  27. ea93540 Merge "Fix deferring making activities active" by Andrii Kulian · 5 years ago
  28. 302dcec Allow device owner app to start activities from background by Michal Karpinski · 5 years ago
  29. 867299e Merge "Change to use ConfigurationContainer.onParentChanged" by TreeHugger Robot · 5 years ago
  30. f219536 Fix deferring making activities active by Andrii Kulian · 5 years ago
  31. 4bc5649 Minor refactoring for instrumenting with background activity starts permission by Michal Karpinski · 5 years ago
  32. 3a4bb61 Change to use ConfigurationContainer.onParentChanged by Riddle Hsu · 5 years ago
  33. c717bec Merge "Allow apps that are currently instrumenting with background activity starts privileges to start activities from background" by Michal Karpinski · 5 years ago
  34. daef80f Allow apps that are currently instrumenting with background activity by Michal Karpinski · 5 years ago
  35. 18e46ef Merge "Ensure force-stopped process do not start again during cleanup" by TreeHugger Robot · 5 years ago
  36. f43f624 Merge "Support a ring buffer or a queue to store window manager traces" by TreeHugger Robot · 5 years ago
  37. aaef731 Ensure force-stopped process do not start again during cleanup by Riddle Hsu · 5 years ago
  38. 1e7328e Merge "Add testStartHomeOnAllDisplays back" by TreeHugger Robot · 5 years ago
  39. 98d92aa Support a ring buffer or a queue to store window manager traces by Nataniel Borges · 5 years ago
  40. 4fd5b84 Only log aborted activity background starts to TRON by Michal Karpinski · 5 years ago
  41. 2afb94e Add testStartHomeOnAllDisplays back by Chilun · 6 years ago
  42. 88e1108 Merge changes from topic "multi-resume_with_fix" by Andrii Kulian · 5 years ago
  43. 58d8b0d Merge "Add test for display configuration listener" by TreeHugger Robot · 5 years ago
  44. 6b32151 Multiple resumed activities by Andrii Kulian · 5 years ago
  45. b29cbfd Add test for display configuration listener by Yunfan Chen · 5 years ago
  46. a91b6af Merge changes I841d2621,I456f6695 by TreeHugger Robot · 5 years ago
  47. 1af8494 Merge "Add per-display RemoteAnimation overrides and flag to disable snapshots" by Evan Rosky · 5 years ago
  48. 291a7c6 Merge "Whitelist NFC_UID to open activities from background" by TreeHugger Robot · 5 years ago
  49. 966759f Add per-display RemoteAnimation overrides and flag to disable snapshots by Evan Rosky · 5 years ago
  50. e345fb2 Merge "Show a toast for background activity starts but only abort the start if the feature is enabled (it's disabled by default)" by Michal Karpinski · 5 years ago
  51. b416f47 Whitelist NFC_UID to open activities from background by Michal Karpinski · 5 years ago
  52. a2759b2 Fix a couple of issues with insets by Jorim Jaggi · 5 years ago
  53. 2289ba1 Change Transition by Evan Rosky · 6 years ago
  54. 83a15de Merge "Revert "Multiple resumed activities"" by TreeHugger Robot · 5 years ago
  55. 302d36b Merge changes from topic "public-sc" by Rob Carr · 5 years ago
  56. 90a0a46 Merge "Remove unnecessary spy mock from TaskPositionerTests" by TreeHugger Robot · 5 years ago
  57. f2d3f74 Revert "Multiple resumed activities" by Andrii Kulian · 5 years ago
  58. b2b7220 Merge "Scale task snapshots to very small on low RAM." by TreeHugger Robot · 5 years ago
  59. 10584fa SurfaceControl: Accept instance rather than handle for reparent by Robert Carr · 5 years ago
  60. c02364c Show a toast for background activity starts but only abort the start by Michal Karpinski · 5 years ago
  61. b52fdc4 Remove unnecessary spy mock from TaskPositionerTests by Tadashi G. Takaoka · 5 years ago
  62. e8cd32b3 Merge "Letterbox: query overlaps with global coordinates" by Adrian Roos · 5 years ago
  63. 26058dc Merge "Multiple resumed activities" by Andrii Kulian · 5 years ago
  64. 73f21b1 Letterbox: query overlaps with global coordinates by Adrian Roos · 5 years ago
  65. 5142d33 Merge "Update configuration to activiy after letterbox." by TreeHugger Robot · 5 years ago
  66. 36a69ad Update configuration to activiy after letterbox. by Garfield Tan · 5 years ago
  67. 6bec0b4 Renamed WmServiceUtils.java to TestSystemServices.java by Wale Ogunwale · 5 years ago
  68. 976ca47 Remove createActivityTaskManagerService and setupActivityTaskManagerService by Wale Ogunwale · 5 years ago
  69. 5bca8b8 Multiple resumed activities by Andrii Kulian · 6 years ago
  70. 0485504 Merge "Revert "Remove failure test that broke presubmit and build"" by TreeHugger Robot · 5 years ago
  71. 076a4f1 Merge "Ensure all stacks got examined for removal" by TreeHugger Robot · 5 years ago
  72. f93c06f Revert "Remove failure test that broke presubmit and build" by Yunfan Chen · 5 years ago
  73. 0b9b1d4 Remove failure test that broke presubmit and build by Yunfan Chen · 5 years ago
  74. ba5f815 Fix TaskRecordTests build failure by Yunfan Chen · 5 years ago
  75. 6103b33 Merge "Remove StackWindowController and StackWindowListener (46/n)" by Yunfan Chen · 5 years ago
  76. 716a9db Scale task snapshots to very small on low RAM. by Kevin · 6 years ago
  77. cdfa6ed Merge "Use rotation to report handling for orientation." by TreeHugger Robot · 5 years ago
  78. 37e43a8 Merge "Add unit tests for resize relaunch." by TreeHugger Robot · 5 years ago
  79. 279f558 Remove StackWindowController and StackWindowListener (46/n) by Yunfan Chen · 6 years ago
  80. f787e53 Ensure all stacks got examined for removal by Louis Chang · 5 years ago
  81. acadc17 Merge "Fix harmful nesting spy on RootWindowContainer" by TreeHugger Robot · 5 years ago
  82. 0bf94c6 Merge "Switch fullscreen policy to use top activity instead of root" by Evan Rosky · 5 years ago
  83. ff6f8b8 Fix harmful nesting spy on RootWindowContainer by Tadashi G. Takaoka · 5 years ago
  84. f6cc5c9 Add unit tests for resize relaunch. by Garfield Tan · 5 years ago
  85. edac10a Use rotation to report handling for orientation. by Garfield Tan · 5 years ago
  86. 130d94f Switch fullscreen policy to use top activity instead of root by Evan Rosky · 5 years ago
  87. a606a29 Don't count toasts as visible windows by Michal Karpinski · 5 years ago
  88. 994bf9f Merge "Isolate WMTrace buffer and limit it by size not number of elements" by Nataniel Borges · 5 years ago
  89. 8c30fba Merge "Fix drag and drop (3/3)" by Chavi Weingarten · 5 years ago
  90. 9a78883 Merge "Historical app ops." by Svetoslav Ganov · 5 years ago
  91. 0c81667 Merge "Drop stale activity configuration updates." by Garfield Tan · 5 years ago
  92. 8455ba2 Historical app ops. by Svet Ganov · 5 years ago
  93. 0443b37 Drop stale activity configuration updates. by Garfield Tan · 5 years ago
  94. 5a38bad Isolate WMTrace buffer and limit it by size not number of elements by Nataniel Borges · 5 years ago
  95. 6262f22 Fix drag and drop (3/3) by chaviw · 6 years ago
  96. 9fbf56ae Merge "Fix creating new activity instance when launching alias activity" by TreeHugger Robot · 5 years ago
  97. c9fd5fc Merge changes from topic "sf-remove-remove-layer" by Rob Carr · 5 years ago
  98. 23df1a6 Fix creating new activity instance when launching alias activity by Louis Chang · 5 years ago
  99. a5f7c2c Cleanup pending Handler messages after test finished by Tadashi G. Takaoka · 5 years ago
  100. 0217050 Merge "Use singleton WindowManagerService for testing" by TreeHugger Robot · 5 years ago