summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Gallery.java
AgeCommit message (Expand)Author
2020-07-29Update language to comply with Android's inclusive language guidanceNader Jawad
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-02-05Preserve compatibility for ViewGroup#showContextMenuForChildAdam Powell
2016-01-21Ensure all showContextMenu() overrides have matching x,y overridesAlan Viverette
2015-10-20Fix a few view ctors to not call Looper.myLooperJohn Reck
2015-03-25am 3a79e434: am a0d3d003: am 5fc9b336: Merge "Consider RTL layout in DPAD nav...Alan Viverette
2015-03-20Consider RTL layout in DPAD navigation in GalleryJohan Redestig
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-07-19Take advantage of KeyEvent.isConfirmKeyMichael Wright
2012-12-11Fix requestLayout-during-layout issue with GalleryChet Haase
2012-09-28Track offset of center child view in Gallery for later layoutsAdam Powell
2012-07-02am 399df567: docs: various link fixes and other typos from external trackerScott Main
2012-07-02docs: various link fixes and other typos from external trackerScott Main
2012-05-18am 52fcdd01: Merge "Fix documentation" into jb-devRomain Guy
2012-05-18am 9579bf82: Merge "Gallery, we need to talk..." into jb-devRomain Guy
2012-05-18Fix documentationRomain Guy
2012-05-18Gallery, we need to talk...Romain Guy
2012-05-16am e54c5f13: Merge "Exposing some accessiblity actions only for enabled views...Svetoslav Ganov
2012-05-16Exposing some accessiblity actions only for enabled views.Svetoslav Ganov
2012-05-15am 0e3057c6: Merge "Add accessibility scroll support to some widgets." into j...Svetoslav Ganov
2012-05-15Add accessibility scroll support to some widgets.Svetoslav Ganov
2012-05-01am 50bd9d61: am 4426961e: Merge "Avoiding horizontal keypad navigation trappi...Jean-Baptiste Queru
2012-03-07Avoiding horizontal keypad navigation trapping within gallery.David Sobreira Marques
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-10-06Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov
2011-09-30The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov
2011-07-18Test Gallery layout direction.Doug Felt
2011-06-26Added scroll and text selection change accessibility events.Svetoslav Ganov
2010-12-03Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn
2010-08-21am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...Scott Main
2010-08-19am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyoScott Main
2010-08-19docs: add links from widget classes to tutorialsScott Main
2010-05-19am 56d4bcd8: am 627356ce: am d6c0bb0f: merge from open-source masterThe Android Open Source Project
2010-05-17Removed Calls to deprecated APIsChristian Mehlmauer
2010-04-14Ensure Gallery does not unselect the selected item after a layout.Romain Guy
2009-09-14Fix a possible NPE in View.Romain Guy
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project