1. 5db566f Fix updating fast scroll state for data set changes by Adam Powell · 11 years ago
  2. 31986b5 Fix monkey bugs in ListView by Adam Powell · 11 years ago
  3. 7d8314d Make ListView's illegal state exception more helpful by Alan Viverette · 11 years ago
  4. e8222dd Change build version from KEY_LIME_PIE to KITKAT by Chet Haase · 11 years ago
  5. 5b2081d Implement new accessibility APIs in lists, text view by Alan Viverette · 11 years ago
  6. 6820751 Use transient state to preserve accessibility focus in ListView by Alan Viverette · 11 years ago
  7. d44696c Set transient state for focus container in ListView by Alan Viverette · 11 years ago
  8. 5fade8c Trace list view items management by Romain Guy · 11 years ago
  9. 7d8885d Merge "Ensure page up/down always moves to first/last selectable item." by Alan Viverette · 11 years ago
  10. af9c5ea Ensure page up/down always moves to first/last selectable item. by Alan Viverette · 11 years ago
  11. 4602a70 Merge "Allow adding headers and footers to ListView after setAdapter()." by Alan Viverette · 11 years ago
  12. 72e2f2a Allow adding headers and footers to ListView after setAdapter(). by Alan Viverette · 11 years ago
  13. 5542103 Add getters for ListView header & footer divider drawing attrs. by Alan Viverette · 11 years ago
  14. b9fc4b8 Always draw dividers for footers and headers when explicitly enabled. by Alan Viverette · 11 years ago
  15. 49fc4dc Fix out-of-screen item can take focus issue by Jaewan Kim · 11 years ago
  16. 11f796e Fix restoration of virtual accessibility focus in ListView. by Alan Viverette · 11 years ago
  17. b482a001 Fix off by one in ListView's upward focus traversal by Michael Wright · 11 years ago
  18. 2a93911 Fix a stability regression in ListView arrow scrolling by Adam Powell · 11 years ago
  19. 1ad11b9 Revert "Revert "Fix ListView is not scrolled properly with arrows"" by Justin Ho · 11 years ago
  20. b53c5f6 Remember which list child has A11y focus BEFORE clearing A11y focus. by Alan Viverette · 11 years ago
  21. 3cf7b3c Revert "Fix ListView is not scrolled properly with arrows" by Justin Ho · 11 years ago
  22. db68fac Fix ListView is not scrolled properly with arrows by Jaewan Kim · 12 years ago
  23. a23f69a am 86e0d95d: Merge "Reattach header view after DPAD scroll." by Adam Powell · 12 years ago
  24. 86e0d95 Merge "Reattach header view after DPAD scroll." by Adam Powell · 12 years ago
  25. 158d6b7 Reattach header view after DPAD scroll. by Mattias Niklewski · 14 years ago
  26. 27093de Check for null ViewRootImpl when saving accessibility focus in ListView. by alanv · 12 years ago
  27. 30ee76c Restore accessibility focus after ListView layout. by alanv · 12 years ago
  28. 4c359b7 docs: fix a bunch of links from javadocs to api guides by Scott Main · 12 years ago
  29. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  30. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  31. 1fa179ef Fix some smooth scrolling bugs in lists and update on the animation timer. by Adam Powell · 12 years ago
  32. aebd28f Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs by Adam Powell · 13 years ago
  33. 539ee87 Add transient state tracking to Views by Adam Powell · 13 years ago
  34. 2d8b017 Fix bug 5339708 - edge case in ListView focus restoration by Adam Powell · 13 years ago
  35. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  36. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  37. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  38. dcce121 Fix bug 5514022 - ListView should not auto-scroll selected item to top by Adam Powell · 13 years ago
  39. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  40. a2b986e Bug 5151927 - Monkeys should not play with detached lists. by Adam Powell · 13 years ago
  41. 247a0f0 Fix bug 5226097 - App compatibility issues around new ListView fixes by Adam Powell · 13 years ago
  42. e1bf486 Fix bug 5201420 - Appease the monkeys by Adam Powell · 13 years ago
  43. 4dfbec2 Find next focus id from inside-out. Bug: 5165543 by Jeff Brown · 13 years ago
  44. 1ea6889 Fix exception when a focused item is detached. by Mark Brophy · 13 years ago
  45. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  46. 3040132 Factored out the Accessibility vertical initialization. by Svetoslav Ganov · 13 years ago
  47. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  48. 887e1a1 Touch exploration - nits by Svetoslav Ganov · 13 years ago
  49. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  50. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  51. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  52. 63f9689 Revert recently added check to addFooterView by Marco Nelissen · 13 years ago
  53. 22c04a3 Fix bugs in ListView by Marco Nelissen · 13 years ago
  54. 3ba8f5d6 Fix bug 4021346 - crash while navigating by Adam Powell · 13 years ago
  55. 7840055 Fix problem with transparent background on Twitter app by Chet Haase · 13 years ago
  56. 0211a0a Gracefully handle drawing caches allocation failure. Bug #3431451 by Romain Guy · 14 years ago
  57. 8d6d3b8 Fix down arrow in AutoCompleteTextView. by Jeff Brown · 14 years ago
  58. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  59. 9456655 Fix a bug that could cause padded lists to draw dividers incorrectly by Adam Powell · 14 years ago
  60. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  61. fb60386 Addressing issues associated RemoteViewsAdapter's service crashes / disconnects by Adam Cohen · 14 years ago
  62. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  63. eeb55e6 Don't reset ListView when changing the divider drawable. Bug #3245172 by Romain Guy · 14 years ago
  64. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  65. 8c3e0fc Fix bug 3207067 - adjust AbsListView content pop-in when clipToPadding=false by Adam Powell · 14 years ago
  66. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  67. 707b2f7 Optimize GLSL shaders. by Romain Guy · 14 years ago
  68. 95930e1 Apply all Canvas transformations to ColorDrawable. by Romain Guy · 14 years ago
  69. d0fa371 Add a new "activated" state to View. by Dianne Hackborn · 14 years ago
  70. 385a655 am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  71. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 14 years ago
  72. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 14 years ago
  73. f343e1b Add selection mode support to GridView. by Adam Powell · 14 years ago
  74. ecb1d5d resolved conflicts for merge of f00ee0f7 to master by Konstantin Lopyrev · 14 years ago
  75. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
  76. 8350f7d Added CHOICE_MODE_MULTIPLE_MODAL to ListView. by Adam Powell · 14 years ago
  77. 499cb9f Initial changes to allow collections in widgets. by Winson Chung · 14 years ago
  78. 179de8a Avoid unnecessary tests when drawing ListView dividers. by Romain Guy · 14 years ago
  79. df36b05 Prevent crash when changing adapter. Bug #2697842 by Romain Guy · 14 years ago
  80. 82afc7b Prevent possible leak in AbsListViews. by Romain Guy · 14 years ago
  81. 9d32d24 Remove overscrolling by Adam Powell · 14 years ago
  82. 84222e0 Fix overscroll distance calculation for stack-from-bottom ListViews by Adam Powell · 14 years ago
  83. bfb5d4b Added overscroll headers and footers to ListView. by Adam Powell · 14 years ago
  84. 463ceff Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without stable IDs to support legacy code. by Adam Powell · 14 years ago
  85. cb704cd Fixed a regression setting ListView selection mode without an adapter by Adam Powell · 14 years ago
  86. 8f1bfe1 ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds(). by Adam Powell · 14 years ago
  87. 0bf8859 Make sure all list items know they are in a window. Bug #2476671 by Romain Guy · 14 years ago
  88. 176f9fc Null pointer tests removed from HeaderViewListAdapter. by Gilles Debunne · 14 years ago
  89. 9bf3c12 ListView now tries to keep the position containing focused child views on-screen. by Adam Powell · 14 years ago
  90. 9c3184cc Do not recyle headers and footers when measuring the ListView. Bug #2461893 by Romain Guy · 14 years ago
  91. 4cd4770 HorizontalScrollView multitouch scroll and only grip on content by Adam Powell · 14 years ago
  92. a440b00 Prevents ListView items children to modify properties of other children. by Romain Guy · 14 years ago
  93. d750783 Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged by Adam Powell · 15 years ago
  94. fd3ddfa List.GetCheckItemIds no longer includes unchecked items. by Gilles Debunne · 15 years ago
  95. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 15 years ago
  96. 2d51bff Dpad based scrolling in ListView was mishandling the recycler: by Romain Guy · 15 years ago
  97. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  98. 2187505 Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow. by Romain Guy · 15 years ago
  99. c854f28 Force a re-layout of children if ListView is out of sync with the by Adam Powell · 15 years ago
  100. ead0d4d Fix the build when ViewDebug.TRACE_RECYCLER is set to true. by Romain Guy · 15 years ago