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