summaryrefslogtreecommitdiff
path: root/core/java/android/widget/LinearLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed divider rendering in RTL languagesAlex Stetson2022-08-031-1/+63
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-2/+2
* Add @InspectableProperty annotations to LayoutParamsAshley Rose2019-03-041-0/+4
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+11
* Restrict unsupported usage of Linear/RelativeLayout APIsClara Bayarri2018-11-221-1/+1
* docs: fixed instances of typo in 'overridden'kopriva2018-09-131-2/+2
|\
| * docs: fixed instances of typo in 'overridden'kopriva2018-09-131-2/+2
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+10
|/
* Add targetSdk check around new LinearLayout weighted measure behaviorChet Haase2018-04-111-2/+24
* Always remeasure weighted children, even if there's no excess spaceAlan Viverette2018-02-161-2/+2
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-7/+6
* Fix broken javadocs.Jeff Sharkey2017-08-061-1/+1
* Merge "Tweak initialization order of LinearLayout's dividers" into oc-devKirill Grouchnikov2017-04-281-1/+1
|\
| * Tweak initialization order of LinearLayout's dividersKirill Grouchnikov2017-04-261-1/+1
* | docs: Update LinearLayout JavaDoc commentsJoe Fernandez2017-04-251-12/+35
|/
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-47/+47
* Various doc cleanupsChet Haase2016-08-261-2/+2
* Target API check for margin params fix am: 2dd20a61e9 am: 6efd207022Yigit Boyar2016-08-031-6/+7
|\
| * Target API check for margin params fixYigit Boyar2016-08-021-6/+7
* | Merge \\\"Exclude children from excess space distribution when using largest ...Alan Viverette2016-06-301-2/+6
|\|
| * Exclude children from excess space distribution when using largest childAlan Viverette2016-06-301-2/+6
* | Merge "Revert "Always assign leftover pixels to last weighted child"" into ny...Alan Viverette2016-05-051-24/+6
|\|
| * Revert "Always assign leftover pixels to last weighted child"Alan Viverette2016-05-051-24/+6
* | Merge "Always assign leftover pixels to last weighted child" into nyc-dev am:...Alan Viverette2016-05-051-6/+24
|\|
| * Always assign leftover pixels to last weighted childAlan Viverette2016-05-041-6/+24
* | Aligning behavior of LinearLayout divider APIsKirill Grouchnikov2016-04-281-9/+36
|/
* Fix generate layout params to preserve marginsYigit Boyar2016-03-221-2/+8
* Revert linear layout weight distribution algorithmAlan Viverette2016-03-181-12/+18
* Add LinearLayout#getGravityJason Monk2016-01-201-0/+10
* Handle null result from getVirtualChildAt()Alan Viverette2015-12-171-15/+7
* Revert "Add support for partial view layouts"Chet Haase2015-12-081-57/+0
* Fix requestLayout() optimizationsChet Haase2015-12-071-1/+1
* Add support for partial view layoutsAdam Powell2015-11-191-0/+57
* Correctly distribute weight to pre-measured zero-dimension viewsAlan Viverette2015-08-251-111/+107
* Revert two changes to LinearLayout measurementAlan Viverette2015-07-311-52/+81
* Include non-zero dimension views in excess space calculationAlan Viverette2015-07-301-18/+30
* Always distribute excess space in LinearLayout measurementAlan Viverette2015-07-291-73/+32
* Allow null child view when checking whether divider should drawDoris Liu2015-06-301-1/+2
* Fix logic for whether beginning/end divider should be drawnDoris Liu2015-06-251-14/+36
* Check targetSdkVersion when passing size hints for UNSPECIFIED specsAdam Powell2015-06-111-2/+2
* Fixed a RTL layouting bug with LinearLayoutSelim Cinek2015-06-091-0/+13
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+25
* Make UNSPECIFIED measure spec include size hint.Filip Gruszczynski2015-04-161-2/+5
* Merge "Allow attrs to be @Nullable in TextView and LinearLayout"Scott Kennedy2015-03-061-2/+3
|\
| * Allow attrs to be @Nullable in TextView and LinearLayoutScott Kennedy2015-03-051-2/+3