index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ScrollView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #5282141 ScrollView overscroll should not generate invalidations when...
Fabrice Di Meglio
2011-09-13
1
-14
/
+21
*
Make EdgeEffect public API.
Adam Powell
2011-08-31
1
-7
/
+4
*
Track motion events before we decide to start scrolling
Michael Jurka
2011-08-22
1
-7
/
+38
*
Merge "Bug 4382356: No automatic focus change in ScrollViews"
Gilles Debunne
2011-07-15
1
-12
/
+0
|
\
|
*
Bug 4382356: No automatic focus change in ScrollViews
Gilles Debunne
2011-07-15
1
-12
/
+0
*
|
Remove edge slop support.
Jeff Brown
2011-07-14
1
-7
/
+0
|
/
*
Added scroll and text selection change accessibility events.
Svetoslav Ganov
2011-06-26
1
-0
/
+24
*
Only delay pressed feedback for Views inside a scrolling parent
Patrick Dubroy
2011-05-05
1
-0
/
+5
*
Merge commit 'b737647d' (Scrolling using arrow keys with padding) into m
Conley Owens
2011-04-29
1
-4
/
+2
|
\
|
*
Scolling using arrow keys with padding
Mattias Petersson
2011-04-07
1
-4
/
+2
|
*
Never drag scroll views with no children. (DO NOT MERGE)
Jeff Brown
2011-01-19
1
-4
/
+6
|
*
DO NOT MERGE. Make sure to invalidate after pulling on an edgeglow.
Mindy Pereira
2010-10-19
1
-0
/
+4
|
*
DO NOT MERGE Only show edge glow effect on 1 side at a time.
Mindy Pereira
2010-10-07
1
-0
/
+6
|
*
DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for ove...
Adam Powell
2010-10-05
1
-16
/
+16
|
*
Fix bug 3052686 - ScrollView padding treated incorrectly
Adam Powell
2010-10-04
1
-4
/
+2
|
*
Fix bug 2973252 - Make overscroll glow respect ifContentScrolls
Adam Powell
2010-09-03
1
-9
/
+17
|
*
DO NOT MERGE Overscroll continues; asset and behavior tweaks.
Adam Powell
2010-09-02
1
-3
/
+3
|
*
New edge effects for scrolling widgets (overscroll)
Adam Powell
2010-08-30
1
-15
/
+137
*
|
Change behavior of multitouch in scrolling views.
Adam Powell
2011-02-28
1
-0
/
+8
*
|
Add support for mouse hover and scroll wheel.
Jeff Brown
2011-02-25
1
-0
/
+30
*
|
Code clean-up around ScrollView.
Gilles Debunne
2011-02-25
1
-32
/
+16
*
|
Fix bug 3362273 - Make overscroll glow appear within padding region
Adam Powell
2011-02-15
1
-4
/
+5
*
|
Optimize invalidate() calls.
Romain Guy
2011-01-26
1
-1
/
+1
*
|
Use optimized display lists for all hwaccelerated rendering
Chet Haase
2011-01-24
1
-0
/
+1
*
|
Never drag scroll views with no children.
Jeff Brown
2011-01-18
1
-3
/
+5
*
|
Don't match wrap_content/match_parent children with child count = 1.
Romain Guy
2011-01-07
1
-0
/
+2
*
|
Make FrameLayout support mixed wrap_content/match_parent children.
Romain Guy
2011-01-04
1
-3
/
+3
*
|
Make horizotnalscrollview and scrollview edgeglows match the new algorithm.
Mindy Pereira
2010-12-07
1
-4
/
+4
*
|
Per designers, update the algorithm for when effect is clipped or stretched.
Mindy Pereira
2010-11-24
1
-25
/
+26
*
|
StrictMode.Span annotations for ScrollView.
Brad Fitzpatrick
2010-11-23
1
-21
/
+70
*
|
Merge overscrolling from gingerbread.
Adam Powell
2010-11-23
1
-18
/
+166
*
|
Add documentation for fillViewport.
Romain Guy
2010-08-16
1
-10
/
+6
|
/
*
Fix regression introduced when fixing focus issue with ScrollView.
Romain Guy
2010-04-09
1
-1
/
+1
*
Fix bug 2562240 and clean up scrollbar behavior
Adam Powell
2010-03-31
1
-0
/
+1
*
Remove overscrolling
Adam Powell
2010-03-29
1
-64
/
+17
*
API refactoring for OverScroller.
Adam Powell
2010-03-25
1
-1
/
+0
*
Fix some bugs/edge cases in ScrollView/HorizontalScrollView
Adam Powell
2010-03-24
1
-10
/
+27
*
Fix for bug 2502886 - stupid monkeys.
Adam Powell
2010-03-24
1
-1
/
+7
*
Fix bug 2537626.
Adam Powell
2010-03-23
1
-1
/
+1
*
New OverScroller with edge bouncing effect.
Gilles Debunne
2010-03-19
1
-1
/
+2
*
Eliminate haptic feedback when hitting an overscroll barrier due to a fling.
Adam Powell
2010-03-17
1
-2
/
+2
*
Report scroll events from ScrollView and HorizontalScrollView.
Romain Guy
2010-03-08
1
-8
/
+4
*
HorizontalScrollView multitouch scroll and only grip on content
Adam Powell
2010-02-25
1
-2
/
+2
*
ScrollView multiple pointer support. Fixed a bug where ScrollView
Adam Powell
2010-02-24
1
-15
/
+65
*
Make ScrollView only do overscroll if you're grabbing the child view.
Joe Onorato
2010-02-24
1
-21
/
+49
*
Fix for [Horizontal]ScrollView scroll range reporting
Adam Powell
2010-02-16
1
-4
/
+5
*
Overscrolling modifications. Overscroll will not allow the user to
Adam Powell
2010-02-12
1
-8
/
+59
*
Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView.
Adam Powell
2010-01-28
1
-4
/
+7
*
ScrollView and HorizontalScrollView now will spring back if smoothScrollBy sc...
Adam Powell
2010-01-28
1
-1
/
+8
*
Added OverScroller and overscroll effects for ScrollView and HorizontalScroll...
Adam Powell
2010-01-27
1
-35
/
+21
[next]