summaryrefslogtreecommitdiff
path: root/core/java/android/widget/LinearLayout.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-18Rename @EnumEntry and @FlagEntryAshley Rose
2019-03-04Add @InspectableProperty annotations to LayoutParamsAshley Rose
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-11-22Restrict unsupported usage of Linear/RelativeLayout APIsClara Bayarri
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-09-13docs: fixed instances of typo in 'overridden'kopriva
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-11Add targetSdk check around new LinearLayout weighted measure behaviorChet Haase
2018-02-16Always remeasure weighted children, even if there's no excess spaceAlan Viverette
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-08-06Fix broken javadocs.Jeff Sharkey
2017-04-28Merge "Tweak initialization order of LinearLayout's dividers" into oc-devKirill Grouchnikov
2017-04-26Tweak initialization order of LinearLayout's dividersKirill Grouchnikov
2017-04-25docs: Update LinearLayout JavaDoc commentsJoe Fernandez
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-08-26Various doc cleanupsChet Haase
2016-08-03Target API check for margin params fix am: 2dd20a61e9 am: 6efd207022Yigit Boyar
2016-08-02Target API check for margin params fixYigit Boyar
2016-06-30Merge \\\"Exclude children from excess space distribution when using largest ...Alan Viverette
2016-06-30Exclude children from excess space distribution when using largest childAlan Viverette
2016-05-05Merge "Revert "Always assign leftover pixels to last weighted child"" into ny...Alan Viverette
2016-05-05Revert "Always assign leftover pixels to last weighted child"Alan Viverette
2016-05-05Merge "Always assign leftover pixels to last weighted child" into nyc-dev am:...Alan Viverette
2016-05-04Always assign leftover pixels to last weighted childAlan Viverette
2016-04-28Aligning behavior of LinearLayout divider APIsKirill Grouchnikov
2016-03-22Fix generate layout params to preserve marginsYigit Boyar
2016-03-18Revert linear layout weight distribution algorithmAlan Viverette
2016-01-20Add LinearLayout#getGravityJason Monk
2015-12-17Handle null result from getVirtualChildAt()Alan Viverette
2015-12-08Revert "Add support for partial view layouts"Chet Haase
2015-12-07Fix requestLayout() optimizationsChet Haase
2015-11-19Add support for partial view layoutsAdam Powell
2015-08-25Correctly distribute weight to pre-measured zero-dimension viewsAlan Viverette
2015-07-31Revert two changes to LinearLayout measurementAlan Viverette
2015-07-30Include non-zero dimension views in excess space calculationAlan Viverette
2015-07-29Always distribute excess space in LinearLayout measurementAlan Viverette
2015-06-30Allow null child view when checking whether divider should drawDoris Liu
2015-06-25Fix logic for whether beginning/end divider should be drawnDoris Liu
2015-06-11Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell
2015-06-09Fixed a RTL layouting bug with LinearLayoutSelim Cinek
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-04-16Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski
2015-03-06Merge "Allow attrs to be @Nullable in TextView and LinearLayout"Scott Kennedy
2015-03-05Allow attrs to be @Nullable in TextView and LinearLayoutScott Kennedy
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette