summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Gallery.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-5/+2
* Fix accessibility delegationAlan Viverette2015-01-071-6/+9
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+9
* Take advantage of KeyEvent.isConfirmKeyMichael Wright2013-07-191-10/+3
* Fix requestLayout-during-layout issue with GalleryChet Haase2012-12-111-1/+1
* Track offset of center child view in Gallery for later layoutsAdam Powell2012-09-281-1/+17
* am 399df567: docs: various link fixes and other typos from external trackerScott Main2012-07-021-3/+0
|\
| * docs: various link fixes and other typos from external trackerScott Main2012-07-021-3/+0
* | am 52fcdd01: Merge "Fix documentation" into jb-devRomain Guy2012-05-181-3/+3
|\ \ | |/
| * Fix documentationRomain Guy2012-05-181-3/+3
* | am 9579bf82: Merge "Gallery, we need to talk..." into jb-devRomain Guy2012-05-181-0/+5
|\ \ | |/
| * Gallery, we need to talk...Romain Guy2012-05-181-0/+5
* | am e54c5f13: Merge "Exposing some accessiblity actions only for enabled views...Svetoslav Ganov2012-05-161-7/+9
|\ \ | |/
| * Exposing some accessiblity actions only for enabled views.Svetoslav Ganov2012-05-161-7/+9
* | am 0e3057c6: Merge "Add accessibility scroll support to some widgets." into j...Svetoslav Ganov2012-05-151-0/+30
|\ \ | |/
| * Add accessibility scroll support to some widgets.Svetoslav Ganov2012-05-151-0/+30
* | am 50bd9d61: am 4426961e: Merge "Avoiding horizontal keypad navigation trappi...Jean-Baptiste Queru2012-05-011-4/+4
|\ \ | |/ |/|
| * Avoiding horizontal keypad navigation trapping within gallery.David Sobreira Marques2012-03-071-4/+4
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+14
|/
* Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov2011-10-061-19/+0
* The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-10/+0
* Test Gallery layout direction.Doug Felt2011-07-181-50/+133
* Added scroll and text selection change accessibility events.Svetoslav Ganov2011-06-261-2/+33
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-1/+1
* am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main2010-08-211-0/+3
|\
| * am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyoScott Main2010-08-191-0/+3
| |\
| | * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | | am 56d4bcd8: am 627356ce: am d6c0bb0f: merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
|\ \ \ | |/ /
| * | Removed Calls to deprecated APIsChristian Mehlmauer2010-05-171-1/+1
| |/
* | Ensure Gallery does not unselect the selected item after a layout.Romain Guy2010-04-141-1/+2
|/
* Fix a possible NPE in View.Romain Guy2009-09-141-18/+7
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1408
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1408/+0
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+6
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-0/+3
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-5/+47
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-15/+34
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1338