1. 3016c1a NullPointerException in AbsListView.focusSearch(). by Svetoslav Ganov · 12 years ago
  2. 3038465 Merge "Focus search in AbsListView returns invisible views." into jb-dev by Svetoslav Ganov · 12 years ago
  3. b1fa98b Focus search in AbsListView returns invisible views. by Svetoslav Ganov · 12 years ago
  4. b552d89 Double input focus and focus movement in list not working. by Svetoslav Ganov · 12 years ago
  5. a90e451 Calling the correct method when adding accessibility focusables. by Svetoslav Ganov · 12 years ago
  6. 00ca7a8 Merge "Accessibility focus traversal of lists inconsistent." into jb-dev by Svetoslav Ganov · 12 years ago
  7. 2dda468 Accessibility focus traversal of lists inconsistent. by Svetoslav Ganov · 12 years ago
  8. 325ea8de Don't mark list headers or invalid items as disabled. by alanv · 12 years ago
  9. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  10. 084c63e Merge "Fix accessibility actions in AbsListView." into jb-dev by Svetoslav Ganov · 12 years ago
  11. 4ce106f Merge "Fixing some minor issues in accessibility focus." into jb-dev by Svetoslav Ganov · 12 years ago
  12. f76a83c Fixing some minor issues in accessibility focus. by Svetoslav Ganov · 12 years ago
  13. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  14. 9c3e0e6 Fix accessibility actions in AbsListView. by alanv · 12 years ago
  15. fb1e80a Exposing some accessiblity actions only for enabled views. by Svetoslav Ganov · 12 years ago
  16. 48d1586 Add accessibility scroll support to some widgets. by Svetoslav Ganov · 12 years ago
  17. e5dfa47d Improving accessibility focus traversal. by Svetoslav Ganov · 12 years ago
  18. 057a585 Automatic persistent text selection for ListViews by Adam Powell · 12 years ago
  19. a1dc761 Adding scroll actions to accessibility node info. by Svetoslav Ganov · 12 years ago
  20. f103758 Merge "Delegate list item focus and click actions to the parent list." into jb-dev by Svetoslav Ganov · 12 years ago
  21. aadf4fb More fun with AbsListView smooth scrolling by Adam Powell · 12 years ago
  22. c1d7e77 Delegate list item focus and click actions to the parent list. by alanv · 12 years ago
  23. bf1b81f AbsListView: Toss transient state views once they no longer have by Adam Powell · 12 years ago
  24. e69370e Fix misc. bugs in AbsListView smooth scrolling. by Adam Powell · 12 years ago
  25. 6f663c1 Fix a bug in ListView where touch scrolling could skip a data set change by Adam Powell · 12 years ago
  26. 0b8acd8 Fix janky programmatic ListView scrolling by Adam Powell · 12 years ago
  27. 1fa179ef Fix some smooth scrolling bugs in lists and update on the animation timer. by Adam Powell · 12 years ago
  28. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  29. a8bfeaf Cleanup ListView glow's optimized invalidates by Romain Guy · 12 years ago
  30. 9d849a2 Optimize invalidate calls in lists. by Romain Guy · 12 years ago
  31. 29382d9 Bug 6058721 - optimize changing checked states in AbsListView by Adam Powell · 12 years ago
  32. aebd28f Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs by Adam Powell · 12 years ago
  33. 539ee87 Add transient state tracking to Views by Adam Powell · 13 years ago
  34. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  35. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  36. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  37. 43ee0ab Fix issue #5433910: RTE while adding an account from settings by Dianne Hackborn · 13 years ago
  38. e0f2515 Merge "Fix bug 5399568 - ListView check states inconsistent after data set change" by Adam Powell · 13 years ago
  39. 14c0804 Fix bug 5399568 - ListView check states inconsistent after data set change by Adam Powell · 13 years ago
  40. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  41. b84b94e Scroll accessibility events should not populate text. by Svetoslav Ganov · 13 years ago
  42. b0c71eb Can't stop the fling! Bug: 5335420 by Jeff Brown · 13 years ago
  43. a2b986e Bug 5151927 - Monkeys should not play with detached lists. by Adam Powell · 13 years ago
  44. 1e83b3e Fix bug 5312352 - ListView modal multi-select mode bugs by Adam Powell · 13 years ago
  45. 7f2202b Handle data changed during FlingRunnable. by Jeff Sharkey · 13 years ago
  46. 78f6e63 Handle DOWN/MOVE/UP gestures with fling. Bug: 5265814 by Jeff Brown · 13 years ago
  47. 89935e4 Make EdgeEffect public API. by Adam Powell · 13 years ago
  48. 9a5cc28 Fix bug 5124021 - Menu visibility incorrect when restoring ListView by Adam Powell · 13 years ago
  49. 13451a4 Track motion events before we decide to start scrolling by Michael Jurka · 13 years ago
  50. ee78b17 Fix bug 5048082 - Conversation doesn't scroll after you send a message by Adam Powell · 13 years ago
  51. b375013 Fix bug 5135608 - Let AbsListView take focus while detached by Adam Powell · 13 years ago
  52. 4e03f59 Removing firing of spurious scroll accesibility events. by Svetoslav Ganov · 13 years ago
  53. 2148d43 Fixing widget notifyDataSetChanged() not getting called, issue 5092676 by Adam Cohen · 13 years ago
  54. 044a46b Fix bug 5051894 - drags/flings at the beginning/end of ListViews are by Adam Powell · 13 years ago
  55. fc302cd Fix bug 5037537 - Revert "ListView focus bugfix." by Adam Powell · 13 years ago
  56. 1e20946 Ensure selector state is updated when touch mode changes. by Jeff Brown · 13 years ago
  57. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  58. a79f4b7 Refresh the drawable state when selecting a position. by Jason Bayer · 13 years ago
  59. a86127f ListView focus bugfix. by Mark Lindner · 13 years ago
  60. 2585e9b Frameworks: fixes possible invalid pointer index call. by Justin Koh · 13 years ago
  61. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 13 years ago
  62. eeee4d2 Final polish of the interrogation feature. by Svetoslav Ganov · 13 years ago
  63. 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
  64. 3c7b96a Framework: bugfix for menu selector not showing up properly. by Justin Koh · 13 years ago
  65. bad9d97 Refatoring a bit of accessibility code by Svetoslav Ganov · 13 years ago
  66. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  67. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  68. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  69. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 13 years ago
  70. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 13 years ago
  71. becb0be Fix bug 3175131 - listviews don't highlight properly by Adam Powell · 13 years ago
  72. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  73. 07d6f7b Fix bug 3502257 - overscroll effect api by Adam Powell · 13 years ago
  74. 498e43d Fix bug 3501411 - ListView should ignore "up" events outside of its view by Adam Powell · 13 years ago
  75. 91b52b1 Merge "AbsListView notifies scroll events to the ViewTreeObserver." by Gilles Debunne · 13 years ago
  76. 0a1b818 AbsListView notifies scroll events to the ViewTreeObserver. by Gilles Debunne · 13 years ago
  77. 5bf7658 Merge "Removed ViewTreeObserver null checks" by Gilles Debunne · 13 years ago
  78. f37fccd Merge "Change behavior of multitouch in scrolling views." by Adam Powell · 13 years ago
  79. 9bc30d3 Change behavior of multitouch in scrolling views. by Adam Powell · 13 years ago
  80. bb57948 Merge "Fix inverted scrolling condition in lists." by Jeff Brown · 13 years ago
  81. 275d823 Fix inverted scrolling condition in lists. by Jeff Brown · 13 years ago
  82. ccf857cc Merge "OnScrollListener fix in AbsListView" by Gilles Debunne · 13 years ago
  83. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  84. e20a193 OnScrollListener fix in AbsListView by Gilles Debunne · 13 years ago
  85. 0e7d652d Removed ViewTreeObserver null checks by Gilles Debunne · 13 years ago
  86. 7d86378 Fix bug 3362273 - Make overscroll glow appear within padding region by Adam Powell · 14 years ago
  87. 0211a0a Gracefully handle drawing caches allocation failure. Bug #3431451 by Romain Guy · 14 years ago
  88. 8d6d3b8 Fix down arrow in AutoCompleteTextView. by Jeff Brown · 14 years ago
  89. 9e7c2c6 Merge "Optimize invalidate() calls." into honeycomb by Romain Guy · 14 years ago
  90. 0fd89bf Optimize invalidate() calls. by Romain Guy · 14 years ago
  91. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  92. 4ce3541 Fix bug 3242393 - overscroll effect missing from lists which drag but by Adam Powell · 14 years ago
  93. daf98e9 Use optimized display lists for all hwaccelerated rendering by Chet Haase · 14 years ago
  94. 2bed570 Fix bug 3367627 - spontaneous crash by Adam Powell · 14 years ago
  95. d63d335 Merge "Fix bug 3362258 - Fastscroll is out of sync with the list" into honeycomb by Adam Powell · 14 years ago
  96. b1f498a Fix bug 3362258 - Fastscroll is out of sync with the list by Adam Powell · 14 years ago
  97. 7890fe2 Don't pass a null View to OnListItemClickListener. Bug #3365153 by Romain Guy · 14 years ago
  98. e0fd2eb Fix bug 3357208 - List selector shows as dark black on first pressed state by Adam Powell · 14 years ago
  99. 7930375 Fix bug 3352112 - crash in AbsListView.smoothScrollBy by Adam Powell · 14 years ago
  100. 4032252 Fix bugs 3077517 and 3309579 - ListView bugs by Adam Powell · 14 years ago