1. 2f8fb1f Fix a few auto fill ussues by Svet Ganov · 7 years ago
  2. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  3. d04a697 Optimize ViewStructure for autofill by removing irrelevant nodes. by Felipe Leme · 7 years ago
  4. 7485a9b Setting focusableInTouchMode clears FOCUSABLE_AUTO by Alan Viverette · 7 years ago
  5. 8e1a729 Implicitly cast views obtained via View.findView methods by Alan Viverette · 7 years ago
  6. 1228e2c Merge "Fixed default-cluster and empty-cluster navigation behavior" by Evan Rosky · 8 years ago
  7. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 8 years ago
  8. 3ac6463 Fixed default-cluster and empty-cluster navigation behavior by Evan Rosky · 8 years ago
  9. f10db8e Merge "Separate cluster-focus and default-focus." by Evan Rosky · 8 years ago
  10. 2ec94fd Merge "Provide old behavior for View#hasFocusable to old apps" by Adam Powell · 8 years ago
  11. ca4964c Replace com.android.internal.util.Predicate with java.util.function.Predicate by Paul Duffin · 8 years ago
  12. a5082a3 Merge "Default focus order now tries to adhere to view hierarchy" by Evan Rosky · 8 years ago
  13. 0f552f4 Provide old behavior for View#hasFocusable to old apps by Adam Powell · 8 years ago
  14. 53fcf11 Separate cluster-focus and default-focus. by Evan Rosky · 8 years ago
  15. 177f373 Revert "Implicitly cast views obtained via View.findView methods" by Alan Viverette · 8 years ago
  16. 5523f9a Merge "Improved AutoFill Save workflow." by Felipe Leme · 8 years ago
  17. 0200d9e Improved AutoFill Save workflow. by Felipe Leme · 8 years ago
  18. 24e78d7 Fix a bug in View#hasFocusable with new auto-focusable behavior by Adam Powell · 8 years ago
  19. 7b55251 Merge "Implicitly cast views obtained via View.findView methods" by TreeHugger Robot · 8 years ago
  20. 3b94bf5 Default focus order now tries to adhere to view hierarchy by Evan Rosky · 8 years ago
  21. b27aba9 Merge "Replace invalidateChild/invalidateChildInParent" by Chris Craik · 8 years ago
  22. 995c043 Fix ListView click handling under new focus rules by Adam Powell · 8 years ago
  23. 9de95db Replace invalidateChild/invalidateChildInParent by Chris Craik · 8 years ago
  24. 06c2fff Implicitly cast views obtained via View.findView methods by Alan Viverette · 8 years ago
  25. eb30016 Merge "Implement pointer capture API" by TreeHugger Robot · 8 years ago
  26. 3787de1 Implement pointer capture API by Vladislav Kaznacheev · 8 years ago
  27. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 8 years ago
  28. 9e2a47d Merge "Revert "Destroy DisplayLists on time"" by John Reck · 8 years ago
  29. be34e8e Revert "Destroy DisplayLists on time" by John Reck · 8 years ago
  30. 5c5e0ac Merge "Eliminating sections." by TreeHugger Robot · 8 years ago
  31. 52461d4 Merge "Destroy DisplayLists on time" by TreeHugger Robot · 8 years ago
  32. 2874daa Destroy DisplayLists on time by John Reck · 8 years ago
  33. b5ced22 Eliminating sections. by Vadim Tryshev · 8 years ago
  34. 2582b80 Merge "Fix tooltip handling for invisible and overlapping views" by TreeHugger Robot · 8 years ago
  35. b61c00e Merge "Fix pointer icon handling for invisible and overlapping views" by TreeHugger Robot · 8 years ago
  36. 393a954 Merge "API for setting default focus per cluster." by TreeHugger Robot · 8 years ago
  37. 5ca7398 API for setting default focus per cluster. by Vadim Tryshev · 8 years ago
  38. 6d55387 YAMAFFR - Yet Another Major AutoFill Framework Refactoring by Felipe Leme · 8 years ago
  39. 6f225ca Merge "Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests""" by Chris Craik · 8 years ago
  40. 3f06c6d Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"" by Chris Craik · 8 years ago
  41. 311a5b5 Using official names for clusters and sections. by Vadim Tryshev · 8 years ago
  42. 3d5cfc0 Fix pointer icon handling for invisible and overlapping views by Vladislav Kaznacheev · 8 years ago
  43. 943cf0e Fix tooltip handling for invisible and overlapping views by Vladislav Kaznacheev · 8 years ago
  44. 8957f2d Introducing teleportation between sections. by Vadim Tryshev · 8 years ago
  45. 6318e36 Merge "Restoring last focused view when teleporting to a cluster." by TreeHugger Robot · 8 years ago
  46. 01d8c49 Restoring last focused view when teleporting to a cluster. by Vadim Tryshev · 8 years ago
  47. c4946d4 Merge "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"" by Selim Cinek · 8 years ago
  48. 1cb8b08 Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests" by Selim Cinek · 8 years ago
  49. 89eaa33 Merge "Fast-path for ViewGroup#invalidateChild, invalidate tests" by TreeHugger Robot · 8 years ago
  50. f750580 Fast-path for ViewGroup#invalidateChild, invalidate tests by Chris Craik · 8 years ago
  51. 418b1fc Restricting navigation into and from clusters. by Vadim Tryshev · 8 years ago
  52. 01b0c9e Teleportation between clusters. by Vadim Tryshev · 8 years ago
  53. 1ca634a AutoFill Framework refactoring. by Felipe Leme · 8 years ago
  54. 40b2de5 Add layout_marginHorizontal|Vertical attributes by Chet Haase · 8 years ago
  55. f847ee3 Implement tooltip support in View by Vladislav Kaznacheev · 8 years ago
  56. 16c9e8b Merge "Visualize view focus in debug mode." by TreeHugger Robot · 8 years ago
  57. 1ed3c63 Merge "Avoid sending incorrect or redundant hover events." by Vladislav Kaznacheev · 8 years ago
  58. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  59. cdf38ba Visualize view focus in debug mode. by Vadim Tryshev · 8 years ago
  60. 5a77c37 Avoid sending incorrect or redundant hover events. by Vladislav Kaznacheev · 8 years ago
  61. a61efa4 Some fixes in ClipData and ClipDescription delivery. by Vadim Tryshev · 8 years ago
  62. 0f986b5 For pre-N apps, cascade LOCATION and DROP events. am: 45bee6b24c am: 140adada42 by Vadim Tryshev · 8 years ago
  63. 1ee3bfb For pre-N apps, keep entered all parents of an drag-entered child. am: ef12811560 am: f0550a6bd1 by Vadim Tryshev · 8 years ago
  64. 45bf9de Eliminating the black hole effect with location/drop events. am: 1edc6daf1d am: 32394cee01 by Vadim Tryshev · 8 years ago
  65. 45bee6b For pre-N apps, cascade LOCATION and DROP events. by Vadim Tryshev · 8 years ago
  66. ef12811 For pre-N apps, keep entered all parents of an drag-entered child. by Vadim Tryshev · 8 years ago
  67. 1edc6daf Eliminating the “black hole” effect with location/drop events. by Vadim Tryshev · 8 years ago
  68. 4d3eec41 Keep services updated of added views. by Phil Weaver · 8 years ago
  69. 1789031 Correctly report the transparent region am: f8da30dc65 am: 94a2f7e6fd by Teng-Hui Zhu · 8 years ago
  70. f8da30d Correctly report the transparent region by Teng-Hui Zhu · 8 years ago
  71. e051f6f Rename PointerIcon and Pointer Capture APIs by Michael Wright · 8 years ago
  72. 514c5ef Add missing @Deprecated annotations. by Aurimas Liutikas · 8 years ago
  73. a1e0cebf Merge "DO NOT MERGE Rename PointerIcon and Pointer Capture APIs" into nyc-dev by TreeHugger Robot · 8 years ago
  74. f9d9ce77 DO NOT MERGE Rename PointerIcon and Pointer Capture APIs by Michael Wright · 8 years ago
  75. f0c3721 Merge "Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc." into nyc-dev am: a423ec52ac am: 943c9f10d2 by Vladislav Kaznacheev · 8 years ago
  76. a423ec5 Merge "Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc." into nyc-dev by TreeHugger Robot · 8 years ago
  77. c244970 Fix inconsistencies in DragEvent.getX/getY behavior and JavaDoc. by Vladislav Kaznacheev · 8 years ago
  78. 695f39d Merge "Ensure that ViewGroup.getChildVisibleRect(...) is recursive." into nyc-dev am: 376f9f4bd6 am: 03e7feeba3 by Abodunrinwa Toki · 8 years ago
  79. cb66406 Ensure that ViewGroup.getChildVisibleRect(...) is recursive. by Abodunrinwa Toki · 8 years ago
  80. 41f864e Minor optimizations by John Reck · 8 years ago
  81. 4e34cd0 Merge "Fix View leakage from mPreSortedChildren" into nyc-dev by TreeHugger Robot · 8 years ago
  82. fc56377 Fix View leakage from mPreSortedChildren by Chris Craik · 8 years ago
  83. 4e7a120 Implement alternative ViewGroup.getChildVisibleRect. by Abodunrinwa Toki · 8 years ago
  84. 394d3df Merge "Hide children in ViewGroup.createSnaphost via internal flag and add test for it." into nyc-dev by Sergei Vasilinetc · 8 years ago
  85. b37d44e Hide children in ViewGroup.createSnaphost via internal flag and add test for it. by sergeyv · 8 years ago
  86. 61d5070 Re-dispatch nested scrolls if not implemented by Chris Banes · 8 years ago
  87. c587409 Dispatch aggregated visibility when performing attachViewToParent by Adam Powell · 8 years ago
  88. 9c146bf Refinement for onVisibilityAggregated by Adam Powell · 8 years ago
  89. 41d9690 Add View#onVisibilityAggregated by Adam Powell · 8 years ago
  90. 0394b21 Fix for drag start event being incorrectly cached by Yorke Lee · 8 years ago
  91. 4eb1a4e Revert "Apply transformations while offsetting focused rects" by Hyunyoung Song · 8 years ago
  92. 2af189a Preserve compatibility for ViewGroup#showContextMenuForChild by Adam Powell · 9 years ago
  93. 0837daa Merge "Make scroll bar mouse draggable." by Keisuke Kuroyanagi · 9 years ago
  94. df83733 Merge "Specify a maximum value for View.MeasureSpec.makeMeasureSpec" by Tor Norbye · 9 years ago
  95. 7dfd9e4 Merge "Verify results of methods called during child ordering" by Alan Viverette · 9 years ago
  96. a7b85e6 Verify results of methods called during child ordering by Alan Viverette · 9 years ago
  97. 829ab6d Merge "Zero out DragEvent position when it should not be available" by Vladislav Kaznacheev · 9 years ago
  98. cc010b2 Zero out DragEvent position when it should not be available by Vladislav Kaznacheev · 9 years ago
  99. dd26bfc Merge "Remove unnecessary @inheritDoc, add missing @Override to ViewGroup" by Alan Viverette · 9 years ago
  100. 1f22254 Pass drawing order information to accessibility. by Phil Weaver · 9 years ago