summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ListView.java
Commit message (Expand)AuthorAgeFilesLines
* ListView: Disable dividers by defaultPranav Vashi2022-10-261-2/+2
* Update deprecated link to RecyclerViewDustin Lam2021-01-051-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+2
* Fix TYPE_VIEW_SCROLLED event in AsListView and ListViewyingleiw2020-02-041-0/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Merge "docs: remove old broken link" into qt-dev am: 2dc61fc4f4 am: 101f294b5...Joshua Baxter2019-11-061-4/+0
|\
| * docs: remove old broken linkJoshua Baxter2019-11-061-4/+0
* | Use -1 for ListView CollectionInfoyingleiw2019-09-171-1/+1
|/
* Merge "Dark-greylists fill() methods in ListView and GridView"Louis Pullen-Freilich2019-02-271-3/+3
|\
| * Dark-greylists fill() methods in ListView and GridViewLouis Pullen-Freilich2019-02-061-3/+3
* | Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+5
* Limit access to suspected false positives.Mathew Inwood2018-12-281-4/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+20
* Check LayoutParam before clearing recycled state.Daichi Hirono2017-08-281-3/+3
* Warn when other's child is added to ListView as header/footer.Daichi Hirono2017-05-091-0/+16
* Revert "Don't add other's child as header or footer"Jeff Sharkey2017-05-031-11/+0
* Don't add other's child as header or footerDaichi Hirono2017-05-011-0/+11
* docs: Update ListView JavaDoc commentsJoe Fernandez2017-04-251-4/+70
* Fix problem with ListView accessibility focusPhil Weaver2017-03-291-1/+1
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-18/+20
* Replace com.android.internal.util.Predicate with java.util.function.PredicatePaul Duffin2017-02-081-1/+1
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-20/+18
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-36/+34
* Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal2016-10-271-1/+1
|\
| * Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-1/+1
* | Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-17/+17
|/
* Add titles to PreferenceFragments and PreferenceScreens for watches.Michael Kwan2016-07-261-8/+28
* Resolve ListView children's RTL properties when addedYigit Boyar2016-07-191-0/+2
* Set up view state before attaching, jump drawables if neededAlan Viverette2016-07-071-56/+63
* Fully detach unused scrap viewsYigit Boyar2016-05-101-0/+1
* Remove detached headersYigit Boyar2016-05-091-0/+37
* Always account for divider height when calculating list heightAlan Viverette2016-04-271-1/+1
* Unhide View#dispatch{Start,Finish}TemporaryDetach()Yohei Yukawa2016-03-311-2/+2
* Recover focus on size change in ListViewYigit Boyar2016-03-281-11/+72
* Fix CollectionItemInfo.isHeading for ListViewSteven Dao2016-02-011-1/+1
* Fix problem where enter and space key do nothing on ListView.George Mount2015-12-181-1/+1
* Merge "Make KEYCODE_SPACE a confirm key."Michael Wright2015-12-151-24/+10
|\
| * Make KEYCODE_SPACE a confirm key.Michael Wright2015-12-141-24/+10
* | Revert "Add support for partial view layouts"Chet Haase2015-12-081-1/+1
|/
* Add support for partial view layoutsAdam Powell2015-11-191-1/+1
* Avoid OOBE when AbsListView layout is out of sync with adapterAlan Viverette2015-09-141-0/+2
* Re-enable TAB traversal in ListViewAlan Viverette2015-08-171-12/+8
* Remember focused child during layout when adapter has stable IDsAlan Viverette2015-07-061-1/+2
* Always remeasure ListView scrap used to obtain minimum widthAlan Viverette2015-06-261-17/+23
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-3/+3
* Don't ignore explicit dividerHeight of 0 specified in XMLAlan Viverette2015-06-011-22/+27
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+10
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-6/+8
* Add accessibility action for scrolling to a collection positionAlan Viverette2015-04-061-0/+29