summaryrefslogtreecommitdiff
path: root/core/java/android/widget/GridLayout.java
AgeCommit message (Expand)Author
2021-04-21Expose GridView/Layout APIs via @RemotableViewMethodStevie Kideckel
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-18Rename @EnumEntry and @FlagEntryAshley Rose
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-04Fix broken links in @see tags in framework docs.Aurimas Liutikas
2018-02-05Revert "Remove @hide from ViewGroup debug methods"Alan Viverette
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-07-25Remove @hide from ViewGroup debug methodsAndrei Stingaceanu
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-08-02Target API check for margin params fixYigit Boyar
2016-03-22Fix generate layout params to preserve marginsYigit Boyar
2016-01-07Prevent infinite loop in case of integer overflow.Deepanshu Gupta
2015-06-18Un-hide ViewGroup#onViewAdded/onViewRemovedAdam Powell
2015-03-07Merge "Remove original movements record from GridLayout"Yigit Boyar
2015-03-05Fix build. getAlingment should not be publicYigit Boyar
2015-03-05Remove original movements record from GridLayoutYigit Boyar
2015-03-05Fix some weight bugs in grid layoutYigit Boyar
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
2014-11-19Improve GridLayout's weight calculationsYigit Boyar
2014-05-24More on weights in GridLayoutPhilip Milne
2014-05-24More on adding support for weights to GridLayoutPhilip Milne
2014-05-23More on weighted space distribution in GridLayoutPhilip Milne
2014-05-22Support for weights in GridLayoutPhilip Milne
2013-09-14Merge "Clean up layout constructors, make them consistent"Alan Viverette
2013-09-11Add typedefs and nullness annotations.Tor Norbye
2013-09-10Clean up layout constructors, make them consistentAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-29GridLayout changes for API councilAdam Powell
2013-08-07Add copy constructors for all widget-specific LayoutParamsAlan Viverette
2013-04-16am a1ea8019: am 61527436: Merge "Fix for bug 8272673: GridLayout in battery d...Philip Milne
2013-04-16Fix for bug 8272673: GridLayout in battery details is cut off.Philip Milne
2013-03-05GridLayout diagnostics.Philip Milne
2013-03-04Provide (general) mecahnism for users of GridLayout to either suppress or rea...Philip Milne
2013-02-26Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne
2013-02-13Revert "Fix for bug: 8184401 - GridLayout accounts for child's size/measureme...Philip Milne
2013-02-12Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne
2012-09-21Bug #6110465. Optical bounds support for all ViewGroup subclasses.Philip Milne
2012-05-21Doc changes for GridLayout.Philip Milne
2012-05-14Add validation code for GridLayout.LayoutParamsPhilip Milne
2012-05-02Revert "Fix for layout parameter validation bug in GridLayout."Jim Miller
2012-05-01Fix for layout parameter validation bug in GridLayout.Philip Milne
2012-04-27Fixes for optical bounds feature.Philip Milne