index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
LinearLayout.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-03-18
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-04
Add @InspectableProperty annotations to LayoutParams
Ashley Rose
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-11-22
Restrict unsupported usage of Linear/RelativeLayout APIs
Clara Bayarri
2018-09-13
docs: fixed instances of typo in 'overridden'
kopriva
2018-09-13
docs: fixed instances of typo in 'overridden'
kopriva
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-11
Add targetSdk check around new LinearLayout weighted measure behavior
Chet Haase
2018-02-16
Always remeasure weighted children, even if there's no excess space
Alan Viverette
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-08-06
Fix broken javadocs.
Jeff Sharkey
2017-04-28
Merge "Tweak initialization order of LinearLayout's dividers" into oc-dev
Kirill Grouchnikov
2017-04-26
Tweak initialization order of LinearLayout's dividers
Kirill Grouchnikov
2017-04-25
docs: Update LinearLayout JavaDoc comments
Joe Fernandez
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-08-26
Various doc cleanups
Chet Haase
2016-08-03
Target API check for margin params fix am: 2dd20a61e9 am: 6efd207022
Yigit Boyar
2016-08-02
Target API check for margin params fix
Yigit Boyar
2016-06-30
Merge \\\"Exclude children from excess space distribution when using largest ...
Alan Viverette
2016-06-30
Exclude children from excess space distribution when using largest child
Alan Viverette
2016-05-05
Merge "Revert "Always assign leftover pixels to last weighted child"" into ny...
Alan Viverette
2016-05-05
Revert "Always assign leftover pixels to last weighted child"
Alan Viverette
2016-05-05
Merge "Always assign leftover pixels to last weighted child" into nyc-dev am:...
Alan Viverette
2016-05-04
Always assign leftover pixels to last weighted child
Alan Viverette
2016-04-28
Aligning behavior of LinearLayout divider APIs
Kirill Grouchnikov
2016-03-22
Fix generate layout params to preserve margins
Yigit Boyar
2016-03-18
Revert linear layout weight distribution algorithm
Alan Viverette
2016-01-20
Add LinearLayout#getGravity
Jason Monk
2015-12-17
Handle null result from getVirtualChildAt()
Alan Viverette
2015-12-08
Revert "Add support for partial view layouts"
Chet Haase
2015-12-07
Fix requestLayout() optimizations
Chet Haase
2015-11-19
Add support for partial view layouts
Adam Powell
2015-08-25
Correctly distribute weight to pre-measured zero-dimension views
Alan Viverette
2015-07-31
Revert two changes to LinearLayout measurement
Alan Viverette
2015-07-30
Include non-zero dimension views in excess space calculation
Alan Viverette
2015-07-29
Always distribute excess space in LinearLayout measurement
Alan Viverette
2015-06-30
Allow null child view when checking whether divider should draw
Doris Liu
2015-06-25
Fix logic for whether beginning/end divider should be drawn
Doris Liu
2015-06-11
Check targetSdkVersion when passing size hints for UNSPECIFIED specs
Adam Powell
2015-06-09
Fixed a RTL layouting bug with LinearLayout
Selim Cinek
2015-05-07
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-04-16
Make UNSPECIFIED measure spec include size hint.
Filip Gruszczynski
2015-03-06
Merge "Allow attrs to be @Nullable in TextView and LinearLayout"
Scott Kennedy
2015-03-05
Allow attrs to be @Nullable in TextView and LinearLayout
Scott Kennedy
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-07
Fix accessibility delegation
Alan Viverette
[next]