1. 8afd0f2 Create z reordering boundaries around dispatchDraw by Chris Craik · 10 years ago
  2. fb5899d Don't mangle layer paint's alpha by John Reck · 10 years ago
  3. fe361d2 Move shared elements to overlay when in a transition group. by George Mount · 10 years ago
  4. e4cf152 Move clip bound execution into drawChild() by Chris Craik · 10 years ago
  5. 6c0665f Give disappearing children a chance to recreate DisplayLists by Chet Haase · 10 years ago
  6. 4597e98 Exposed getLocationOnScreen, added formatToHexString method. by Jon Miranda · 10 years ago
  7. aae9f3b Avoid calling non-final methods in ctor by John Reck · 10 years ago
  8. a753f4c Move ClipBounds to native by Chris Craik · 10 years ago
  9. 88c1175 Allow focusable in touch mode views to ignore touchscreen focus blocks by Adam Powell · 10 years ago
  10. b72be59 Add nested pre-fling for nested scrolling by Adam Powell · 10 years ago
  11. 1c35b08 Add ViewGroup#getClipToPadding() by Adam Powell · 10 years ago
  12. ff0d298 Add API to block focus in the presence of a touchscreen by Adam Powell · 10 years ago
  13. d760083 Remove ActionBar.LayoutParams MarginLayoutParams constructor by Adam Powell · 10 years ago
  14. 9fa3a24 Add missing invalidate calls by John Reck · 10 years ago
  15. eeda22b Merge "Revert "Revert "API Review: Change View viewName attribute to transitionName.""" by George Mount · 10 years ago
  16. 0a2ae00 Revert "Revert "API Review: Change View viewName attribute to transitionName."" by George Mount · 10 years ago
  17. a3c1025 Revert "API Review: Change View viewName attribute to transitionName." by John Reck · 10 years ago
  18. 4fb48d2 Merge "Revert "API Review: Change View viewName attribute to transitionName."" by John Reck · 10 years ago
  19. 7a73fda Merge "API Review: Change View viewName attribute to transitionName." by George Mount · 10 years ago
  20. 125578a API Review: Change View viewName attribute to transitionName. by George Mount · 10 years ago
  21. 96bb8ad Revert changes to invalidateChild by John Reck · 10 years ago
  22. 816f71b Merge "Move LayerType to RenderNode" by John Reck · 10 years ago
  23. 25fbb3f Move LayerType to RenderNode by John Reck · 10 years ago
  24. 90132dd am c72a2a82: Merge "Explicitly track consumed state for WindowInsets" into lmp-preview-dev by Adam Powell · 10 years ago
  25. 0d9fdba Explicitly track consumed state for WindowInsets by Adam Powell · 10 years ago
  26. ab4bb06 Merge "Update ViewLocationHolder#compareTo to properly implement Comparable" by Kristian Monsen · 10 years ago
  27. 2c35d03 Update ViewLocationHolder#compareTo to properly implement Comparable by Kristian Monsen · 10 years ago
  28. e4267ea Even FASTER damage calculations! by John Reck · 10 years ago
  29. ab008f0 Respect Z ordering in touch dispatch, software drawing by Chris Craik · 10 years ago
  30. 62ab9b7 Support Activity Transitions when activity stopped. by George Mount · 10 years ago
  31. abb352a Change sharedElementName to viewName. by George Mount · 10 years ago
  32. 4297409 resolved conflicts for merge of 1e8a87dd to master by Guang Zhu · 10 years ago
  33. 84e2509 send accessibility events on view property invalidation by Guang Zhu · 10 years ago
  34. b36e4f9 Add support for hiding action bars on scroll. by Adam Powell · 10 years ago
  35. e9a16a5 Fix ScrollView nested scrolling with touch down on buttons by Adam Powell · 10 years ago
  36. 10ba277 Nested scrolling! by Adam Powell · 10 years ago
  37. 4739172 Merge "ViewGroup now applies clipBounds to its children" by Selim Cinek · 10 years ago
  38. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago
  39. 19cadc2 ViewGroup now applies clipBounds to its children by Selim Cinek · 10 years ago
  40. 50d7bfd DO NOT MERGE Refactoring of fitSystemWindows to applyWindowInsets for views by Adam Powell · 10 years ago
  41. 49e6c73 Move most TransformationInfo properties to RenderNode by Chris Craik · 10 years ago
  42. 64a12e1 Update several stale RenderNode variable names by Chris Craik · 10 years ago
  43. df0c431 Simplify RenderNode refresh/build/update process by Chris Craik · 10 years ago
  44. b49f446 Rework Outline API, remove isolatedZVolume remnants by Chris Craik · 10 years ago
  45. 8e3feb1 Added accessibility APIs for introspecting interactive windows. by Svetoslav · 10 years ago
  46. b3a8b2c Hide isolatedZVolume API by Chris Craik · 10 years ago
  47. b50cea0 resolved conflicts for merge of 1569d61f to master by Filip Gruszczyński · 10 years ago
  48. ca7a9da Detach disappearing children in onDetach by John Reck · 10 years ago
  49. c16ba8c Passing and using defStyle in ViewGroup initFromAttributes. by Filip Gruszczyński · 10 years ago
  50. e180337 Change Activity Scene Transitions to be more automatic redo. by George Mount · 10 years ago
  51. 206e30c Revert "Change Activity Scene Transitions to be more automatic." by George Mount · 10 years ago
  52. f10587f Change Activity Scene Transitions to be more automatic. by George Mount · 10 years ago
  53. e9b8817 Make outline and shadow APIs public by Chris Craik · 10 years ago
  54. b67a7bf Add shadow casting / global perspective APIs, hidden for now. by Chris Craik · 10 years ago
  55. 6250c59 Merge "Refactoring of fitSystemWindows to applyWindowInsets for views" by Adam Powell · 10 years ago
  56. 46e38fd Refactoring of fitSystemWindows to applyWindowInsets for views by Adam Powell · 10 years ago
  57. 0a778ed Cross-Activity Scene transition API. by George Mount · 11 years ago
  58. 0e7eb95 Fix build breakage by Chris Craik · 11 years ago
  59. 6657a6c Update reordering method names, and make 3d reordering API public by Chris Craik · 11 years ago
  60. d863a10 Add initial APIs for 3d view manipulation. by Chris Craik · 11 years ago
  61. 223622a Add reveal drawable, APIs for forwarding Drawable focus and touch by Alan Viverette · 11 years ago
  62. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  63. f0aed09 Add methods for removing children and actions from A11y nodes by Alan Viverette · 11 years ago
  64. d17e719 Merge "Clean up layout constructors, make them consistent" by Alan Viverette · 11 years ago
  65. bd51158 resolved conflicts for merge of aca95ca0 to master by Kenny Root · 11 years ago
  66. 77e9a28 Add live region politeness to View, AccessibilityNodeInfo by Alan Viverette · 11 years ago
  67. d6479ec Clean up layout constructors, make them consistent by Alan Viverette · 11 years ago
  68. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  69. 1487466 Add View#cancelPendingInputEvents API by Adam Powell · 11 years ago
  70. cb96db8 Perform layout and invalidation after bringChildToFront() by Chet Haase · 11 years ago
  71. fee6f2b Fix NPE when setting new LayoutTransition by Chet Haase · 11 years ago
  72. ef3cbfd Cancel running LayoutTransition before removing it from a container by Chet Haase · 11 years ago
  73. 199acdf Better Transition interruption by Chet Haase · 11 years ago
  74. 504a10f Un-hide all ViewParent methods by Adam Powell · 11 years ago
  75. e4a2d7c Fix ViewGroupOverlay's handling of invalidating viewgroups by Chet Haase · 11 years ago
  76. f78484b am ea893536: am c4473d10: am 27a8508e: add attributes reference for splimotionevents and layoutmode by Scott Main · 11 years ago
  77. ea89353 am c4473d10: am 27a8508e: add attributes reference for splimotionevents and layoutmode by Scott Main · 11 years ago
  78. 27a8508 add attributes reference for splimotionevents and layoutmode by Scott Main · 11 years ago
  79. 6410c0a Lazily allocate seldom-used data structures by Romain Guy · 11 years ago
  80. 00dbe81 Notification for changed subtree in accessibility mode not fired properly. by Svetoslav · 11 years ago
  81. 494cb68 Merge "Optimizing AccessibilityNodeInfo caching." by Svetoslav · 11 years ago
  82. f699130 Remove unnecessary allocations by Romain Guy · 11 years ago
  83. 6254f48 Optimizing AccessibilityNodeInfo caching. by Svetoslav · 11 years ago
  84. 19c618d am c8a77735: am dea6e86d: am 3422ceb6: Merge "Bug fix for building the hover target list" by Jeff Brown · 11 years ago
  85. dea6e86 am 3422ceb6: Merge "Bug fix for building the hover target list" by Jeff Brown · 11 years ago
  86. 3422ceb Merge "Bug fix for building the hover target list" by Jeff Brown · 11 years ago
  87. 6f3a6a4 am 1e4c6589: am b3c2b21b: Merge "Accessibility should not query for list items when data set changed." into jb-mr2-dev by Svetoslav · 11 years ago
  88. 5b578da Accessibility should not query for list items when data set changed. by Svetoslav · 11 years ago
  89. fd06074 am c4818d86: am 4c95c537: Merge "Optimize list view scrolls Bug #8108706" into jb-mr2-dev by Romain Guy · 11 years ago
  90. 5549cb5 Optimize list view scrolls Bug #8108706 by Romain Guy · 11 years ago
  91. 7caa1a8 am a8549041: am 8c2e3a41: Merge "Optimize RTL properties resolution" into jb-mr2-dev by Fabrice Di Meglio · 11 years ago
  92. 09ecb25 Optimize RTL properties resolution by Fabrice Di Meglio · 11 years ago
  93. 7aea41b am 393abb1c: am 5e650cef: Merge "Expand invalidation rectangle when clipChildren == false" into jb-mr2-dev by Chet Haase · 11 years ago
  94. a4f14eb Expand invalidation rectangle when clipChildren == false by Chet Haase · 11 years ago
  95. 6846341 am 371d4ccc: am 339ac854: Merge "Fix quickReject logic to account for setClipChildren() setting" into jb-mr2-dev by Chet Haase · 11 years ago
  96. dd67159 Fix quickReject logic to account for setClipChildren() setting by Chet Haase · 11 years ago
  97. cbd5fe8 am 64076958: am 72ab9b80: Merge "Respect custom view drawing order when dispatching hover events." into jb-mr2-dev by Svetoslav · 11 years ago
  98. 72ab9b8 Merge "Respect custom view drawing order when dispatching hover events." into jb-mr2-dev by Svetoslav · 11 years ago
  99. 0e5e9aa Respect custom view drawing order when dispatching hover events. by Svetoslav · 11 years ago
  100. 1d9648d am d04215c4: am 0a41431d: Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago