1. 0390fff Prevent unwanted keypress actions during TV Setup. by Sujith Ramakrishnan · 7 years ago
  2. 4d8681f Workaround to ensure that PIP activities have a visible shadow. by Winson Chung · 7 years ago
  3. 51efddb Remove unnecessary casts on calls to findViewById by Alan Viverette · 7 years ago
  4. 51c1b67 Fix activity move between displays by Andrii Kulian · 7 years ago
  5. 35fa3c2 Associate rotation watchers with displays by Andrii Kulian · 7 years ago
  6. 321ceda Merge "Only modify window layout params when necessary." into cw-f-dev am: 9fbd981f23 am: a26e371c9b by Michael Kwan · 8 years ago
  7. 134ad6e Only modify window layout params when necessary. by Michael Kwan · 8 years ago
  8. 5026936 Allow privileged app to set volume key long-press listener by Jaewan Kim · 8 years ago
  9. cd6be5b Fix OnCancelListener for Dialogs on swipe to dismiss. am: 67639a5f67 am: 5a0c0ffd03 by Michael Kwan · 8 years ago
  10. 67639a5 Fix OnCancelListener for Dialogs on swipe to dismiss. by Michael Kwan · 8 years ago
  11. df1710d Modify SwipeDismissLayout to perform its own exit animation am: 7d6cb913de am: f9566827f2 by Ned Burns · 8 years ago
  12. 7d6cb91 Modify SwipeDismissLayout to perform its own exit animation by Ned Burns · 8 years ago
  13. 319cfe1 Disable swipe-to-dismiss for not cancelable dialogs. am: f7964be938 am: 85ba660b16 by Michael Kwan · 8 years ago
  14. f7964be Disable swipe-to-dismiss for not cancelable dialogs. by Michael Kwan · 8 years ago
  15. dc589ac Update usage of ActivityManagerNative. by Sudheer Shanka · 8 years ago
  16. 964c68e Send accessibility event on window title change. by Phil Weaver · 8 years ago
  17. f40ee50 Don't preserve a11y focus in hierarchy state. by Phil Weaver · 8 years ago
  18. 155edc6 Improve accessibility window title behavior by Phil Weaver · 8 years ago
  19. fc71309 Merge "Revert "Improve accessibility window title behavior"" into nyc-dev by Phil Weaver · 8 years ago
  20. 266ed9a Revert "Improve accessibility window title behavior" by Phil Weaver · 8 years ago
  21. 8e879f1 Enforce background fallback to be non-translucent by Jorim Jaggi · 8 years ago
  22. 2a7e444 Improve accessibility window title behavior by Phil Weaver · 8 years ago
  23. d98dcab Fix crash when device doesn't support picture-in-picture by Jaewan Kim · 8 years ago
  24. f0fd218 PIP: Send KEYCODE_WINDOW to app first if PIP isn't exist by Jaewan Kim · 8 years ago
  25. ff22a56 Use Activity resources in DecorContext by Adam Lesinski · 8 years ago
  26. 3fb1c81 Merge changes Ieefeb843,Ic2a94b09 into nyc-dev by Wale Ogunwale · 8 years ago
  27. 8f5701b Only force drawing status bar background if target >= N by Jorim Jaggi · 8 years ago
  28. 246c209 Update surface insets on window elevation changes. by Wale Ogunwale · 8 years ago
  29. 9be3c7b Eliminate side effects of a11y window title. by Phil Weaver · 8 years ago
  30. d4a1932 Merge "Add accessibility window title and anchor." into nyc-dev by Phil Weaver · 8 years ago
  31. 933076d Refactor usages of Picture In Picture and Multi Window (1/4) by Andrii Kulian · 8 years ago
  32. 396d549 Add accessibility window title and anchor. by Phil Weaver · 8 years ago
  33. c39c7b0 Add shadow during resizing in docked mode by Jorim Jaggi · 8 years ago
  34. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 9 years ago
  35. 1937a4c Update width available for dialogs on all configuration changes. by Filip Gruszczynski · 9 years ago
  36. 4846ee3 Optimize window relayouts when dragging divider by Jorim Jaggi · 9 years ago
  37. 891c9ee Don't explicitly set the title's layout direction by Alan Viverette · 9 years ago
  38. 60db7c3 Merge "Use activity dimensions instead of display to calculate dialog size." by Filip Gruszczynski · 9 years ago
  39. 34dab0b Use activity dimensions instead of display to calculate dialog size. by Filip Gruszczynski · 9 years ago
  40. f4bdaeb Don't depend on mContentParent to determine if content was set. by Filip Gruszczynski · 9 years ago
  41. 796b8c1 Only use DecorContext with main activity windows. by Filip Gruszczynski · 9 years ago
  42. 3e5f080 Merge "Fixed bug with caption not showing for some apps that handle config changes" by Wale Ogunwale · 9 years ago
  43. eb6722c Fixed bug with caption not showing for some apps that handle config changes by Wale Ogunwale · 9 years ago
  44. 77fb85e Only handle Context submenus as dialogs when parent is a dialog by Alan Viverette · 9 years ago
  45. 3dec081 Remaining APIs for freeform window caption. by Filip Gruszczynski · 9 years ago
  46. 9b81e40 Remove Window.setDecorView API. by Filip Gruszczynski · 9 years ago
  47. 012ce34 Merge "Allow IMEs to opt out the opaque navigation guard view." by Seigo Nonaka · 9 years ago
  48. 0a9d1ea Allow IMEs to opt out the opaque navigation guard view. by Seigo Nonaka · 9 years ago
  49. 6e0ce28 Don't remove colored bar views when relaunching by Jorim Jaggi · 9 years ago
  50. 021627e Ensure only one context menu is shown at a time by Alan Viverette · 9 years ago
  51. 0d7e912 Moved management of NonClientDecorView from PhoneWindow to DecorView by Wale Ogunwale · 9 years ago
  52. 8804af2 Move DecorView out of PhoneWindow into its own class file. by Wale Ogunwale · 9 years ago
  53. bc8d90d Always add PhoneWindow when creating DecorView. by Filip Gruszczynski · 9 years ago
  54. 02a5a6b Merge "Added StackId object for checking what features a stack supports" by Wale Ogunwale · 9 years ago
  55. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  56. b97ba3c Merge "Add window setDecorView API." by Rob Carr · 9 years ago
  57. 1e60e0c Support for pinned stack to always be on-top of visible stacks by Wale Ogunwale · 9 years ago
  58. b6c2624 Add window setDecorView API. by Robert Carr · 9 years ago
  59. 99db186 Added support for pinned stack. by Wale Ogunwale · 9 years ago
  60. 5bcd318 Updated support for drawing background drawable when resizing by Wale Ogunwale · 9 years ago
  61. 5419280 am 2de89ae8: am 3c439c72: am 85fae34e: am 70ea8578: Merge "Fix wrongly laid out navigation color view" into mnc-dr-dev by Adrian Roos · 9 years ago
  62. f3a62fb Added support for resizing background color for an app window by Wale Ogunwale · 9 years ago
  63. fc7476d Fix wrongly laid out navigation color view by Adrian Roos · 9 years ago
  64. 2dfcf5c Keep freeform window surface translucent during resize. by Filip Gruszczynski · 9 years ago
  65. d16ebb0 Allow apps in home workspace to have non-client-decor. by Wale Ogunwale · 9 years ago
  66. c10bced Fix leak of decor view children. by Filip Gruszczynski · 9 years ago
  67. 14418da Fix recents crashing during docked stack resize. by Filip Gruszczynski · 9 years ago
  68. b816087 Rendering the window frame with a second thread by Skuhne · 9 years ago
  69. 0daf210 Fix leaking the first activity while preserving windows. by Filip Gruszczynski · 9 years ago
  70. a8be1b9 Carry over app token when preserving window by Chong Zhang · 9 years ago
  71. ed39126 Make context menus show as popup menus. by Oren Blasberg · 9 years ago
  72. a5ffea3 Revert "Fix leaking the first activity while preserving windows." by Wale Ogunwale · 9 years ago
  73. 640a390 Fix leaking the first activity while preserving windows. by Filip Gruszczynski · 9 years ago
  74. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  75. 8e89b31 Move window moving and resizing handling to WindowManager by Chong Zhang · 9 years ago
  76. a5a93ee Adding user resizability by dragging shadow outsets by Skuhne · 9 years ago
  77. 49cbf6b ActivityManagerService: Rather than throw an exception, return by Robert Carr · 9 years ago
  78. 4cbd3ac Save and restore accessibility focus using decor view by Alan Viverette · 9 years ago
  79. abd8902 Merge "Manage accessibility focus during PhoneWindow save and restore" by Alan Viverette · 9 years ago
  80. dc12e15 Merge "Remove framework-private HSV APIs, replace with luminance" by Alan Viverette · 9 years ago
  81. ec6cf18 Manage accessibility focus during PhoneWindow save and restore by Alan Viverette · 9 years ago
  82. c87ad53 Merge "Temporary revert "Clean up phone window save/restore"" by Alan Viverette · 9 years ago
  83. eae66cd Temporary revert "Clean up phone window save/restore" by Alan Viverette · 9 years ago
  84. e38e547 Merge "Clean up phone window save/restore" by Alan Viverette · 9 years ago
  85. 0578a72 Clean up phone window save/restore by Alan Viverette · 9 years ago
  86. 01da2fc Merge "Adding API to access / change the task bounds" by Stefan Kuhne · 9 years ago
  87. ce2faa5 Adding API to access / change the task bounds by Skuhne · 9 years ago
  88. 96165f43 am e77660d7: am ea73528c: am afdfc2c0: am 192ca56d: am c0a4883d: Merge "Prevent overlap of color views in landscape" into mnc-dev by Adrian Roos · 9 years ago
  89. 81590a4 Remove framework-private HSV APIs, replace with luminance by Alan Viverette · 9 years ago
  90. fe836fa Prevent overlap of color views in landscape by Adrian Roos · 9 years ago
  91. 624262c Disallowing decor on the home workspace/stack by Skuhne · 9 years ago
  92. f4dd71a Using workspace to dertermine decor to use by Stefan Kuhne · 9 years ago
  93. 1b42057 Adding actions to non client decor buttons by Stefan Kuhne · 9 years ago
  94. 61b47bb Adding the 'non client decor view' to free floating windows by Stefan Kuhne · 9 years ago
  95. f6f1a7e am 628b4125: am bc2a8843: am b97c5ddd: am 9b36f526: am c1836bb0: Merge "Change MNC codename to just M." into mnc-dev by Dianne Hackborn · 9 years ago
  96. 0e3de6c Change MNC codename to just M. by Dianne Hackborn · 9 years ago
  97. 8d94835 Remove unused HardwareLayer and associated code for generic views. by Derek Sollenberger · 9 years ago
  98. c3cb6c9 Relax strict ActionMode instance checking when finishing action modes by Adam Powell · 9 years ago
  99. 165ce06 Fix assist for hardware long-press by Jorim Jaggi · 9 years ago
  100. 0ab7313 Merge "Add enter/exit animation for window provided CAB" into mnc-dev by Doris Liu · 9 years ago