summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ScrollView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix regression introduced when fixing focus issue with ScrollView.Romain Guy2010-04-091-1/+1
* Fix bug 2562240 and clean up scrollbar behaviorAdam Powell2010-03-311-0/+1
* Remove overscrollingAdam Powell2010-03-291-64/+17
* API refactoring for OverScroller.Adam Powell2010-03-251-1/+0
* Fix some bugs/edge cases in ScrollView/HorizontalScrollViewAdam Powell2010-03-241-10/+27
* Fix for bug 2502886 - stupid monkeys.Adam Powell2010-03-241-1/+7
* Fix bug 2537626.Adam Powell2010-03-231-1/+1
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-191-1/+2
* Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-171-2/+2
* Report scroll events from ScrollView and HorizontalScrollView.Romain Guy2010-03-081-8/+4
* HorizontalScrollView multitouch scroll and only grip on contentAdam Powell2010-02-251-2/+2
* ScrollView multiple pointer support. Fixed a bug where ScrollViewAdam Powell2010-02-241-15/+65
* Make ScrollView only do overscroll if you're grabbing the child view.Joe Onorato2010-02-241-21/+49
* Fix for [Horizontal]ScrollView scroll range reportingAdam Powell2010-02-161-4/+5
* Overscrolling modifications. Overscroll will not allow the user toAdam Powell2010-02-121-8/+59
* Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView.Adam Powell2010-01-281-4/+7
* ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...Adam Powell2010-01-281-1/+8
* Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...Adam Powell2010-01-271-35/+21
* Fix scroll jump in ScrollView.Romain Guy2009-12-011-2/+1
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+2
* Fix bug with ScrollView so that text entry fields are not hidden by virtual k...Jack Veenstra2009-09-211-7/+8
* Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.Romain Guy2009-07-101-54/+46
* Fixes #1444844. Set a maximum fling velocity in scrollable views.Romain Guy2009-07-061-5/+8
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1232
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1232/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-25/+19
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-13/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+40
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1213