summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FastScroller.java
Commit message (Expand)AuthorAgeFilesLines
* Make ListView's FastScroller aware of layout directionFabrice Di Meglio2012-06-221-6/+4
* Fix bug 5173029 - make fast scroller aware of scrolling containersAdam Powell2011-10-111-22/+117
* Fix bug 5199326 - ListView's fast scroller is out of sync with contentsAdam Powell2011-08-251-2/+4
* Fix bug 5073637 - Market apps crashing FastScrollerAdam Powell2011-08-041-2/+7
* Make FastScroller behave kinder and gentler when an app decides toAdam Powell2011-06-141-2/+4
* Fix external bug http://code.google.com/p/android/issues/detail?id=15183Adam Powell2011-03-091-0/+3
* Fix bug 3362258 - Fastscroll is out of sync with the listAdam Powell2011-01-181-0/+4
* Fix bug 3355197 - Add attribute for fast scroll preview panel text color.Adam Powell2011-01-151-3/+3
* Fix bug 3338079 - Dialog styled activity decorAdam Powell2011-01-111-1/+1
* Fix bug 3324981 - Inconsistent/buggy FastScroll behaviorAdam Powell2011-01-091-4/+49
* Fix bug 3280187 - ActionMode menu content not getting cleared properly when f...Adam Powell2010-12-131-12/+11
* Fix a bug where the fast scroll track would be positionedAdam Powell2010-12-101-5/+14
* Holo scrollbars and related tweaks.Adam Powell2010-12-091-29/+213
* Fix FastScroller overlay position bugNoraBora2010-10-181-0/+5
* FastScroller now reports scroll state changes for its associated AbsListViewAdam Powell2010-02-261-0/+3
* Fix fastscroll thumbMarco Nelissen2010-02-031-1/+1
* Make the fastscroll thumb tell the parent to not intercept touch events,Marco Nelissen2010-02-031-1/+10
* Fix fastscroll overlay size on WVGA by using dip.Amith Yamasani2009-08-201-6/+8
* Fix to use DP instead of pixels for Thumb drawable size.Mitsuru Oshima2009-07-141-4/+7
* Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-241-9/+12
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-4/+15
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-7/+11
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-2/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+482
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-482/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+13
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+471