summaryrefslogtreecommitdiff
path: root/core/java/android/widget/AbsListView.java
Commit message (Expand)AuthorAgeFilesLines
* Reporting the Autofill IDs and Positions of active views in list viewMihir Patel2022-08-091-0/+141
* Incorporate API feedback: CAI requestCursorUpdates()Taran Singh2022-03-011-0/+5
* Expose public API to control mIsChildViewEnabledAlexandre Elias2022-01-121-0/+21
* Release stretch overscroll when new items are added.George Mount2021-12-021-36/+26
* Marks disabled list item to be non-longClickable for accessibilitylucychang2021-07-291-10/+9
* Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACKMatthew Duggan2021-07-061-28/+29
* Fix ListView not moving during catchGeorge Mount2021-06-031-1/+1
* Fix overscroll doesn't affect scrolling when releasedGeorge Mount2021-05-211-9/+8
* Allow fling during stretch in ListViewGeorge Mount2021-05-041-131/+143
* Remove edge effect type from the API.George Mount2021-05-031-21/+0
* Fix UiTranslation for ListView.Ahaan Ugale2021-04-021-0/+3
* Merge "FIx issue: https://issuetracker.google.com/issues/183024999" am: 2e1c9...Alan Viverette2021-03-311-0/+1
|\
| * FIx issue:Tang Ding2021-03-181-0/+1
| * Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-131-0/+3
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-8/+8
* | Add edge effect type accessors for views that support itGeorge Mount2021-02-221-0/+21
* | Merge "ListView implementation for stretch overscroll." into sc-devTreeHugger Robot2021-02-221-65/+129
|\ \
| * | ListView implementation for stretch overscroll.George Mount2021-02-191-65/+129
* | | Add checked change APIs to RemoteViewsStevie Kideckel2021-02-171-3/+3
|/ /
* | Suppress all hidden abstract methods in constructable classes.Aurimas Liutikas2020-11-111-0/+3
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-8/+8
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-8/+8
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-8/+8
* | IME API: InputConnection#getSurroudingText(int, int, int)Lan Wei2020-10-211-0/+7
* | Update language to comply with Android's inclusive language guidanceNader Jawad2020-07-291-1/+2
|/
* Process numpad enter key along with enter key.Byungsung You2020-04-151-0/+1
* Fix TYPE_VIEW_SCROLLED event in AsListView and ListViewyingleiw2020-02-041-22/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Separator in AbsListView should not be clickableyingleiw2019-10-011-1/+2
* ItemViews accessibility enabled state should also reflect view.isEnabled.Qasid Ahmad Sadiq2019-08-091-4/+2
* Disabled items shouldn't also be marked as unactionable.Qasid Ahmad Sadiq2019-06-111-10/+18
* Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-8/+8
* Merge "fix 'int android.view.View.getHeight()' on a null object reference" am...cnx4212019-03-091-0/+5
|\
| * fix 'int android.view.View.getHeight()' on a null object referencecnx4212019-02-181-0/+5
| * Limit access to suspected false positives.Mathew Inwood2018-12-281-3/+4
| * DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into masterXin Li2018-12-111-1/+1
| |\
| * | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+53
* | | Merge "Improve widget getters"Ashley Rose2019-03-011-1/+1
|\ \ \
| * | | Improve widget gettersAshley Rose2019-02-281-1/+1
* | | | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
|/ / /
* | | Restrict usage of mSelectorPosition and mSelectorRectYigit Boyar2019-02-121-2/+2
* | | Merge "Update core widgets to save attribute source info."Aurimas Liutikas2019-02-111-0/+2
|\ \ \
| * | | Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | | | Fix for Hidden API Landroid/widget/AbsListView;->mMaximumVelocity:I in ligt-g...Rahul Ravikumar2019-02-081-1/+1
* | | | Merge "Fix Hidden API Landroid/widget/AbsListView;->trackMotionScroll(II)Z in...Rahul Ravikumar2019-02-081-1/+1
|\ \ \ \
| * | | | Fix Hidden API Landroid/widget/AbsListView;->trackMotionScroll(II)Z in ligt-g...Rahul Ravikumar2019-02-071-1/+1
* | | | | Merge "Restrict access to AbsListView internals."TreeHugger Robot2019-02-081-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Restrict access to AbsListView internals.Filip Pavlis2019-02-071-5/+5
* | | | | Merge "Add edge effect color APIs to AbsListView"Yigit Boyar2019-02-071-25/+92
|\ \ \ \ \
| * | | | | Add edge effect color APIs to AbsListViewYigit Boyar2019-02-061-25/+92
| |/ / / /