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
/
GridLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose GridView/Layout APIs via @RemotableViewMethod
Stevie Kideckel
2021-04-21
1
-0
/
+4
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-3
/
+4
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-4
/
+4
*
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
/
+14
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+2
*
Fix broken links in @see tags in framework docs.
Aurimas Liutikas
2018-06-04
1
-4
/
+4
*
Revert "Remove @hide from ViewGroup debug methods"
Alan Viverette
2018-02-05
1
-0
/
+6
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-2
/
+8
*
Remove @hide from ViewGroup debug methods
Andrei Stingaceanu
2017-07-25
1
-6
/
+0
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-6
/
+15
*
Target API check for margin params fix
Yigit Boyar
2016-08-02
1
-6
/
+7
*
Fix generate layout params to preserve margins
Yigit Boyar
2016-03-22
1
-2
/
+8
*
Prevent infinite loop in case of integer overflow.
Deepanshu Gupta
2016-01-07
1
-1
/
+2
*
Un-hide ViewGroup#onViewAdded/onViewRemoved
Adam Powell
2015-06-18
1
-10
/
+2
*
Merge "Remove original movements record from GridLayout"
Yigit Boyar
2015-03-07
1
-20
/
+2
|
\
|
*
Remove original movements record from GridLayout
Yigit Boyar
2015-03-05
1
-20
/
+2
*
|
Fix build. getAlingment should not be public
Yigit Boyar
2015-03-05
1
-1
/
+1
|
/
*
Fix some weight bugs in grid layout
Yigit Boyar
2015-03-05
1
-14
/
+30
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-11
/
+2
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
*
Improve GridLayout's weight calculations
Yigit Boyar
2014-11-19
1
-24
/
+57
*
More on weights in GridLayout
Philip Milne
2014-05-24
1
-1
/
+1
*
More on adding support for weights to GridLayout
Philip Milne
2014-05-24
1
-5
/
+1
*
More on weighted space distribution in GridLayout
Philip Milne
2014-05-23
1
-58
/
+77
*
Support for weights in GridLayout
Philip Milne
2014-05-22
1
-33
/
+176
*
Merge "Clean up layout constructors, make them consistent"
Alan Viverette
2013-09-14
1
-18
/
+8
|
\
|
*
Clean up layout constructors, make them consistent
Alan Viverette
2013-09-10
1
-18
/
+8
*
|
Add typedefs and nullness annotations.
Tor Norbye
2013-09-11
1
-2
/
+17
|
/
*
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-3
/
+8
*
GridLayout changes for API council
Adam Powell
2013-08-29
1
-60
/
+64
*
Add copy constructors for all widget-specific LayoutParams
Alan Viverette
2013-08-07
1
-5
/
+9
*
am a1ea8019: am 61527436: Merge "Fix for bug 8272673: GridLayout in battery d...
Philip Milne
2013-04-16
1
-16
/
+27
|
\
|
*
Fix for bug 8272673: GridLayout in battery details is cut off.
Philip Milne
2013-04-16
1
-16
/
+27
*
|
GridLayout diagnostics.
Philip Milne
2013-03-05
1
-2
/
+8
*
|
Provide (general) mecahnism for users of GridLayout to either suppress or rea...
Philip Milne
2013-03-04
1
-5
/
+30
*
|
Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...
Philip Milne
2013-02-26
1
-1
/
+17
|
/
*
Revert "Fix for bug: 8184401 - GridLayout accounts for child's size/measureme...
Philip Milne
2013-02-13
1
-2
/
+0
*
Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...
Philip Milne
2013-02-12
1
-0
/
+2
*
Bug #6110465. Optical bounds support for all ViewGroup subclasses.
Philip Milne
2012-09-21
1
-41
/
+36
*
Doc changes for GridLayout.
Philip Milne
2012-05-21
1
-2
/
+27
*
Add validation code for GridLayout.LayoutParams
Philip Milne
2012-05-14
1
-15
/
+49
*
Revert "Fix for layout parameter validation bug in GridLayout."
Jim Miller
2012-05-02
1
-1
/
+1
*
Fix for layout parameter validation bug in GridLayout.
Philip Milne
2012-05-01
1
-1
/
+1
*
Fixes for optical bounds feature.
Philip Milne
2012-04-27
1
-33
/
+42
[next]