summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ExpandableListView.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+11
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-106/+106
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+9
* Fix bug #8200928 ExpandableListView should be RTL-awareFabrice Di Meglio2013-03-221-20/+173
* Fix bug #8200928 ExpandableListView should be RTL-awareFabrice Di Meglio2013-03-211-3/+15
* Cleanup PositionMetadata recyclesJohn Reck2012-04-181-7/+10
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* expandGroup can now animateJohn Reck2011-05-191-2/+25
* Fix bug 3497341 - take list padding into account when drawingAdam Powell2011-02-281-0/+3
* Prevent NPE when no indicator is specified.Romain Guy2011-01-171-2/+5
* Fix 9patch rendering in ExpandableListView.Romain Guy2011-01-161-1/+3
* Apply all Canvas transformations to ColorDrawable.Romain Guy2010-10-041-12/+1
* More ExpandableListView fixes to take headers into account.Gilles Debunne2010-03-031-10/+39
* Take headers into account when expanding a ExpListView group.Gilles Debunne2010-03-011-3/+4
* Fixes for ExpandableListView with headers/footersGilles Debunne2010-02-261-16/+25
* ListView updates. Fixed several overscrolling bugs. Added programmaticAdam Powell2010-02-051-3/+9
* Fire OnGroupClick events when collapsing a group in ExpandableListView.Romain Guy2009-12-041-18/+16
* Fix ExpandableListView context menus when has header views.Jeff Sharkey2009-08-171-1/+9
* Fixes external http://code.google.com/p/android/issues/detail?id=2732. Expand...Romain Guy2009-05-211-0/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1094
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1094/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+9
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-36/+71
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1057