summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1842/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-10/+19
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-19/+10
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+21
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1828