summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridView.java
Commit message (Expand)AuthorAgeFilesLines
* Use correct row/column order in list and grid CollectionItemsAlan Viverette2014-09-081-2/+2
* Fix RTL horizontal spacing in GridviewYigit Boyar2014-08-071-2/+3
* DO NOT MERGE Remove sub-position scrollerAlan Viverette2014-07-141-34/+0
* Persist selector on ListView and GridView layoutAlan Viverette2014-06-191-5/+21
* Check for null view root before checking for accessibility focusAlan Viverette2014-02-241-21/+24
* Fix transient state, accessibility focus in ListView, GridViewAlan Viverette2014-02-181-28/+43
* Merge "Refactor AbsListView position scrollers for better abstraction"Alan Viverette2014-02-141-7/+33
|\
| * Refactor AbsListView position scrollers for better abstractionAlan Viverette2014-02-131-7/+33
* | Add selection properties to CollectionInfo, CollectionItemInfoAlan Viverette2014-02-121-2/+6
|/
* Update smoothScrollToPosition to move faster for large offsetsAlan Viverette2014-02-121-0/+10
* Revert "Update smoothScrollToPosition to move faster for large offsets"Adam Powell2014-01-211-10/+0
* Update smoothScrollToPosition to move faster for large offsetsAlan Viverette2014-01-061-0/+10
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* Restore A11y and keyboard focus positions after GridView layoutAlan Viverette2013-10-301-1/+40
* Add typedefs and nullness annotations.Tor Norbye2013-09-111-1/+11
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
* Implement new accessibility APIs in lists, text viewAlan Viverette2013-08-281-0/+35
* Trace list view items managementRomain Guy2013-07-101-0/+5
* 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