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
/
GridView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose GridView/Layout APIs via @RemotableViewMethod
Stevie Kideckel
2021-04-21
1
-0
/
+7
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+1
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-1
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+1
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-4
/
+4
*
Merge "Dark-greylists fill() methods in ListView and GridView"
Louis Pullen-Freilich
2019-02-27
1
-2
/
+2
|
\
|
*
Dark-greylists fill() methods in ListView and GridView
Louis Pullen-Freilich
2019-02-06
1
-2
/
+2
*
|
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
|
Restrict access to mRequestedNumColumns.
Filip Pavlis
2019-02-06
1
-1
/
+1
|
/
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+13
*
Merge "Mark GridView mColumnWidth as maxTargetSdk P"
TreeHugger Robot
2018-12-03
1
-1
/
+1
|
\
|
*
Mark GridView mColumnWidth as maxTargetSdk P
Ian Lake
2018-11-30
1
-1
/
+2
*
|
Mark GridView mNumColumns as maxTargetSdk P
Ian Lake
2018-11-30
1
-1
/
+2
|
/
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+12
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-1
/
+6
*
Enabled (asymmetric) tab selection in GridView
Evan Rosky
2017-05-15
1
-12
/
+9
*
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
-77
/
+77
|
/
*
Set up view state before attaching, jump drawables if needed
Alan Viverette
2016-07-07
1
-50
/
+57
*
DO NOT MERGE Fix conditional when checking for confirm key.
Michael Wright
2016-03-16
1
-1
/
+1
*
Fix GridView isHeading computation
Steven Dao
2016-02-05
1
-1
/
+1
*
Make KEYCODE_SPACE a confirm key.
Michael Wright
2015-12-14
1
-23
/
+9
*
Avoid OOBE when AbsListView layout is out of sync with adapter
Alan Viverette
2015-09-14
1
-0
/
+2
*
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-11
1
-1
/
+1
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+9
*
Change direction of DPAD_LEFT and DPAD_RIGHT if LayoutDirection is RTL
Jorn Jacobsson
2015-04-24
1
-14
/
+13
*
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-04-16
1
-1
/
+2
*
Add accessibility action for scrolling to a collection position
Alan Viverette
2015-04-06
1
-8
/
+42
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-5
/
+2
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
*
Use correct row/column order in list and grid CollectionItems
Alan Viverette
2014-09-08
1
-2
/
+2
*
Fix RTL horizontal spacing in Gridview
Yigit Boyar
2014-08-07
1
-2
/
+3
*
DO NOT MERGE Remove sub-position scroller
Alan Viverette
2014-07-14
1
-34
/
+0
*
Persist selector on ListView and GridView layout
Alan Viverette
2014-06-19
1
-5
/
+21
*
Check for null view root before checking for accessibility focus
Alan Viverette
2014-02-24
1
-21
/
+24
*
Fix transient state, accessibility focus in ListView, GridView
Alan Viverette
2014-02-18
1
-28
/
+43
*
Merge "Refactor AbsListView position scrollers for better abstraction"
Alan Viverette
2014-02-14
1
-7
/
+33
|
\
|
*
Refactor AbsListView position scrollers for better abstraction
Alan Viverette
2014-02-13
1
-7
/
+33
*
|
Add selection properties to CollectionInfo, CollectionItemInfo
Alan Viverette
2014-02-12
1
-2
/
+6
|
/
*
Update smoothScrollToPosition to move faster for large offsets
Alan Viverette
2014-02-12
1
-0
/
+10
*
Revert "Update smoothScrollToPosition to move faster for large offsets"
Adam Powell
2014-01-21
1
-10
/
+0
*
Update smoothScrollToPosition to move faster for large offsets
Alan Viverette
2014-01-06
1
-0
/
+10
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
*
Restore A11y and keyboard focus positions after GridView layout
Alan Viverette
2013-10-30
1
-1
/
+40
*
Add typedefs and nullness annotations.
Tor Norbye
2013-09-11
1
-1
/
+11
*
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-4
/
+8
*
Implement new accessibility APIs in lists, text view
Alan Viverette
2013-08-28
1
-0
/
+35
[next]