summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FastScroller.java
Commit message (Expand)AuthorAgeFilesLines
* Fix assorted FastScroller regressionsAlan Viverette2013-10-151-4/+27
* Fix updating fast scroll state for data set changesAdam Powell2013-10-131-2/+4
* Account for translationY when targeting the fast scroller via touchAdam Powell2013-10-131-2/+4
* Fix font scaling issues in FastScroller and SubtitleViewAlan Viverette2013-10-041-2/+3
* Fix monkey bugs in ListViewAdam Powell2013-09-241-1/+1
* Only activate FastScroller when it's neededAlan Viverette2013-09-061-44/+51
* Fix padding adjustment for scrollbars in View, FastScrollerAlan Viverette2013-08-091-27/+74
* Fix initial FastScroller enabled state, fix padding during layoutAlan Viverette2013-08-071-33/+72
* Fix FastScroller regression for non-UI threadsAlan Viverette2013-08-071-1/+2
* Show FastScroller thumb on mouse-overAlan Viverette2013-07-251-5/+25
* Add disabled state to FastScroller.Alan Viverette2013-07-151-13/+45
* resolved conflicts for merge of 9058a6c8 to masterJean-Baptiste Queru2013-07-081-1/+6
|\
| * am fa42e774: Merge "FastScroller: Fix to use appropriate index"Jean-Baptiste Queru2013-07-081-1/+6
| |\
| | * FastScroller: Fix to use appropriate indexVairavan Srinivasan2013-03-051-1/+6
* | | Fix FastScroller for single-section lists and untitled sections.Alan Viverette2013-06-251-41/+61
* | | Implement FastScroller as an animated overlay.Alan Viverette2013-06-211-578/+987
* | | Clean up FastScroller. Expand overlay to fit text content.Alan Viverette2013-06-071-64/+81
|/ /
* | Fix bug #8629386 FastScroller is on the wrong side when switching to Hebrew i...Fabrice Di Meglio2013-04-161-5/+35
|/
* 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