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