summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/FastScroller.java
Commit message (Expand)AuthorAgeFilesLines
* Constrain width and height to >= 0 in FastScroller layoutAlan Viverette2015-06-251-8/+11
* Constrain FastScroller max width to be >= 0Alan Viverette2015-06-241-1/+1
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-3/+3
* Correctly handle intercepted touch events in FastScrollerAlan Viverette2015-05-011-1/+13
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-3/+6
* Fix fast scroller thumb and track margins for MaterialAlan Viverette2015-04-071-57/+85
* Remove unnecessary null check in FastScrollerAlan Viverette2015-03-181-3/+3
* Add resource type annotations to some APIsTor Norbye2015-03-131-1/+2
* Update scrollbars to match Material specAlan Viverette2014-11-201-3/+22
* Prevent NPE when computing FastScroller position with no visible itemsAlan Viverette2014-11-131-6/+26
* Fix scroll position calculation when clipToPadding is falseYigit Boyar2014-09-181-4/+13
* Update fast scroller preview for MaterialAlan Viverette2014-08-151-7/+23
* Quick fix for updating the FastScroller long list propertyAlan Viverette2014-01-141-12/+20
* Merge "Peek the fast scroll thumb when it transitions to enabled state"Alan Viverette2013-12-181-4/+9
|\
| * Peek the fast scroll thumb when it transitions to enabled stateAlan Viverette2013-12-121-4/+9
* | Don't cast FastScroller adapter to BaseAdapterAlan Viverette2013-12-131-4/+4
|/
* Defer event interception in FastScrollerAlan Viverette2013-12-031-34/+16
* Allow styling of fast scroll decorations, add default stylesAlan Viverette2013-10-311-104/+141
* 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