1. d44696c Set transient state for focus container in ListView by Alan Viverette · 11 years ago
  2. 447cdf2 Add disabled state to FastScroller. by Alan Viverette · 11 years ago
  3. 5fade8c Trace list view items management by Romain Guy · 11 years ago
  4. 3d15a2b Minor ListView clean up. Exposes View.pointInView() as hidden API. by Alan Viverette · 11 years ago
  5. 0ebe81e Implement FastScroller as an animated overlay. by Alan Viverette · 11 years ago
  6. f38fd87 am 7a6e1297: am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into jb-mr2-dev by Romain Guy · 11 years ago
  7. b7e0f79 Don't orphan footers with transient state Bug #8725945 by Romain Guy · 11 years ago
  8. f699130 Remove unnecessary allocations by Romain Guy · 11 years ago
  9. 74ded29 Clear pressed state when moving outside list bounds. by Alan Viverette · 11 years ago
  10. 8fa327a Cleaning up AbsListView, fixing annotations and updating API calls. by Alan Viverette · 11 years ago
  11. e7f30dc Split AbsListView.onTouchEvent into multiple methods for readability. by Alan Viverette · 11 years ago
  12. f4bf0ae New ArrayMap class. by Dianne Hackborn · 11 years ago
  13. f1cfdce am 5315953b: am 78a4630e: Merge "Taking into account data change for AbsListView when prefetching node infos." into jb-mr2-dev by Svetoslav Ganov · 11 years ago
  14. 5077686 Taking into account data change for AbsListView when prefetching node infos. by Svetoslav Ganov · 11 years ago
  15. 6f3a6a4 am 1e4c6589: am b3c2b21b: Merge "Accessibility should not query for list items when data set changed." into jb-mr2-dev by Svetoslav · 11 years ago
  16. 5b578da Accessibility should not query for list items when data set changed. by Svetoslav · 11 years ago
  17. 29219d9 Steady improvement to multi stack. by Craig Mautner · 11 years ago
  18. 3a1f1e5 Fix bug #8629386 FastScroller is on the wrong side when switching to Hebrew in a RTL enabled app by Fabrice Di Meglio · 11 years ago
  19. bd1dd0d Fix a monkey bug with AbsListView data set observers by Adam Powell · 11 years ago
  20. a2230e1 Fix bug with transientState for listviews without stable IDs by Chet Haase · 11 years ago
  21. 7287132 DO NOT MERGE: ListView transient state fix by Chet Haase · 11 years ago
  22. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  23. 847be74 Fix regression in ListView click handling by Adam Powell · 12 years ago
  24. a607223 Ensure running mTouchModeReset when AbsListView is detached by Sangkyu Lee · 12 years ago
  25. f3b8e6f Fix regression in AbsListView CHOICE_MODE_SINGLE by Adam Powell · 12 years ago
  26. 5bb4e29 Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1 by Fabrice Di Meglio · 12 years ago
  27. a6a4cbc Fixing Keyguard widget click handling (issue 7179972) by Adam Cohen · 12 years ago
  28. e181bd9 Fix AbsListView to correctly retain its state if not layed out. by Dianne Hackborn · 12 years ago
  29. b72fe7a Don't overwrite accessibility delegates in AbsListView items. by alanv · 12 years ago
  30. a798170 More detailed error reporting for AbsListView/CHOICE_MODE_MULTIPLE_MODAL by Adam Powell · 12 years ago
  31. 94169a9 am 956aefb3: am 26ed04ba: Merge "Caching the FixedSizeRemoteViewsCaches across rotation" into jb-dev by Adam Cohen · 12 years ago
  32. 335c3b6 Caching the FixedSizeRemoteViewsCaches across rotation by Adam Cohen · 12 years ago
  33. 27e2da7 Remove the accessibility focus search code. by Svetoslav Ganov · 12 years ago
  34. 913bf80 Merge "Don't allow apps to request scrolls to out-of-bounds positions" into jb-dev by Chet Haase · 12 years ago
  35. 0061e16 Don't allow apps to request scrolls to out-of-bounds positions by Chet Haase · 12 years ago
  36. 28048d0 Protect against bogus input for ListViews by Adam Powell · 12 years ago
  37. 3016c1a NullPointerException in AbsListView.focusSearch(). by Svetoslav Ganov · 12 years ago
  38. 3038465 Merge "Focus search in AbsListView returns invisible views." into jb-dev by Svetoslav Ganov · 12 years ago
  39. b1fa98b Focus search in AbsListView returns invisible views. by Svetoslav Ganov · 12 years ago
  40. b552d89 Double input focus and focus movement in list not working. by Svetoslav Ganov · 12 years ago
  41. a90e451 Calling the correct method when adding accessibility focusables. by Svetoslav Ganov · 12 years ago
  42. 00ca7a8 Merge "Accessibility focus traversal of lists inconsistent." into jb-dev by Svetoslav Ganov · 12 years ago
  43. 2dda468 Accessibility focus traversal of lists inconsistent. by Svetoslav Ganov · 12 years ago
  44. 325ea8de Don't mark list headers or invalid items as disabled. by alanv · 12 years ago
  45. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  46. 084c63e Merge "Fix accessibility actions in AbsListView." into jb-dev by Svetoslav Ganov · 12 years ago
  47. 4ce106f Merge "Fixing some minor issues in accessibility focus." into jb-dev by Svetoslav Ganov · 12 years ago
  48. f76a83c Fixing some minor issues in accessibility focus. by Svetoslav Ganov · 12 years ago
  49. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  50. 9c3e0e6 Fix accessibility actions in AbsListView. by alanv · 12 years ago
  51. fb1e80a Exposing some accessiblity actions only for enabled views. by Svetoslav Ganov · 12 years ago
  52. 48d1586 Add accessibility scroll support to some widgets. by Svetoslav Ganov · 12 years ago
  53. e5dfa47d Improving accessibility focus traversal. by Svetoslav Ganov · 12 years ago
  54. 057a585 Automatic persistent text selection for ListViews by Adam Powell · 12 years ago
  55. a1dc761 Adding scroll actions to accessibility node info. by Svetoslav Ganov · 12 years ago
  56. f103758 Merge "Delegate list item focus and click actions to the parent list." into jb-dev by Svetoslav Ganov · 12 years ago
  57. aadf4fb More fun with AbsListView smooth scrolling by Adam Powell · 12 years ago
  58. c1d7e77 Delegate list item focus and click actions to the parent list. by alanv · 12 years ago
  59. bf1b81f AbsListView: Toss transient state views once they no longer have by Adam Powell · 12 years ago
  60. e69370e Fix misc. bugs in AbsListView smooth scrolling. by Adam Powell · 12 years ago
  61. 6f663c1 Fix a bug in ListView where touch scrolling could skip a data set change by Adam Powell · 12 years ago
  62. 0b8acd8 Fix janky programmatic ListView scrolling by Adam Powell · 12 years ago
  63. 1fa179ef Fix some smooth scrolling bugs in lists and update on the animation timer. by Adam Powell · 12 years ago
  64. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  65. a8bfeaf Cleanup ListView glow's optimized invalidates by Romain Guy · 12 years ago
  66. 9d849a2 Optimize invalidate calls in lists. by Romain Guy · 12 years ago
  67. 29382d9 Bug 6058721 - optimize changing checked states in AbsListView by Adam Powell · 12 years ago
  68. aebd28f Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs by Adam Powell · 12 years ago
  69. 539ee87 Add transient state tracking to Views by Adam Powell · 12 years ago
  70. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  71. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  72. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  73. 43ee0ab Fix issue #5433910: RTE while adding an account from settings by Dianne Hackborn · 13 years ago
  74. e0f2515 Merge "Fix bug 5399568 - ListView check states inconsistent after data set change" by Adam Powell · 13 years ago
  75. 14c0804 Fix bug 5399568 - ListView check states inconsistent after data set change by Adam Powell · 13 years ago
  76. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  77. b84b94e Scroll accessibility events should not populate text. by Svetoslav Ganov · 13 years ago
  78. b0c71eb Can't stop the fling! Bug: 5335420 by Jeff Brown · 13 years ago
  79. a2b986e Bug 5151927 - Monkeys should not play with detached lists. by Adam Powell · 13 years ago
  80. 1e83b3e Fix bug 5312352 - ListView modal multi-select mode bugs by Adam Powell · 13 years ago
  81. 7f2202b Handle data changed during FlingRunnable. by Jeff Sharkey · 13 years ago
  82. 78f6e63 Handle DOWN/MOVE/UP gestures with fling. Bug: 5265814 by Jeff Brown · 13 years ago
  83. 89935e4 Make EdgeEffect public API. by Adam Powell · 13 years ago
  84. 9a5cc28 Fix bug 5124021 - Menu visibility incorrect when restoring ListView by Adam Powell · 13 years ago
  85. 13451a4 Track motion events before we decide to start scrolling by Michael Jurka · 13 years ago
  86. ee78b17 Fix bug 5048082 - Conversation doesn't scroll after you send a message by Adam Powell · 13 years ago
  87. b375013 Fix bug 5135608 - Let AbsListView take focus while detached by Adam Powell · 13 years ago
  88. 4e03f59 Removing firing of spurious scroll accesibility events. by Svetoslav Ganov · 13 years ago
  89. 2148d43 Fixing widget notifyDataSetChanged() not getting called, issue 5092676 by Adam Cohen · 13 years ago
  90. 044a46b Fix bug 5051894 - drags/flings at the beginning/end of ListViews are by Adam Powell · 13 years ago
  91. fc302cd Fix bug 5037537 - Revert "ListView focus bugfix." by Adam Powell · 13 years ago
  92. 1e20946 Ensure selector state is updated when touch mode changes. by Jeff Brown · 13 years ago
  93. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  94. a79f4b7 Refresh the drawable state when selecting a position. by Jason Bayer · 13 years ago
  95. a86127f ListView focus bugfix. by Mark Lindner · 13 years ago
  96. 2585e9b Frameworks: fixes possible invalid pointer index call. by Justin Koh · 13 years ago
  97. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  98. eeee4d2 Final polish of the interrogation feature. by Svetoslav Ganov · 13 years ago
  99. 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
  100. 3c7b96a Framework: bugfix for menu selector not showing up properly. by Justin Koh · 13 years ago