summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ListView.java
Commit message (Expand)AuthorAgeFilesLines
* Overscrolling modifications. Overscroll will not allow the user toAdam Powell2010-02-121-1/+8
* Dpad based scrolling in ListView was mishandling the recycler:Romain Guy2010-01-191-4/+4
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-3/+3
* Fix two ListView bugs related to onAttachedToWindow/onDetachedFromWindow.Romain Guy2010-01-061-8/+11
* Force a re-layout of children if ListView is out of sync with theAdam Powell2009-12-181-2/+8
* Fix the build when ViewDebug.TRACE_RECYCLER is set to true.Romain Guy2009-12-081-1/+1
* Fix possible NPE in AbsListView.positionSelector().Romain Guy2009-09-281-1/+1
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-281-4/+25
* Preserve ListView's pressed state when the adapter changes its content while ...Romain Guy2009-09-151-29/+42
* Prevent ListView from scrolling/flinging its content when the content fits on...Romain Guy2009-08-311-13/+17
* Log more information to help us debug which ListView hasOwen Lin2009-08-131-1/+2
* ListView.setItemChecked(p, false) always clears all items.Brett Chabot2009-08-031-5/+6
* Fix logic inversion in ListView JavadocKenny Root2009-07-071-5/+8
* Calling setItemChecked(p, true) twice would toggle the selection in ListView.Romain Guy2009-06-241-2/+6
* Fixes #1925003. Make ListView honor the android:choiceMode XML attribute.Romain Guy2009-06-171-0/+2
* Avoid touching all adapter items when building accessibility event.Amith Yamasani2009-06-041-5/+12
* Fixes #1884152. This change improves how the opaque property is handled with ...Romain Guy2009-05-291-4/+10
* Fixes NPE in ListViews with non-selectable items. This was caused by a weird ...Romain Guy2009-05-231-1/+7
* Fixes #1872506. Prevents NPE in ListView. When the opaque property changes at...Romain Guy2009-05-221-4/+1
* Fixes #1855461, #1857290 and #1857365. Certain scrollbar styles make an opaqu...Romain Guy2009-05-151-18/+42
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-0/+27
* Fix the buildRomain Guy2009-05-111-0/+3
* Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and a...Romain Guy2009-05-111-0/+17
* Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at...Romain Guy2009-04-281-0/+20
* AI 144042: Fixes #1742109. Add a new API to ListView to return the list of ch...Romain Guy2009-04-011-0/+23
* Automated import from //branches/donutburger/...@142790,142790Romain Guy2009-03-251-0/+1
* Automated import from //branches/donutburger/...@142129,142129Romain Guy2009-03-241-0/+5
* Automated import from //branches/donutburger/...@141314,141314Romain Guy2009-03-241-10/+8
* Automated import from //branches/donutburger/...@140741,140741Romain Guy2009-03-241-2/+10
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-6/+18
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-13/+13
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+3268
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-3274/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-41/+44
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-44/+41
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+4
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+3
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-42/+109
* Initial ContributionThe Android Open Source Project2008-10-211-0/+3204