1. 55418ea Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  2. e5ad598 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  3. cd80e61 Fixed a bug where sometimes unhandled handler would consume all keys by Evan Rosky · 6 years ago
  4. 86b3260 Improve a11y ordering by Phil Weaver · 6 years ago
  5. 1317162 Notify a11y when view attached to parent by Phil Weaver · 6 years ago
  6. 4807ae2 Renamed KeyFallbackEvent to UnhandledKeyEvent and exposed dispatch by Evan Rosky · 6 years ago
  7. d6a51b1 Dispatching display list recreations also to transient views by Selim Cinek · 6 years ago
  8. 98517be Merge "Revert "Remove @hide from ViewGroup debug methods"" by TreeHugger Robot · 6 years ago
  9. 2d7771c Revert "Remove @hide from ViewGroup debug methods" by Alan Viverette · 6 years ago
  10. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  11. 72c510f Revert "Move A11y events throttling away from View(RootImpl)" by Eugene Susla · 7 years ago
  12. fe05a52 Don't crash the app when the assist structure cannot be retrieve. by Felipe Leme · 7 years ago
  13. 0b22497 Merge "Move A11y events throttling away from View(RootImpl)" by TreeHugger Robot · 7 years ago
  14. e4d31b3 Move A11y events throttling away from View(RootImpl) by Eugene Susla · 7 years ago
  15. e0e69f8 Merge "Using RenderNode for creating snapshot of a View, so that hardware bitmaps are drawn properly" by TreeHugger Robot · 7 years ago
  16. d1b287e Using RenderNode for creating snapshot of a View, so that hardware by Sunny Goyal · 7 years ago
  17. 5db64eb Don't allow 0-sized views to be focused. by Evan Rosky · 7 years ago
  18. 1e6ecc6 New API to specify accessibility focus grouping by Phil Weaver · 7 years ago
  19. b891a58 Revert "Don't allow 0-sized views to be focused." by Evan Rosky · 7 years ago
  20. f6b2c6e Don't allow 0-sized views to be focused. by Evan Rosky · 7 years ago
  21. 949cfe1 Deprecate view drawing cache by John Reck · 7 years ago
  22. 3b32286 Merge "Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-dev am: 102520f88e" into oc-mr1-dev-plus-aosp by Evan Rosky · 7 years ago
  23. 102520f Merge "Clear focused-in-cluster on focusability changes" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  24. e066ae3 Merge "Don't get struct of children of !laidout viewGroup" into oc-mr1-dev am: 4c0e55d0fc by Philip P. Moltmann · 7 years ago
  25. 5b20e09 Clear focused-in-cluster on focusability changes by Evan Rosky · 7 years ago
  26. 083d8aa Don't get struct of children of !laidout viewGroup by Philip P. Moltmann · 7 years ago
  27. 1244815 Remove @hide from ViewGroup debug methods by Andrei Stingaceanu · 7 years ago
  28. d73f6a9 Merge "Add docs for new padding/margin attributes." into oc-dev am: 8cdbd6e184 by Chet Haase · 7 years ago
  29. 353d397 Add docs for new padding/margin attributes. by Chet Haase · 7 years ago
  30. 0da21f5 Merge "Separate a11y and autofill view ids" into oc-dev am: c91290a6e9 by Phil Weaver · 7 years ago
  31. 846cda93 Separate a11y and autofill view ids by Phil Weaver · 7 years ago
  32. fd80d0e Merge "Don't report focusableViewAvailable on add" into oc-dev am: 8d4b72c68a by Evan Rosky · 7 years ago
  33. b23e4f4 Don't report focusableViewAvailable on add by Evan Rosky · 7 years ago
  34. b768493 Merge "Improve consistency in focusAfterDescendants behavior" into oc-dev am: 12ee4bd7a8 by Evan Rosky · 7 years ago
  35. 12ee4bd Merge "Improve consistency in focusAfterDescendants behavior" into oc-dev by Evan Rosky · 7 years ago
  36. 2ae1bf5 Improve consistency in focusAfterDescendants behavior by Evan Rosky · 7 years ago
  37. bea4e83 Merge "Fix and clarify behavior of vertical/horizontal attributes" into oc-dev am: 68311f8712 by Chet Haase · 7 years ago
  38. cb3d023 Fix and clarify behavior of vertical/horizontal attributes by Chet Haase · 7 years ago
  39. 10e340c Throttle app a11y events in one place. by Phil Weaver · 8 years ago
  40. f14aea9 Merge "Only save focus in keyboard navigation clusters when appropriate" into oc-dev by Evan Rosky · 7 years ago
  41. 7666d6f Merge "removeAllViews should also clean-up focusedInCluster" into oc-dev by Evan Rosky · 7 years ago
  42. fd31f85 Implement the rest of autofill importance modes by Svet Ganov · 7 years ago
  43. 776fa5f removeAllViews should also clean-up focusedInCluster by Evan Rosky · 7 years ago
  44. 6c286be Only save focus in keyboard navigation clusters when appropriate by Evan Rosky · 7 years ago
  45. db8f2fc Merge "Fix ViewOverlay#onDescendantInvalidated" into oc-dev by TreeHugger Robot · 7 years ago
  46. bc44b1a Fix ViewOverlay#onDescendantInvalidated by Chris Craik · 7 years ago
  47. 4ab2101 Merge "Improve ViewDebug reporting for focus properties" into oc-dev by Evan Rosky · 7 years ago
  48. 7906d47 Merge "Ignore nested keyboard navigation clusters" into oc-dev by Evan Rosky · 7 years ago
  49. ecb63fc Improve ViewDebug reporting for focus properties by Evan Rosky · 7 years ago
  50. 0e8a683 Ignore nested keyboard navigation clusters by Evan Rosky · 7 years ago
  51. d114e0f Improve rect-level focus ordering by Evan Rosky · 7 years ago
  52. baa9a3f Merge "More finishing-up of cluster implementation" into oc-dev by Evan Rosky · 7 years ago
  53. 5429daa Request layout when updating child layout params. by Robert Carr · 7 years ago
  54. 18b886e Allow cluster navigation to jump into touchscreenBlocksFocus by Evan Rosky · 7 years ago
  55. bd10c52 More finishing-up of cluster implementation by Evan Rosky · 7 years ago
  56. e5c58ee Add Configuration param to onMovedToDisplay by Andrii Kulian · 7 years ago
  57. 2f8fb1f Fix a few auto fill ussues by Svet Ganov · 7 years ago
  58. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  59. d04a697 Optimize ViewStructure for autofill by removing irrelevant nodes. by Felipe Leme · 7 years ago
  60. 7485a9b Setting focusableInTouchMode clears FOCUSABLE_AUTO by Alan Viverette · 7 years ago
  61. 8e1a729 Implicitly cast views obtained via View.findView methods by Alan Viverette · 7 years ago
  62. 1228e2c Merge "Fixed default-cluster and empty-cluster navigation behavior" by Evan Rosky · 7 years ago
  63. b047b8b Report move to display for activities that handle config changes by Andrii Kulian · 7 years ago
  64. 3ac6463 Fixed default-cluster and empty-cluster navigation behavior by Evan Rosky · 7 years ago
  65. f10db8e Merge "Separate cluster-focus and default-focus." by Evan Rosky · 7 years ago
  66. 2ec94fd Merge "Provide old behavior for View#hasFocusable to old apps" by Adam Powell · 7 years ago
  67. ca4964c Replace com.android.internal.util.Predicate with java.util.function.Predicate by Paul Duffin · 7 years ago
  68. a5082a3 Merge "Default focus order now tries to adhere to view hierarchy" by Evan Rosky · 7 years ago
  69. 0f552f4 Provide old behavior for View#hasFocusable to old apps by Adam Powell · 7 years ago
  70. 53fcf11 Separate cluster-focus and default-focus. by Evan Rosky · 7 years ago
  71. 177f373 Revert "Implicitly cast views obtained via View.findView methods" by Alan Viverette · 7 years ago
  72. 5523f9a Merge "Improved AutoFill Save workflow." by Felipe Leme · 7 years ago
  73. 0200d9e Improved AutoFill Save workflow. by Felipe Leme · 8 years ago
  74. 24e78d7 Fix a bug in View#hasFocusable with new auto-focusable behavior by Adam Powell · 7 years ago
  75. 7b55251 Merge "Implicitly cast views obtained via View.findView methods" by TreeHugger Robot · 7 years ago
  76. 3b94bf5 Default focus order now tries to adhere to view hierarchy by Evan Rosky · 8 years ago
  77. b27aba9 Merge "Replace invalidateChild/invalidateChildInParent" by Chris Craik · 7 years ago
  78. 995c043 Fix ListView click handling under new focus rules by Adam Powell · 7 years ago
  79. 9de95db Replace invalidateChild/invalidateChildInParent by Chris Craik · 8 years ago
  80. 06c2fff Implicitly cast views obtained via View.findView methods by Alan Viverette · 7 years ago
  81. eb30016 Merge "Implement pointer capture API" by TreeHugger Robot · 7 years ago
  82. 3787de1 Implement pointer capture API by Vladislav Kaznacheev · 8 years ago
  83. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 7 years ago
  84. 9e2a47d Merge "Revert "Destroy DisplayLists on time"" by John Reck · 8 years ago
  85. be34e8e Revert "Destroy DisplayLists on time" by John Reck · 8 years ago
  86. 5c5e0ac Merge "Eliminating sections." by TreeHugger Robot · 8 years ago
  87. 52461d4 Merge "Destroy DisplayLists on time" by TreeHugger Robot · 8 years ago
  88. 2874daa Destroy DisplayLists on time by John Reck · 8 years ago
  89. b5ced22 Eliminating sections. by Vadim Tryshev · 8 years ago
  90. 2582b80 Merge "Fix tooltip handling for invisible and overlapping views" by TreeHugger Robot · 8 years ago
  91. b61c00e Merge "Fix pointer icon handling for invisible and overlapping views" by TreeHugger Robot · 8 years ago
  92. 393a954 Merge "API for setting default focus per cluster." by TreeHugger Robot · 8 years ago
  93. 5ca7398 API for setting default focus per cluster. by Vadim Tryshev · 8 years ago
  94. 6d55387 YAMAFFR - Yet Another Major AutoFill Framework Refactoring by Felipe Leme · 8 years ago
  95. 6f225ca Merge "Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests""" by Chris Craik · 8 years ago
  96. 3f06c6d Revert "Revert "Fast-path for ViewGroup#invalidateChild, invalidate tests"" by Chris Craik · 8 years ago
  97. 311a5b5 Using official names for clusters and sections. by Vadim Tryshev · 8 years ago
  98. 3d5cfc0 Fix pointer icon handling for invisible and overlapping views by Vladislav Kaznacheev · 8 years ago
  99. 943cf0e Fix tooltip handling for invisible and overlapping views by Vladislav Kaznacheev · 8 years ago
  100. 8957f2d Introducing teleportation between sections. by Vadim Tryshev · 8 years ago