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
/
ListView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
ListView: Disable dividers by default
Pranav Vashi
2022-10-26
1
-2
/
+2
*
Update deprecated link to RecyclerView
Dustin Lam
2021-01-05
1
-1
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-2
/
+2
*
Fix TYPE_VIEW_SCROLLED event in AsListView and ListView
yingleiw
2020-02-04
1
-0
/
+4
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Merge "docs: remove old broken link" into qt-dev am: 2dc61fc4f4 am: 101f294b5...
Joshua Baxter
2019-11-06
1
-4
/
+0
|
\
|
*
docs: remove old broken link
Joshua Baxter
2019-11-06
1
-4
/
+0
*
|
Use -1 for ListView CollectionInfo
yingleiw
2019-09-17
1
-1
/
+1
|
/
*
Merge "Dark-greylists fill() methods in ListView and GridView"
Louis Pullen-Freilich
2019-02-27
1
-3
/
+3
|
\
|
*
Dark-greylists fill() methods in ListView and GridView
Louis Pullen-Freilich
2019-02-06
1
-3
/
+3
*
|
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
|
/
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+5
*
Limit access to suspected false positives.
Mathew Inwood
2018-12-28
1
-4
/
+5
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+20
*
Check LayoutParam before clearing recycled state.
Daichi Hirono
2017-08-28
1
-3
/
+3
*
Warn when other's child is added to ListView as header/footer.
Daichi Hirono
2017-05-09
1
-0
/
+16
*
Revert "Don't add other's child as header or footer"
Jeff Sharkey
2017-05-03
1
-11
/
+0
*
Don't add other's child as header or footer
Daichi Hirono
2017-05-01
1
-0
/
+11
*
docs: Update ListView JavaDoc comments
Joe Fernandez
2017-04-25
1
-4
/
+70
*
Fix problem with ListView accessibility focus
Phil Weaver
2017-03-29
1
-1
/
+1
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-27
1
-18
/
+20
*
Replace com.android.internal.util.Predicate with java.util.function.Predicate
Paul Duffin
2017-02-08
1
-1
/
+1
*
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-02-03
1
-20
/
+18
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-01-27
1
-36
/
+34
*
Merge "Adding support for async view loading in RemoteViewsAdapter"
Sunny Goyal
2016-10-27
1
-1
/
+1
|
\
|
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-1
/
+1
*
|
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-17
/
+17
|
/
*
Add titles to PreferenceFragments and PreferenceScreens for watches.
Michael Kwan
2016-07-26
1
-8
/
+28
*
Resolve ListView children's RTL properties when added
Yigit Boyar
2016-07-19
1
-0
/
+2
*
Set up view state before attaching, jump drawables if needed
Alan Viverette
2016-07-07
1
-56
/
+63
*
Fully detach unused scrap views
Yigit Boyar
2016-05-10
1
-0
/
+1
*
Remove detached headers
Yigit Boyar
2016-05-09
1
-0
/
+37
*
Always account for divider height when calculating list height
Alan Viverette
2016-04-27
1
-1
/
+1
*
Unhide View#dispatch{Start,Finish}TemporaryDetach()
Yohei Yukawa
2016-03-31
1
-2
/
+2
*
Recover focus on size change in ListView
Yigit Boyar
2016-03-28
1
-11
/
+72
*
Fix CollectionItemInfo.isHeading for ListView
Steven Dao
2016-02-01
1
-1
/
+1
*
Fix problem where enter and space key do nothing on ListView.
George Mount
2015-12-18
1
-1
/
+1
*
Merge "Make KEYCODE_SPACE a confirm key."
Michael Wright
2015-12-15
1
-24
/
+10
|
\
|
*
Make KEYCODE_SPACE a confirm key.
Michael Wright
2015-12-14
1
-24
/
+10
*
|
Revert "Add support for partial view layouts"
Chet Haase
2015-12-08
1
-1
/
+1
|
/
*
Add support for partial view layouts
Adam Powell
2015-11-19
1
-1
/
+1
*
Avoid OOBE when AbsListView layout is out of sync with adapter
Alan Viverette
2015-09-14
1
-0
/
+2
*
Re-enable TAB traversal in ListView
Alan Viverette
2015-08-17
1
-12
/
+8
*
Remember focused child during layout when adapter has stable IDs
Alan Viverette
2015-07-06
1
-1
/
+2
*
Always remeasure ListView scrap used to obtain minimum width
Alan Viverette
2015-06-26
1
-17
/
+23
*
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-11
1
-3
/
+3
*
Don't ignore explicit dividerHeight of 0 specified in XML
Alan Viverette
2015-06-01
1
-22
/
+27
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+10
*
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-04-16
1
-6
/
+8
*
Add accessibility action for scrolling to a collection position
Alan Viverette
2015-04-06
1
-0
/
+29
[next]