summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Further work on fragments:Dianne Hackborn2010-05-131-0/+46
* Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible.Adam Powell2010-04-191-0/+34
* Remove overscrollingAdam Powell2010-03-291-192/+0
* Rename tab widget attributes, remove scroll barrier constant.Romain Guy2010-03-291-8/+0
* New OverScroller with edge bouncing effect.Gilles Debunne2010-03-191-1/+1
* Fix the buildAdam Powell2010-03-171-2/+2
* Eliminate haptic feedback when hitting an overscroll barrier due to a fling.Adam Powell2010-03-171-5/+8
* Make sure visible View state is updated before dispatching clicksAdam Powell2010-03-121-1/+16
* Fix tap detection after a long pressAdam Powell2010-03-111-0/+1
* Throw a better error message when the automatic onClick handling doesn't work.Joe Onorato2010-03-111-1/+7
* Added accessors for view overscroll modesAdam Powell2010-03-051-3/+44
* Add new CAPTURE_LAYERS command to HiearchyViewer protocol.Romain Guy2010-03-021-1/+1
* Turn on fading scrollbars by default.Romain Guy2010-03-021-1/+1
* Send cancel event to recycled views instead of an up.Romain Guy2010-02-261-0/+9
* Comment out the finalize() methods defined on the Activity,Carl Shapiro2010-02-251-1/+5
* Make setBackgroundResource() remotableBjorn Bringert2010-02-251-0/+2
* Prevents ListView items children to modify properties of other children.Romain Guy2010-02-241-11/+29
* Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modesDianne Hackborn2010-02-181-0/+27
* Added more @RemotableViewMethod methods, mutate ImageView.Jeff Sharkey2010-02-171-0/+1
* XML attribute for overscrolling behaviorAdam Powell2010-02-171-35/+79
* Fix javadoc link for SDK build breakageAdam Powell2010-02-121-2/+2
* Overscrolling modifications. Overscroll will not allow the user toAdam Powell2010-02-121-0/+112
* Fix the lock screen.Romain Guy2010-02-091-1/+1
* Properly notifies listener when an animation is cancelled.Romain Guy2010-02-091-0/+3
* Fixed a regression in View.cancelLongPressAdam Powell2010-02-031-0/+7
* New View.dispatchDisplayHint() API.Romain Guy2010-01-271-2/+29
* Update ListView's children when the drawing cache color hint changes.Romain Guy2010-01-141-1/+4
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-1/+1
* Tap delays; making tap UI feel better.Adam Powell2009-12-171-18/+60
* Fixes the IME not triggering on touch bug.Maryam Garrett2009-12-151-9/+16
* Fixes context-menu trigger behavior after scroll in TextViewMaryam Garrett2009-12-141-18/+6
* Added View#dispatchViewVisibilityChanged and View#onDispatchVisibilityChanged...Adam Powell2009-12-101-0/+24
* Improve javadoc in View.Romain Guy2009-12-081-2/+2
* Improve exception message thrown when a View's state is of the wrong type.Romain Guy2009-12-081-1/+5
* Fix invalidate code path (#2273209).Romain Guy2009-12-041-3/+4
* Fix the buildRomain Guy2009-11-051-1/+1
* Unhide View.isOpaque().Romain Guy2009-11-031-2/+0
* Fixes #2175599. Prevents an NPE when AttachInfo is null.Romain Guy2009-10-081-1/+1
* Improve drawing cache speed by selecting the correct opacity and keeping a 32...Romain Guy2009-10-071-7/+15
* Update from API review.Dianne Hackborn2009-09-301-0/+1
* Git sucksMike Cleron2009-09-291-3/+47
* Finish off java API to allow fading scrollbarsMike Cleron2009-09-281-1/+13
* Remove obsolete links; start at a method to turn on fading scrollbarsMike Cleron2009-09-281-7/+18
* Fix buildMike Cleron2009-09-281-2/+3
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-25/+273
* Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns offDianne Hackborn2009-09-231-0/+7
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-1/+28
* Fix a possible NPE in View.Romain Guy2009-09-141-3/+2
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-111-4/+12
* also expose onDrawHorizontalScrollBar() in ViewMike Reed2009-09-041-66/+36