index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
AbsListView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reporting the Autofill IDs and Positions of active views in list view
Mihir Patel
2022-08-09
1
-0
/
+141
*
Incorporate API feedback: CAI requestCursorUpdates()
Taran Singh
2022-03-01
1
-0
/
+5
*
Expose public API to control mIsChildViewEnabled
Alexandre Elias
2022-01-12
1
-0
/
+21
*
Release stretch overscroll when new items are added.
George Mount
2021-12-02
1
-36
/
+26
*
Marks disabled list item to be non-longClickable for accessibility
lucychang
2021-07-29
1
-10
/
+9
*
Clear popups on KEYCODE_ESCAPE as well as KEYCODE_BACK
Matthew Duggan
2021-07-06
1
-28
/
+29
*
Fix ListView not moving during catch
George Mount
2021-06-03
1
-1
/
+1
*
Fix overscroll doesn't affect scrolling when released
George Mount
2021-05-21
1
-9
/
+8
*
Allow fling during stretch in ListView
George Mount
2021-05-04
1
-131
/
+143
*
Remove edge effect type from the API.
George Mount
2021-05-03
1
-21
/
+0
*
Fix UiTranslation for ListView.
Ahaan Ugale
2021-04-02
1
-0
/
+3
*
Merge "FIx issue: https://issuetracker.google.com/issues/183024999" am: 2e1c9...
Alan Viverette
2021-03-31
1
-0
/
+1
|
\
|
*
FIx issue:
Tang Ding
2021-03-18
1
-0
/
+1
|
*
Suppress all hidden abstract methods in constructable classes.
Aurimas Liutikas
2020-11-13
1
-0
/
+3
|
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-8
/
+8
*
|
Add edge effect type accessors for views that support it
George Mount
2021-02-22
1
-0
/
+21
*
|
Merge "ListView implementation for stretch overscroll." into sc-dev
TreeHugger Robot
2021-02-22
1
-65
/
+129
|
\
\
|
*
|
ListView implementation for stretch overscroll.
George Mount
2021-02-19
1
-65
/
+129
*
|
|
Add checked change APIs to RemoteViews
Stevie Kideckel
2021-02-17
1
-3
/
+3
|
/
/
*
|
Suppress all hidden abstract methods in constructable classes.
Aurimas Liutikas
2020-11-11
1
-0
/
+3
*
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-8
/
+8
*
|
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-8
/
+8
*
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-8
/
+8
*
|
IME API: InputConnection#getSurroudingText(int, int, int)
Lan Wei
2020-10-21
1
-0
/
+7
*
|
Update language to comply with Android's inclusive language guidance
Nader Jawad
2020-07-29
1
-1
/
+2
|
/
*
Process numpad enter key along with enter key.
Byungsung You
2020-04-15
1
-0
/
+1
*
Fix TYPE_VIEW_SCROLLED event in AsListView and ListView
yingleiw
2020-02-04
1
-22
/
+4
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Separator in AbsListView should not be clickable
yingleiw
2019-10-01
1
-1
/
+2
*
ItemViews accessibility enabled state should also reflect view.isEnabled.
Qasid Ahmad Sadiq
2019-08-09
1
-4
/
+2
*
Disabled items shouldn't also be marked as unactionable.
Qasid Ahmad Sadiq
2019-06-11
1
-10
/
+18
*
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-8
/
+8
*
Merge "fix 'int android.view.View.getHeight()' on a null object reference" am...
cnx421
2019-03-09
1
-0
/
+5
|
\
|
*
fix 'int android.view.View.getHeight()' on a null object reference
cnx421
2019-02-18
1
-0
/
+5
|
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-3
/
+4
|
*
DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master
Xin Li
2018-12-11
1
-1
/
+1
|
|
\
|
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+53
*
|
|
Merge "Improve widget getters"
Ashley Rose
2019-03-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Improve widget getters
Ashley Rose
2019-02-28
1
-1
/
+1
*
|
|
|
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
|
/
/
/
*
|
|
Restrict usage of mSelectorPosition and mSelectorRect
Yigit Boyar
2019-02-12
1
-2
/
+2
*
|
|
Merge "Update core widgets to save attribute source info."
Aurimas Liutikas
2019-02-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
|
|
|
Fix for Hidden API Landroid/widget/AbsListView;->mMaximumVelocity:I in ligt-g...
Rahul Ravikumar
2019-02-08
1
-1
/
+1
*
|
|
|
Merge "Fix Hidden API Landroid/widget/AbsListView;->trackMotionScroll(II)Z in...
Rahul Ravikumar
2019-02-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix Hidden API Landroid/widget/AbsListView;->trackMotionScroll(II)Z in ligt-g...
Rahul Ravikumar
2019-02-07
1
-1
/
+1
*
|
|
|
|
Merge "Restrict access to AbsListView internals."
TreeHugger Robot
2019-02-08
1
-5
/
+5
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Restrict access to AbsListView internals.
Filip Pavlis
2019-02-07
1
-5
/
+5
*
|
|
|
|
Merge "Add edge effect color APIs to AbsListView"
Yigit Boyar
2019-02-07
1
-25
/
+92
|
\
\
\
\
\
|
*
|
|
|
|
Add edge effect color APIs to AbsListView
Yigit Boyar
2019-02-06
1
-25
/
+92
|
|
/
/
/
/
[next]