1. 23f4432 Add accessibility action for scrolling to a collection position by Alan Viverette · 9 years ago
  2. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  3. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  4. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  5. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  6. 827bb44 Fix NullPointerException in ListView by Kenji Sugimoto · 10 years ago
  7. 77c180a Use correct row/column order in list and grid CollectionItems by Alan Viverette · 10 years ago
  8. 4771b55 Scrapping the view at position zero is still position zero by Alan Viverette · 10 years ago
  9. 1dada3d DO NOT MERGE Remove sub-position scroller by Alan Viverette · 10 years ago
  10. e3c433a Persist selector on ListView and GridView layout by Alan Viverette · 10 years ago
  11. de39939 Support for list selector ripple during arrow movement & drag by Alan Viverette · 10 years ago
  12. 2e6fc8c Check for null view root before checking for accessibility focus by Alan Viverette · 10 years ago
  13. 3e14162 Fix transient state, accessibility focus in ListView, GridView by Alan Viverette · 10 years ago
  14. 23160f4 Merge "Refactor AbsListView position scrollers for better abstraction" by Alan Viverette · 10 years ago
  15. d22db21 Refactor AbsListView position scrollers for better abstraction by Alan Viverette · 10 years ago
  16. 76769ae Add selection properties to CollectionInfo, CollectionItemInfo by Alan Viverette · 10 years ago
  17. 441b437 Update smoothScrollToPosition to move faster for large offsets by Alan Viverette · 10 years ago
  18. 56032a3 Revert "Update smoothScrollToPosition to move faster for large offsets" by Adam Powell · 11 years ago
  19. 203af24 Update smoothScrollToPosition to move faster for large offsets by Alan Viverette · 11 years ago
  20. 2660600 Merge "Fix header and footer dividers to match docs" by Alan Viverette · 11 years ago
  21. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  22. 20cc605 Fix header and footer dividers to match docs by Alan Viverette · 11 years ago
  23. 5d565fa Restore A11y and keyboard focus positions after GridView layout by Alan Viverette · 11 years ago
  24. d33c97e am 5d96f61a: am c12f46eb: am 5db566f1: Fix updating fast scroll state for data set changes by Adam Powell · 11 years ago
  25. 5db566f Fix updating fast scroll state for data set changes by Adam Powell · 11 years ago
  26. 51d6615 am 8dcc0e7d: am 7ef9b612: Merge "Fix monkey bugs in ListView" into klp-dev by Adam Powell · 11 years ago
  27. 31986b5 Fix monkey bugs in ListView by Adam Powell · 11 years ago
  28. e2c6f66 am d54529c4: am 23819e7e: Merge "Make ListView\'s illegal state exception more helpful" into klp-dev by Alan Viverette · 11 years ago
  29. 7d8314d Make ListView's illegal state exception more helpful by Alan Viverette · 11 years ago
  30. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  31. e8222dd Change build version from KEY_LIME_PIE to KITKAT by Chet Haase · 11 years ago
  32. 5b2081d Implement new accessibility APIs in lists, text view by Alan Viverette · 11 years ago
  33. 6820751 Use transient state to preserve accessibility focus in ListView by Alan Viverette · 11 years ago
  34. d44696c Set transient state for focus container in ListView by Alan Viverette · 11 years ago
  35. 5fade8c Trace list view items management by Romain Guy · 11 years ago
  36. 7d8885d Merge "Ensure page up/down always moves to first/last selectable item." by Alan Viverette · 11 years ago
  37. af9c5ea Ensure page up/down always moves to first/last selectable item. by Alan Viverette · 11 years ago
  38. 4602a70 Merge "Allow adding headers and footers to ListView after setAdapter()." by Alan Viverette · 11 years ago
  39. 72e2f2a Allow adding headers and footers to ListView after setAdapter(). by Alan Viverette · 11 years ago
  40. 5542103 Add getters for ListView header & footer divider drawing attrs. by Alan Viverette · 11 years ago
  41. b9fc4b8 Always draw dividers for footers and headers when explicitly enabled. by Alan Viverette · 11 years ago
  42. 49fc4dc Fix out-of-screen item can take focus issue by Jaewan Kim · 11 years ago
  43. 11f796e Fix restoration of virtual accessibility focus in ListView. by Alan Viverette · 11 years ago
  44. b482a001 Fix off by one in ListView's upward focus traversal by Michael Wright · 11 years ago
  45. 2a93911 Fix a stability regression in ListView arrow scrolling by Adam Powell · 11 years ago
  46. 1ad11b9 Revert "Revert "Fix ListView is not scrolled properly with arrows"" by Justin Ho · 11 years ago
  47. b53c5f6 Remember which list child has A11y focus BEFORE clearing A11y focus. by Alan Viverette · 11 years ago
  48. 3cf7b3c Revert "Fix ListView is not scrolled properly with arrows" by Justin Ho · 11 years ago
  49. db68fac Fix ListView is not scrolled properly with arrows by Jaewan Kim · 11 years ago
  50. a23f69a am 86e0d95d: Merge "Reattach header view after DPAD scroll." by Adam Powell · 12 years ago
  51. 86e0d95 Merge "Reattach header view after DPAD scroll." by Adam Powell · 12 years ago
  52. 158d6b7 Reattach header view after DPAD scroll. by Mattias Niklewski · 13 years ago
  53. 27093de Check for null ViewRootImpl when saving accessibility focus in ListView. by alanv · 12 years ago
  54. 30ee76c Restore accessibility focus after ListView layout. by alanv · 12 years ago
  55. 4c359b7 docs: fix a bunch of links from javadocs to api guides by Scott Main · 12 years ago
  56. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  57. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  58. 1fa179ef Fix some smooth scrolling bugs in lists and update on the animation timer. by Adam Powell · 12 years ago
  59. aebd28f Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs by Adam Powell · 12 years ago
  60. 539ee87 Add transient state tracking to Views by Adam Powell · 12 years ago
  61. 2d8b017 Fix bug 5339708 - edge case in ListView focus restoration by Adam Powell · 12 years ago
  62. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  63. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  64. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  65. dcce121 Fix bug 5514022 - ListView should not auto-scroll selected item to top by Adam Powell · 13 years ago
  66. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  67. a2b986e Bug 5151927 - Monkeys should not play with detached lists. by Adam Powell · 13 years ago
  68. 247a0f0 Fix bug 5226097 - App compatibility issues around new ListView fixes by Adam Powell · 13 years ago
  69. e1bf486 Fix bug 5201420 - Appease the monkeys by Adam Powell · 13 years ago
  70. 4dfbec2 Find next focus id from inside-out. Bug: 5165543 by Jeff Brown · 13 years ago
  71. 1ea6889 Fix exception when a focused item is detached. by Mark Brophy · 13 years ago
  72. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  73. 3040132 Factored out the Accessibility vertical initialization. by Svetoslav Ganov · 13 years ago
  74. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  75. 887e1a1 Touch exploration - nits by Svetoslav Ganov · 13 years ago
  76. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  77. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  78. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  79. 63f9689 Revert recently added check to addFooterView by Marco Nelissen · 13 years ago
  80. 22c04a3 Fix bugs in ListView by Marco Nelissen · 13 years ago
  81. 3ba8f5d6 Fix bug 4021346 - crash while navigating by Adam Powell · 13 years ago
  82. 7840055 Fix problem with transparent background on Twitter app by Chet Haase · 13 years ago
  83. 0211a0a Gracefully handle drawing caches allocation failure. Bug #3431451 by Romain Guy · 13 years ago
  84. 8d6d3b8 Fix down arrow in AutoCompleteTextView. by Jeff Brown · 14 years ago
  85. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  86. 9456655 Fix a bug that could cause padded lists to draw dividers incorrectly by Adam Powell · 14 years ago
  87. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  88. fb60386 Addressing issues associated RemoteViewsAdapter's service crashes / disconnects by Adam Cohen · 14 years ago
  89. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  90. eeb55e6 Don't reset ListView when changing the divider drawable. Bug #3245172 by Romain Guy · 14 years ago
  91. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  92. 8c3e0fc Fix bug 3207067 - adjust AbsListView content pop-in when clipToPadding=false by Adam Powell · 14 years ago
  93. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  94. 707b2f7 Optimize GLSL shaders. by Romain Guy · 14 years ago
  95. 95930e1 Apply all Canvas transformations to ColorDrawable. by Romain Guy · 14 years ago
  96. d0fa371 Add a new "activated" state to View. by Dianne Hackborn · 14 years ago
  97. 385a655 am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  98. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  99. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 14 years ago
  100. f343e1b Add selection mode support to GridView. by Adam Powell · 14 years ago