1. 34dbf7c am ad7b5993: Merge "docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. Bug: 6804017" into klp-docs by quddusc · 11 years ago
  2. 9072110 docs: Fixed duplicate text in onScrollStateChanged() scrollState parameter description. by quddusc · 11 years ago
  3. d4bdd6b Temporary detached views not properly reported to accessibility layer. by Svetoslav · 11 years ago
  4. 5db566f Fix updating fast scroll state for data set changes by Adam Powell · 11 years ago
  5. 4c6b290 Merge "Clear accessibility focus from recycled views when needed" into klp-dev by Alan Viverette · 11 years ago
  6. f9736d3 Rebind transient state views when available by Alan Viverette · 11 years ago
  7. 1e51cc7 Clear accessibility focus from recycled views when needed by Alan Viverette · 11 years ago
  8. 31986b5 Fix monkey bugs in ListView by Adam Powell · 11 years ago
  9. 23f31a1 Merge "Only activate FastScroller when it's needed" into klp-dev by Alan Viverette · 11 years ago
  10. b9f2722 Only activate FastScroller when it's needed by Alan Viverette · 11 years ago
  11. 1487466 Add View#cancelPendingInputEvents API by Adam Powell · 11 years ago
  12. ba29906 Ensure list scrolling API is in parity with view scrolling API by Alan Viverette · 11 years ago
  13. 5b2081d Implement new accessibility APIs in lists, text view by Alan Viverette · 11 years ago
  14. 86f5e89 Update documentation for FastScroller and SectionIndexer by Alan Viverette · 11 years ago
  15. b339cc5 Not create context menu when mouse right click outside list/grid items by Alan Viverette · 11 years ago
  16. 26bb253 Fix padding adjustment for scrollbars in View, FastScroller by Alan Viverette · 11 years ago
  17. fb66415 Fix initial FastScroller enabled state, fix padding during layout by Alan Viverette · 11 years ago
  18. 39bed69 Fix FastScroller regression for non-UI threads by Alan Viverette · 11 years ago
  19. 2f3317a Add API for scrolling AbsListView by a pixel amount by Alan Viverette · 11 years ago
  20. d248b0a am c2314cf5: am e700a36e: Merge "Update getCheckedItemPositions() documentation" by Jean-Baptiste Queru · 11 years ago
  21. e700a36 Merge "Update getCheckedItemPositions() documentation" by Jean-Baptiste Queru · 11 years ago
  22. a709b37 Show FastScroller thumb on mouse-over by Alan Viverette · 11 years ago
  23. 82ff241 Update getCheckedItemPositions() documentation by Cyril Mottier · 11 years ago
  24. 0f80f4b Merge "Take advantage of KeyEvent.isConfirmKey" by Michael Wright · 11 years ago
  25. 24d36f5 Take advantage of KeyEvent.isConfirmKey by Michael Wright · 11 years ago
  26. d44696c Set transient state for focus container in ListView by Alan Viverette · 11 years ago
  27. 447cdf2 Add disabled state to FastScroller. by Alan Viverette · 11 years ago
  28. 5fade8c Trace list view items management by Romain Guy · 11 years ago
  29. 3d15a2b Minor ListView clean up. Exposes View.pointInView() as hidden API. by Alan Viverette · 11 years ago
  30. 0ebe81e Implement FastScroller as an animated overlay. by Alan Viverette · 11 years ago
  31. 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
  32. b7e0f79 Don't orphan footers with transient state Bug #8725945 by Romain Guy · 11 years ago
  33. f699130 Remove unnecessary allocations by Romain Guy · 11 years ago
  34. 74ded29 Clear pressed state when moving outside list bounds. by Alan Viverette · 11 years ago
  35. 8fa327a Cleaning up AbsListView, fixing annotations and updating API calls. by Alan Viverette · 11 years ago
  36. e7f30dc Split AbsListView.onTouchEvent into multiple methods for readability. by Alan Viverette · 11 years ago
  37. f4bf0ae New ArrayMap class. by Dianne Hackborn · 11 years ago
  38. 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
  39. 5077686 Taking into account data change for AbsListView when prefetching node infos. by Svetoslav Ganov · 11 years ago
  40. 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
  41. 5b578da Accessibility should not query for list items when data set changed. by Svetoslav · 11 years ago
  42. 29219d9 Steady improvement to multi stack. by Craig Mautner · 11 years ago
  43. 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
  44. bd1dd0d Fix a monkey bug with AbsListView data set observers by Adam Powell · 11 years ago
  45. a2230e1 Fix bug with transientState for listviews without stable IDs by Chet Haase · 11 years ago
  46. 7287132 DO NOT MERGE: ListView transient state fix by Chet Haase · 11 years ago
  47. 80943d8 Adding UI test automation APIs. by Svetoslav Ganov · 12 years ago
  48. 847be74 Fix regression in ListView click handling by Adam Powell · 12 years ago
  49. a607223 Ensure running mTouchModeReset when AbsListView is detached by Sangkyu Lee · 12 years ago
  50. f3b8e6f Fix regression in AbsListView CHOICE_MODE_SINGLE by Adam Powell · 12 years ago
  51. 5bb4e29 Fix bug #7274075 Non-functional CheckedTextView on Nexus 7 Jelly Bean 4.1.1 by Fabrice Di Meglio · 12 years ago
  52. a6a4cbc Fixing Keyguard widget click handling (issue 7179972) by Adam Cohen · 12 years ago
  53. e181bd9 Fix AbsListView to correctly retain its state if not layed out. by Dianne Hackborn · 12 years ago
  54. b72fe7a Don't overwrite accessibility delegates in AbsListView items. by alanv · 12 years ago
  55. a798170 More detailed error reporting for AbsListView/CHOICE_MODE_MULTIPLE_MODAL by Adam Powell · 12 years ago
  56. 94169a9 am 956aefb3: am 26ed04ba: Merge "Caching the FixedSizeRemoteViewsCaches across rotation" into jb-dev by Adam Cohen · 12 years ago
  57. 335c3b6 Caching the FixedSizeRemoteViewsCaches across rotation by Adam Cohen · 12 years ago
  58. 27e2da7 Remove the accessibility focus search code. by Svetoslav Ganov · 12 years ago
  59. 913bf80 Merge "Don't allow apps to request scrolls to out-of-bounds positions" into jb-dev by Chet Haase · 12 years ago
  60. 0061e16 Don't allow apps to request scrolls to out-of-bounds positions by Chet Haase · 12 years ago
  61. 28048d0 Protect against bogus input for ListViews by Adam Powell · 12 years ago
  62. 3016c1a NullPointerException in AbsListView.focusSearch(). by Svetoslav Ganov · 12 years ago
  63. 3038465 Merge "Focus search in AbsListView returns invisible views." into jb-dev by Svetoslav Ganov · 12 years ago
  64. b1fa98b Focus search in AbsListView returns invisible views. by Svetoslav Ganov · 12 years ago
  65. b552d89 Double input focus and focus movement in list not working. by Svetoslav Ganov · 12 years ago
  66. a90e451 Calling the correct method when adding accessibility focusables. by Svetoslav Ganov · 12 years ago
  67. 00ca7a8 Merge "Accessibility focus traversal of lists inconsistent." into jb-dev by Svetoslav Ganov · 12 years ago
  68. 2dda468 Accessibility focus traversal of lists inconsistent. by Svetoslav Ganov · 12 years ago
  69. 325ea8de Don't mark list headers or invalid items as disabled. by alanv · 12 years ago
  70. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  71. 084c63e Merge "Fix accessibility actions in AbsListView." into jb-dev by Svetoslav Ganov · 12 years ago
  72. 4ce106f Merge "Fixing some minor issues in accessibility focus." into jb-dev by Svetoslav Ganov · 12 years ago
  73. f76a83c Fixing some minor issues in accessibility focus. by Svetoslav Ganov · 12 years ago
  74. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  75. 9c3e0e6 Fix accessibility actions in AbsListView. by alanv · 12 years ago
  76. fb1e80a Exposing some accessiblity actions only for enabled views. by Svetoslav Ganov · 12 years ago
  77. 48d1586 Add accessibility scroll support to some widgets. by Svetoslav Ganov · 12 years ago
  78. e5dfa47d Improving accessibility focus traversal. by Svetoslav Ganov · 12 years ago
  79. 057a585 Automatic persistent text selection for ListViews by Adam Powell · 12 years ago
  80. a1dc761 Adding scroll actions to accessibility node info. by Svetoslav Ganov · 12 years ago
  81. f103758 Merge "Delegate list item focus and click actions to the parent list." into jb-dev by Svetoslav Ganov · 12 years ago
  82. aadf4fb More fun with AbsListView smooth scrolling by Adam Powell · 12 years ago
  83. c1d7e77 Delegate list item focus and click actions to the parent list. by alanv · 12 years ago
  84. bf1b81f AbsListView: Toss transient state views once they no longer have by Adam Powell · 12 years ago
  85. e69370e Fix misc. bugs in AbsListView smooth scrolling. by Adam Powell · 12 years ago
  86. 6f663c1 Fix a bug in ListView where touch scrolling could skip a data set change by Adam Powell · 12 years ago
  87. 0b8acd8 Fix janky programmatic ListView scrolling by Adam Powell · 12 years ago
  88. 1fa179ef Fix some smooth scrolling bugs in lists and update on the animation timer. by Adam Powell · 12 years ago
  89. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  90. a8bfeaf Cleanup ListView glow's optimized invalidates by Romain Guy · 12 years ago
  91. 9d849a2 Optimize invalidate calls in lists. by Romain Guy · 12 years ago
  92. 29382d9 Bug 6058721 - optimize changing checked states in AbsListView by Adam Powell · 13 years ago
  93. aebd28f Fix bug 6048643 - verify ListView layoutparams while tracking stable IDs by Adam Powell · 13 years ago
  94. 539ee87 Add transient state tracking to Views by Adam Powell · 13 years ago
  95. 0764dee Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes." by Svetoslav Ganov · 13 years ago
  96. b967392 Hinting RemoteViewsAdapter as to which views are visible by Adam Cohen · 13 years ago
  97. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  98. 43ee0ab Fix issue #5433910: RTE while adding an account from settings by Dianne Hackborn · 13 years ago
  99. e0f2515 Merge "Fix bug 5399568 - ListView check states inconsistent after data set change" by Adam Powell · 13 years ago
  100. 14c0804 Fix bug 5399568 - ListView check states inconsistent after data set change by Adam Powell · 13 years ago