summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AdapterView.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette2015-09-101-6/+13
* Avoid NPE when getPositionForView() is called on detached viewAlan Viverette2015-08-261-6/+8
* Revert "Synchronize selected item data on-demand after data set invalidation"Alan Viverette2015-06-041-49/+10
* Synchronize selected item data on-demand after data set invalidationAlan Viverette2015-06-031-10/+49
* Always send VIEW_CLICKED event from AdapterView.performItemClick()Alan Viverette2015-06-011-5/+8
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+14
* Add more @Nullable annotationsScott Kennedy2015-03-061-2/+5
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+5
* Fix accessibility delegationAlan Viverette2015-01-071-7/+11
* Printing from two apps at the same time not working.Svet Ganov2014-10-241-1/+2
* Ensure AdapterView doesn't post selection notifications foreverAlan Viverette2014-10-071-9/+35
* Fix accessibility events emitted from TwoStatePreferenceAlan Viverette2014-09-021-1/+1
* am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous smal...Elliott Hughes2014-02-211-1/+1
|\
| * Miscellaneous small documentation fixes.Mark Doliner2014-01-031-1/+1
* | am 36055c33: am e1cb9acc: Merge "Update AdapterView.performItemClick() docume...Alan Viverette2013-09-241-1/+3
|\ \ | |/
| * Update AdapterView.performItemClick() documentationAlan Viverette2013-09-171-1/+3
* | Clean up layout constructors, make them consistentAlan Viverette2013-09-101-2/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+6
|/
* Notification for changed subtree in accessibility mode not fired properly.Svetoslav2013-06-101-1/+1
* Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-3/+1
* Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-19/+1
* Perform null check on empty view before doing accessibility check.Mindy Pereira2012-04-161-1/+2
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-10/+51
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+2
* docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-281-0/+6
* AdapterView does not check for null adapter when initializing accessibility e...Svetoslav Ganov2011-10-191-1/+1
* Merge "DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibi...Svetoslav Ganov2011-10-111-0/+1
|\
| * DO NOT MERGE AdapterView does not set setCurrentItemIndex in accessibility ev...Svetoslav Ganov2011-10-111-0/+1
* | DO NOT MERGE AdapterView#isScrollableForAccessibility does not handle null ad...Svetoslav Ganov2011-10-111-3/+7
|/
* Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov2011-10-061-19/+24
* The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-14/+8
* Scroll accessibility events should not populate text.Svetoslav Ganov2011-09-221-16/+15
* Fix bug 5143751 - cts errors in android.app.cts.AlertDialog_BuilderTestAdam Powell2011-09-181-2/+3
* Clarify documentation of AdapterView.OnItemSelectedListenerRomain Guy2011-09-161-2/+4
* Adding accessibility delegate mechanism for backwards compatibility support.Svetoslav Ganov2011-09-121-0/+1
* Merge "Not visible view should not be announced or interacted with."Svetoslav Ganov2011-09-071-7/+6
|\
| * Not visible view should not be announced or interacted with.Svetoslav Ganov2011-09-071-7/+6
* | AbsListView does not populate accessibility events correctly.Svetoslav Ganov2011-09-051-2/+4
|/
* Accessibility events fired from AdapterView underpopulated.Svetoslav Ganov2011-09-011-0/+2
* Adding a callback to ShareActionProvider + make ActivityChooserView popup hid...Svetoslav Ganov2011-08-041-1/+2
* No selection or click accessibility events are fired when a list item is tapped.Svetoslav Ganov2011-07-291-0/+1
* Adding accessibility support to the Status Bar.Svetoslav Ganov2011-07-211-9/+10
* Final polish of the interrogation feature.Svetoslav Ganov2011-06-101-0/+2
* Refatoring a bit of accessibility codeSvetoslav Ganov2011-05-271-2/+16
* Factored out the Accessibility vertical initialization.Svetoslav Ganov2011-05-131-2/+2
* Touch exploration - nitsSvetoslav Ganov2011-04-291-0/+2
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-12/+16
* Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-16/+12
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-12/+16
* Add new fade in/out feature for drawable containers.Dianne Hackborn2010-11-031-1/+0