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
/
LinearLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed divider rendering in RTL languages
Alex Stetson
2022-08-03
1
-1
/
+63
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-2
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+2
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-2
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-2
/
+2
*
Add @InspectableProperty annotations to LayoutParams
Ashley Rose
2019-03-04
1
-0
/
+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
/
+11
*
Restrict unsupported usage of Linear/RelativeLayout APIs
Clara Bayarri
2018-11-22
1
-1
/
+1
*
docs: fixed instances of typo in 'overridden'
kopriva
2018-09-13
1
-2
/
+2
|
\
|
*
docs: fixed instances of typo in 'overridden'
kopriva
2018-09-13
1
-2
/
+2
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+10
|
/
*
Add targetSdk check around new LinearLayout weighted measure behavior
Chet Haase
2018-04-11
1
-2
/
+24
*
Always remeasure weighted children, even if there's no excess space
Alan Viverette
2018-02-16
1
-2
/
+2
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-7
/
+6
*
Fix broken javadocs.
Jeff Sharkey
2017-08-06
1
-1
/
+1
*
Merge "Tweak initialization order of LinearLayout's dividers" into oc-dev
Kirill Grouchnikov
2017-04-28
1
-1
/
+1
|
\
|
*
Tweak initialization order of LinearLayout's dividers
Kirill Grouchnikov
2017-04-26
1
-1
/
+1
*
|
docs: Update LinearLayout JavaDoc comments
Joe Fernandez
2017-04-25
1
-12
/
+35
|
/
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-47
/
+47
*
Various doc cleanups
Chet Haase
2016-08-26
1
-2
/
+2
*
Target API check for margin params fix am: 2dd20a61e9 am: 6efd207022
Yigit Boyar
2016-08-03
1
-6
/
+7
|
\
|
*
Target API check for margin params fix
Yigit Boyar
2016-08-02
1
-6
/
+7
*
|
Merge \\\"Exclude children from excess space distribution when using largest ...
Alan Viverette
2016-06-30
1
-2
/
+6
|
\
|
|
*
Exclude children from excess space distribution when using largest child
Alan Viverette
2016-06-30
1
-2
/
+6
*
|
Merge "Revert "Always assign leftover pixels to last weighted child"" into ny...
Alan Viverette
2016-05-05
1
-24
/
+6
|
\
|
|
*
Revert "Always assign leftover pixels to last weighted child"
Alan Viverette
2016-05-05
1
-24
/
+6
*
|
Merge "Always assign leftover pixels to last weighted child" into nyc-dev am:...
Alan Viverette
2016-05-05
1
-6
/
+24
|
\
|
|
*
Always assign leftover pixels to last weighted child
Alan Viverette
2016-05-04
1
-6
/
+24
*
|
Aligning behavior of LinearLayout divider APIs
Kirill Grouchnikov
2016-04-28
1
-9
/
+36
|
/
*
Fix generate layout params to preserve margins
Yigit Boyar
2016-03-22
1
-2
/
+8
*
Revert linear layout weight distribution algorithm
Alan Viverette
2016-03-18
1
-12
/
+18
*
Add LinearLayout#getGravity
Jason Monk
2016-01-20
1
-0
/
+10
*
Handle null result from getVirtualChildAt()
Alan Viverette
2015-12-17
1
-15
/
+7
*
Revert "Add support for partial view layouts"
Chet Haase
2015-12-08
1
-57
/
+0
*
Fix requestLayout() optimizations
Chet Haase
2015-12-07
1
-1
/
+1
*
Add support for partial view layouts
Adam Powell
2015-11-19
1
-0
/
+57
*
Correctly distribute weight to pre-measured zero-dimension views
Alan Viverette
2015-08-25
1
-111
/
+107
*
Revert two changes to LinearLayout measurement
Alan Viverette
2015-07-31
1
-52
/
+81
*
Include non-zero dimension views in excess space calculation
Alan Viverette
2015-07-30
1
-18
/
+30
*
Always distribute excess space in LinearLayout measurement
Alan Viverette
2015-07-29
1
-73
/
+32
*
Allow null child view when checking whether divider should draw
Doris Liu
2015-06-30
1
-1
/
+2
*
Fix logic for whether beginning/end divider should be drawn
Doris Liu
2015-06-25
1
-14
/
+36
*
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-11
1
-2
/
+2
*
Fixed a RTL layouting bug with LinearLayout
Selim Cinek
2015-06-09
1
-0
/
+13
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+25
*
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-04-16
1
-2
/
+5
*
Merge "Allow attrs to be @Nullable in TextView and LinearLayout"
Scott Kennedy
2015-03-06
1
-2
/
+3
|
\
|
*
Allow attrs to be @Nullable in TextView and LinearLayout
Scott Kennedy
2015-03-05
1
-2
/
+3
[next]