summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+2
|\
| * am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to api guides an...Scott Main2012-07-251-2/+2
| |\
| | * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* | | am 98e955d2: am 20d6caf8: Merge "Fix issue #13366. Take account of stackFromB...Jean-Baptiste Queru2012-06-181-1/+6
|\ \ \ | |/ /
| * | am 20d6caf8: Merge "Fix issue #13366. Take account of stackFromBottom in comp...Jean-Baptiste Queru2012-06-181-1/+6
| |\ \ | | |/ | |/|
| | * Fix issue #13366. Take account of stackFromBottom inPieter-Jan Vandormael2012-06-161-1/+6
* | | Make GridView widget aware of layout directionFabrice Di Meglio2012-06-081-5/+15
|/ /
* | Fix a bug with deferred position scrolling in lists while data changesAdam Powell2012-05-231-0/+4
* | Fix some smooth scrolling bugs in lists and update on the animationAdam Powell2012-04-191-0/+7
* | GridView attribute updatesAdam Powell2012-03-211-1/+99
* | Respect default styles when constructing GridViews with 1-arg constructorAdam Powell2012-03-121-1/+1
* | Fix bug 6048643 - verify ListView layoutparams while tracking stable IDsAdam Powell2012-02-221-6/+4
* | Add transient state tracking to ViewsAdam Powell2012-02-171-0/+1
* | Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be...Svetoslav Ganov2012-01-171-1/+14
|\ \
| * | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-1/+14
| |/
* | Hinting RemoteViewsAdapter as to which views are visibleAdam Cohen2012-01-171-0/+2
|/
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+2
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-13/+14
* Add documentation to GridView.Romain Guy2011-02-221-1/+33
* Fix down arrow in AutoCompleteTextView.Jeff Brown2011-01-261-37/+41
* Add initial support for TAB navigation.Jeff Brown2010-12-171-33/+132
* Modified GridView to report when to smallAdam Lesinski2010-12-081-3/+10
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-0/+11
* Merge overscrolling from gingerbread.Adam Powell2010-11-231-1/+6
* Fix bug 3207067 - adjust AbsListView content pop-in when clipToPadding=falseAdam Powell2010-11-171-4/+18
* Fix bug 3167099 and bug 3009490 - GridView choice modes andAdam Powell2010-11-041-20/+0
* Add new fade in/out feature for drawable containers.Dianne Hackborn2010-11-031-4/+9
* Add a new "activated" state to View.Dianne Hackborn2010-09-151-0/+3
* am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main2010-08-211-0/+3
|\
| * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | GridView's pageScroll() would be offset by one item.Romain Guy2010-08-201-2/+2
* | Add selection mode support to GridView.Adam Powell2010-08-161-1/+30
* | Initial changes to allow collections in widgets.Winson Chung2010-07-191-1/+34
* | Prevent crash when changing adapter.Romain Guy2010-05-191-1/+1
* | Added getNumColumns function to GridView.java.Andrew Sapperstein2010-05-131-0/+14
|/
* Remove overscrollingAdam Powell2010-03-291-6/+1
* Don't assume there's a selected position in touch mode.Romain Guy2010-03-261-2/+4
* Make sure all list items know they are in a window.Romain Guy2010-03-021-1/+3
* HorizontalScrollView multitouch scroll and only grip on contentAdam Powell2010-02-251-2/+0
* Added proper overscrolling scroll bar behavior to GridViewAdam Powell2010-02-121-3/+11
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow.Romain Guy2010-01-061-4/+4
* Prevent NPE when doing a fillSpecific layout.Romain Guy2009-09-291-5/+13
* Fix possible NPE in AbsListView.positionSelector().Romain Guy2009-09-281-1/+1
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-0/+24
* Preserve ListView's pressed state when the adapter changes its content while ...Romain Guy2009-09-151-3/+14
* Fixes #1603191. GridView could provoke NPEs during layout passes initiated fr...Romain Guy2009-05-041-2/+2
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-3/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1833