summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridView.java
Commit message (Expand)AuthorAgeFilesLines
* 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