1. 14c0804 Fix bug 5399568 - ListView check states inconsistent after data set change by Adam Powell · 13 years ago
  2. b84b94e Scroll accessibility events should not populate text. by Svetoslav Ganov · 13 years ago
  3. b0c71eb Can't stop the fling! Bug: 5335420 by Jeff Brown · 13 years ago
  4. a2b986e Bug 5151927 - Monkeys should not play with detached lists. by Adam Powell · 13 years ago
  5. 1e83b3e Fix bug 5312352 - ListView modal multi-select mode bugs by Adam Powell · 13 years ago
  6. 7f2202b Handle data changed during FlingRunnable. by Jeff Sharkey · 13 years ago
  7. 78f6e63 Handle DOWN/MOVE/UP gestures with fling. Bug: 5265814 by Jeff Brown · 13 years ago
  8. 89935e4 Make EdgeEffect public API. by Adam Powell · 13 years ago
  9. 9a5cc28 Fix bug 5124021 - Menu visibility incorrect when restoring ListView by Adam Powell · 13 years ago
  10. 13451a4 Track motion events before we decide to start scrolling by Michael Jurka · 13 years ago
  11. ee78b17 Fix bug 5048082 - Conversation doesn't scroll after you send a message by Adam Powell · 13 years ago
  12. b375013 Fix bug 5135608 - Let AbsListView take focus while detached by Adam Powell · 13 years ago
  13. 4e03f59 Removing firing of spurious scroll accesibility events. by Svetoslav Ganov · 13 years ago
  14. 2148d43 Fixing widget notifyDataSetChanged() not getting called, issue 5092676 by Adam Cohen · 13 years ago
  15. 044a46b Fix bug 5051894 - drags/flings at the beginning/end of ListViews are by Adam Powell · 13 years ago
  16. fc302cd Fix bug 5037537 - Revert "ListView focus bugfix." by Adam Powell · 13 years ago
  17. 1e20946 Ensure selector state is updated when touch mode changes. by Jeff Brown · 13 years ago
  18. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  19. a79f4b7 Refresh the drawable state when selecting a position. by Jason Bayer · 13 years ago
  20. a86127f ListView focus bugfix. by Mark Lindner · 13 years ago
  21. 2585e9b Frameworks: fixes possible invalid pointer index call. by Justin Koh · 13 years ago
  22. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  23. eeee4d2 Final polish of the interrogation feature. by Svetoslav Ganov · 13 years ago
  24. b93ffdb am b30dda6b: am 036c40f4: am fa8ee177: Merge "Framework: bugfix for menu selector not showing up properly." into honeycomb-mr2 by Adam Powell · 13 years ago
  25. 3c7b96a Framework: bugfix for menu selector not showing up properly. by Justin Koh · 13 years ago
  26. bad9d97 Refatoring a bit of accessibility code by Svetoslav Ganov · 13 years ago
  27. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  28. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  29. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  30. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  31. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  32. becb0be Fix bug 3175131 - listviews don't highlight properly by Adam Powell · 14 years ago
  33. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 14 years ago
  34. 07d6f7b Fix bug 3502257 - overscroll effect api by Adam Powell · 14 years ago
  35. 498e43d Fix bug 3501411 - ListView should ignore "up" events outside of its view by Adam Powell · 14 years ago
  36. 91b52b1 Merge "AbsListView notifies scroll events to the ViewTreeObserver." by Gilles Debunne · 14 years ago
  37. 0a1b818 AbsListView notifies scroll events to the ViewTreeObserver. by Gilles Debunne · 14 years ago
  38. 5bf7658 Merge "Removed ViewTreeObserver null checks" by Gilles Debunne · 14 years ago
  39. f37fccd Merge "Change behavior of multitouch in scrolling views." by Adam Powell · 14 years ago
  40. 9bc30d3 Change behavior of multitouch in scrolling views. by Adam Powell · 14 years ago
  41. bb57948 Merge "Fix inverted scrolling condition in lists." by Jeff Brown · 14 years ago
  42. 275d823 Fix inverted scrolling condition in lists. by Jeff Brown · 14 years ago
  43. ccf857cc Merge "OnScrollListener fix in AbsListView" by Gilles Debunne · 14 years ago
  44. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 14 years ago
  45. e20a193 OnScrollListener fix in AbsListView by Gilles Debunne · 14 years ago
  46. 0e7d652d Removed ViewTreeObserver null checks by Gilles Debunne · 14 years ago
  47. 7d86378 Fix bug 3362273 - Make overscroll glow appear within padding region by Adam Powell · 14 years ago
  48. 0211a0a Gracefully handle drawing caches allocation failure. Bug #3431451 by Romain Guy · 14 years ago
  49. 8d6d3b8 Fix down arrow in AutoCompleteTextView. by Jeff Brown · 14 years ago
  50. 9e7c2c6 Merge "Optimize invalidate() calls." into honeycomb by Romain Guy · 14 years ago
  51. 0fd89bf Optimize invalidate() calls. by Romain Guy · 14 years ago
  52. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  53. 4ce3541 Fix bug 3242393 - overscroll effect missing from lists which drag but by Adam Powell · 14 years ago
  54. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  55. 2bed570 Fix bug 3367627 - spontaneous crash by Adam Powell · 14 years ago
  56. d63d335 Merge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb by Adam Powell · 14 years ago
  57. b1f498a Fix bug 3362258 - Fastscroll is out of sync with the list by Adam Powell · 14 years ago
  58. 7890fe2 Don't pass a null View to OnListItemClickListener. Bug #3365153 by Romain Guy · 14 years ago
  59. e0fd2eb Fix bug 3357208 - List selector shows as dark black on first pressed state by Adam Powell · 14 years ago
  60. 7930375 Fix bug 3352112 - crash in AbsListView.smoothScrollBy by Adam Powell · 14 years ago
  61. 4032252 Fix bugs 3077517 and 3309579 - ListView bugs by Adam Powell · 14 years ago
  62. b3ea922 Fix NPEs in detached views. by Jeff Brown · 14 years ago
  63. d0b8365 Return the View that matches the clicked position. Bug #3323669 by Romain Guy · 14 years ago
  64. 0633549 Removed XmlAdapters from frameworks. by Gilles Debunne · 14 years ago
  65. a13fc67 Fix bug 3326380 - ListView motion scrolling stops too early when list is padded by Adam Powell · 14 years ago
  66. d173fa3 Possible fix to issue #3213749: NPE at... by Dianne Hackborn · 14 years ago
  67. dd830c2 am 60238734: am 2dda21b9: Merge "Another stab at fixing issue #3149290 java.lang.RuntimeException:..." into gingerbread by Dianne Hackborn · 14 years ago
  68. 7becaee Another stab at fixing issue #3149290 java.lang.RuntimeException:... by Dianne Hackborn · 14 years ago
  69. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  70. fb60386 Addressing issues associated RemoteViewsAdapter's service crashes / disconnects by Adam Cohen · 14 years ago
  71. a8a9ff2 am b32ea255: am 7daaa98c: Merge "Fix issue #3149290: java.lang.RuntimeException: Unable to pause activity" into gingerbread by Dianne Hackborn · 14 years ago
  72. 99441c4 Fix issue #3149290: java.lang.RuntimeException: Unable to pause activity by Dianne Hackborn · 14 years ago
  73. bdccc2d Fix bug 3274422 - Prevent pop-in of items in certain lists by Adam Powell · 14 years ago
  74. 3cd0c57 Fix bug 3281956 - Cherry-picked from GB by Adam Powell · 14 years ago
  75. 2c6196a Fix a bug where the fast scroll track would be positioned incorrectly. by Adam Powell · 14 years ago
  76. 16bb80a Fix typo by Adam Powell · 14 years ago
  77. 20232d0 Holo scrollbars and related tweaks. by Adam Powell · 14 years ago
  78. e1be66c Make sure bottom overscroll feedback takes scrollY into account. by Mindy Pereira · 14 years ago
  79. da13dba Fix bug 3214215 - ListView should stay scrolled to the bottom in transcript mode after a resize by Adam Powell · 14 years ago
  80. 4e30d89 Per designers, update the algorithm for when effect is clipped or stretched. by Mindy Pereira · 14 years ago
  81. a5531d7 Update edge and glow rendering to match new specs. by Mindy Pereira · 14 years ago
  82. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  83. b43d6a3 b/3215774 Fix scrollMode notifications by Erik · 14 years ago
  84. 5e9d9450 Fix AbsListView StrictMode.Span end point on flings. by Brad Fitzpatrick · 14 years ago
  85. 8c3e0fc Fix bug 3207067 - adjust AbsListView content pop-in when clipToPadding=false by Adam Powell · 14 years ago
  86. d348bb4 Changes to scrolling physics by Gilles Debunne · 14 years ago
  87. 1cc13b6 Annotate ListView with StrictMode.Span by Brad Fitzpatrick · 14 years ago
  88. 0046bd8e Fix bug 3192412 - ListView doesn't reportScrollStateChange properly by Adam Powell · 14 years ago
  89. 0785279 Refine AbsListView transcript mode behavior. by Adam Powell · 14 years ago
  90. a0eeeac Fix bug 3167945 - list selection mode should persist across rotations by Adam Powell · 14 years ago
  91. 2614c6c Fix bug 3167099 and bug 3009490 - GridView choice modes and by Adam Powell · 14 years ago
  92. e213677 Push the jumpDrawablesToCurrentState() thing off everywhere it should be. by Dianne Hackborn · 14 years ago
  93. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  94. a32edd4 Adding click feedback to widget collections by Adam Cohen · 14 years ago
  95. b9b8f7b DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest by Adam Powell · 14 years ago
  96. 6a0d099 Fix bug 2964954 - Lists blow up if their adapter changes while detached. by Adam Powell · 14 years ago
  97. bf5f2b3 Fix bug 3005359 - onListItemClick and ActionMode conflict by Adam Powell · 14 years ago
  98. 299acb5 Don't stop FlingRunnable when deltaY is rounded to zero by Marc Blank · 14 years ago
  99. 322171b Adds a way to scroll to a position in a given duration by Erik · 14 years ago
  100. 21317d1 Report scroll state change after cancelling the fling runnable. by Romain Guy · 14 years ago