1. 7566d76 Add app bounds to configuration. by Bryce Lee · 7 years ago
  2. a2bd52a Merge "Fix issue with task overlay activities not finishing." by TreeHugger Robot · 7 years ago
  3. 6954fc9 Fix issue with task overlay activities not finishing. by Winson Chung · 7 years ago
  4. a2a3b1d Merge "Prevent cleaning up and resuming null activity when task is reparented." by Winson Chung · 7 years ago
  5. 55ddf8f Added support for maxAspectRatio manifest attribute. by Wale Ogunwale · 7 years ago
  6. 95f8f0e Prevent cleaning up and resuming null activity when task is reparented. by Winson Chung · 7 years ago
  7. 8da5735 Merge "Switch display uid whitelist from task to activity" by David Stevens · 7 years ago
  8. 82ea6cb Switch display uid whitelist from task to activity by David Stevens · 8 years ago
  9. 35e3f53 Also store reduced resolution screenshots by Jorim Jaggi · 7 years ago
  10. 60c1aba Fixing bad refactoring of orientation calculation. by Winson Chung · 8 years ago
  11. 330757d Corrects the recents and home stacks position around docked state (1/2) by Matthew Ng · 8 years ago
  12. 75323c1 Merge "Resize task to fullscreen when moving from pinned stack." by TreeHugger Robot · 8 years ago
  13. aa5e8c3 Remove activity from task if not set properly. by Bryce Lee · 8 years ago
  14. 7466610 Resize task to fullscreen when moving from pinned stack. by Winson Chung · 8 years ago
  15. 98689f7 Revert "Remove activity from task if not set properly." by Bryce Lee · 8 years ago
  16. 0f9bde8 Remove activity from task if not set properly. by Bryce Lee · 8 years ago
  17. bdc646f Reducing number of configuration changes during PiP transition. by Winson Chung · 8 years ago
  18. 8347163 Create a new stack for the assistant activity. by Winson Chung · 8 years ago
  19. d71317c Revert "Set correct focus activity when using FLAG_ACTIVITY_REORDER_TO_FRONT" by Bryce Lee · 8 years ago
  20. 069bbd3 Removed android.R.attr#onTopLauncher by Wale Ogunwale · 8 years ago
  21. a0cd15e Addition separation of adding vs. reparenting activity by Wale Ogunwale · 8 years ago
  22. 3048004 Reparent the activity in the task with associated window containers. by Winson Chung · 8 years ago
  23. 1666e31 Added StackWindowContainerController by Wale Ogunwale · 8 years ago
  24. d339538 Remove dependency on resizable activity to enter PiP. by Winson Chung · 8 years ago
  25. 829b9cd Fill task snapshot with background color by Jorim Jaggi · 8 years ago
  26. 8b702ed Add starting windows while unlocking by Jorim Jaggi · 8 years ago
  27. 2899a69 Merge changes I72139780,I8e563654 by TreeHugger Robot · 8 years ago
  28. 7361bab Implement restoring & correct caching of snapshots by Jorim Jaggi · 8 years ago
  29. 4cbec88 Merge "Set permissions for launching on private displays" by TreeHugger Robot · 8 years ago
  30. fb1bf69 Set permissions for launching on private displays by Andrii Kulian · 8 years ago
  31. f9084ec Persist task snapshots to disk by Jorim Jaggi · 8 years ago
  32. 2ec5989 Merge changes I01e81b9c,I532c2d74 by TreeHugger Robot · 8 years ago
  33. fb9d78a Add a listener when task snapshots change by Jorim Jaggi · 8 years ago
  34. c5cc301 Have better separation between adding, positioning, and reparenting task by Wale Ogunwale · 8 years ago
  35. e2c77f9 Handle content insets for snapshots by Jorim Jaggi · 8 years ago
  36. 02886a8 Initial implementation of snapshots by Jorim Jaggi · 8 years ago
  37. 13355df Merge "Don't clamp override config to screen area for freeform task" by Yorke Lee · 8 years ago
  38. f54f9da Don't clamp override config to screen area for freeform task by Yorke Lee · 8 years ago
  39. e1fe7fa2 Added TaskWindowContainerController by Wale Ogunwale · 8 years ago
  40. 26c0dfe Support for WindowContainer controllers and listeners by Wale Ogunwale · 8 years ago
  41. a97a01e Merge "Added supports-split-screen-multi-window command to am" by TreeHugger Robot · 8 years ago
  42. 72919d2 Untangle creation of Task from addition of AppToken in WM. by Wale Ogunwale · 8 years ago
  43. 626e0cc Added supports-split-screen-multi-window command to am by Matthew Ng · 8 years ago
  44. 322347b Adding orientation preserving resizing by skuhne@google.com · 8 years ago
  45. 04a7a53 Merge "Split home stack into home and recents stack" by TreeHugger Robot · 8 years ago
  46. ae1ff4f Split home stack into home and recents stack by Matthew Ng · 8 years ago
  47. 0d1fd8d Secure MATCH_UNINSTALLED_PACKAGES across users by Amith Yamasani · 8 years ago
  48. fe76234 The big keyguard transition refactor (1/n) by Jorim Jaggi · 8 years ago
  49. bd54c2a Add new methods to ITaskStackListener by Yorke Lee · 8 years ago
  50. 625ed0c Upgrade resize mode setting for home activities when restoring task by Wale Ogunwale · 8 years ago
  51. a8a9bc5 Make usage of Configuration.EMPTY safe by Andrii Kulian · 8 years ago
  52. df241e9 Allow home activity to be resizeable if it explicitly wants to be. by Wale Ogunwale · 8 years ago
  53. 3eadad7 Removed ActivityInfo.RESIZE_MODE_CROP_WINDOWS and related code. by Wale Ogunwale · 8 years ago
  54. 21713ac ActivityStack cleanup by Andrii Kulian · 8 years ago
  55. 1779e61 Use ConfigurationContainer for holding configs in AM hierarchy by Andrii Kulian · 8 years ago
  56. 02b7a83 Make stack field private in TaskRecord by Andrii Kulian · 8 years ago
  57. b10330d Use Configuration#unset() instead of #setToDefaults() for clearing by Andrii Kulian · 8 years ago
  58. 8072d11 Configuration renaming and minor cleanup in AM and WM by Andrii Kulian · 8 years ago
  59. 9bf0452 Merge commit 'e0b767153ef978a4ca841c9891074717fd979400' into manual_merge_e0b7671 by Winson · 8 years ago
  60. e0b7671 Revert "Fixing issue with old tasks being visible in Overview" am: 36f3f0337d by Winson Chung · 8 years ago
  61. 36f3f03 Revert "Fixing issue with old tasks being visible in Overview" by Winson Chung · 8 years ago
  62. 70f2157 Fixing issue with old tasks being visible in Overview am: b258f6a4bd am: f4806c80ca by Winson · 8 years ago
  63. 2a4cd15 Fixing issue with old tasks being visible in Overview am: b258f6a4bd by Winson · 8 years ago
  64. b258f6a Fixing issue with old tasks being visible in Overview by Winson · 8 years ago
  65. 8776197 Move okToShowLocked out of ActivityStack by Chong Zhang · 8 years ago
  66. dd1e66f Add more onTopLauncher support. by Jiaquan He · 8 years ago
  67. bad43fc Fix undefined fontScale issue in Configuration by Adam Lesinski · 8 years ago
  68. 15a0299 Deliver intent to activity when FLAG_ACTIIVTY_NEW_DOCUMENT is specified. by Daichi Hirono · 8 years ago
  69. 3978765 Merge \\"Unblock \\'am start -W\\' if activity is brought to front without launching\\" into nyc-dev am: 75c7cc6ca9 by Chong Zhang · 8 years ago
  70. 5022da3 Unblock 'am start -W' if activity is brought to front without launching by Chong Zhang · 8 years ago
  71. 01a3095 Merge \"Set fontScale in override config to be equal to global.\" into nyc-dev by Chong Zhang · 8 years ago
  72. 92ab103 Set fontScale in override config to be equal to global. by Chong Zhang · 8 years ago
  73. 8aadde7 Merge "Fix task selection logic" into nyc-dev am: 265bd89c3c by Andrii Kulian · 8 years ago
  74. 206b9fa Fix task selection logic by Andrii Kulian · 8 years ago
  75. 47797a7 Merge "Do not sanitize override config for fullscreen" into nyc-dev by Chong Zhang · 8 years ago
  76. a8cc378 Do not sanitize override config for fullscreen by Chong Zhang · 8 years ago
  77. a0668c7 Merge "Update override config to include some changes from global config" into nyc-dev by Andrii Kulian · 8 years ago
  78. f12fce1 Update override config to include some changes from global config by Andrii Kulian · 8 years ago
  79. 81ce16a Merge "Rename minWidth/Height attributes" into nyc-dev am: 42b3acf9d3 by Andrii Kulian · 8 years ago
  80. f66a83d Rename minWidth/Height attributes by Andrii Kulian · 8 years ago
  81. 33cffe3 Merge "Fixed bugs with starting windows when displayng forcedResized activity" into nyc-dev by Wale Ogunwale · 8 years ago
  82. 3b23239 Fixed bugs with starting windows when displayng forcedResized activity by Wale Ogunwale · 8 years ago
  83. 3381482 Merge "Fix smallest width configuration calculation" into nyc-dev am: 63c09fd6cd by Jorim Jaggi · 8 years ago
  84. 8563943 Fix smallest width configuration calculation by Jorim Jaggi · 8 years ago
  85. 93d22c2 Merge "fix "am start -W" hang on activity start" into nyc-dev am: 5e40748 by Chong Zhang · 8 years ago
  86. afb776d fix "am start -W" hang on activity start by Chong Zhang · 8 years ago
  87. 28532d0 frameworks/base: Avoid Long object allocations in Long.valueOf() by Tobias Thierer · 8 years ago
  88. a09b4d2 Remove unnecessary allocation+unboxing of objects. by Narayan Kamath · 8 years ago
  89. dd3d44f Fix configuration calculation in multi-window by Jorim Jaggi · 8 years ago
  90. daea357 Fix minimal size for tasks in right-hand pane by Andrii Kulian · 8 years ago
  91. 730bf06 Fixing issue where affiliated task last-active-times were inconsistent. by Winson · 8 years ago
  92. 933076d Refactor usages of Picture In Picture and Multi Window (1/4) by Andrii Kulian · 8 years ago
  93. 49f87a6 Merge "Persist task minimal width and height" into nyc-dev by Andrii Kulian · 8 years ago
  94. 650df4a Merge "Use correct task bounds after updating override config" into nyc-dev by Andrii Kulian · 8 years ago
  95. 18d7512 Persist task minimal width and height by Andrii Kulian · 8 years ago
  96. 73336d81 Use correct task bounds after updating override config by Andrii Kulian · 8 years ago
  97. 2e751b8 Update ActivityInfo#WindowLayout apis (1/3) by Andrii Kulian · 8 years ago
  98. 89182d5 Notify task changed listeners when a pinned activity is removed by Wale Ogunwale · 9 years ago
  99. 756ac8e Merge "Do not enforce minimum size for pinned stack." into nyc-dev by Rob Carr · 9 years ago
  100. 9c5867d Do not enforce minimum size for pinned stack. by Robert Carr · 9 years ago