summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* GridLayout changes for API councilAdam Powell2013-08-291-60/+64
* Add copy constructors for all widget-specific LayoutParamsAlan Viverette2013-08-071-5/+9
* am a1ea8019: am 61527436: Merge "Fix for bug 8272673: GridLayout in battery d...Philip Milne2013-04-161-16/+27
|\
| * Fix for bug 8272673: GridLayout in battery details is cut off.Philip Milne2013-04-161-16/+27
* | GridLayout diagnostics.Philip Milne2013-03-051-2/+8
* | Provide (general) mecahnism for users of GridLayout to either suppress or rea...Philip Milne2013-03-041-5/+30
* | Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne2013-02-261-1/+17
|/
* Revert "Fix for bug: 8184401 - GridLayout accounts for child's size/measureme...Philip Milne2013-02-131-2/+0
* Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even...Philip Milne2013-02-121-0/+2
* Bug #6110465. Optical bounds support for all ViewGroup subclasses.Philip Milne2012-09-211-41/+36
* Doc changes for GridLayout.Philip Milne2012-05-211-2/+27
* Add validation code for GridLayout.LayoutParamsPhilip Milne2012-05-141-15/+49
* Revert "Fix for layout parameter validation bug in GridLayout."Jim Miller2012-05-021-1/+1
* Fix for layout parameter validation bug in GridLayout.Philip Milne2012-05-011-1/+1
* Fixes for optical bounds feature.Philip Milne2012-04-271-33/+42
* Promote layout debugging code from GridLayout to ViewGroup.Philip Milne2012-04-231-46/+39
* Fix for bug 6110465.Philip Milne2012-04-131-15/+33
* Fix for bug 6170890.Philip Milne2012-03-141-20/+16
* Fix remaining issue with bug #5904777Philip Milne2012-02-161-55/+65
* New hooks to allow layouts to improve their performance by doing more cachingPhilip Milne2012-02-131-11/+74
* Fix bug #5904777 GridLayout should be RTL awareFabrice Di Meglio2012-02-131-25/+73
* Fix bug in LayoutTransition for INVISIBLE viewsChet Haase2012-01-301-3/+5
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+15
* Update to fix for bug 5393156Philip Milne2011-10-251-6/+8
* Fix for 5393156Philip Milne2011-09-291-45/+96
* Fix for http://b/issue?id=5297155Philip Milne2011-09-181-192/+280
* Remove call to setPadding() in setUseDefaultMargins().Philip Milne2011-08-051-6/+6
* Tidy.Philip Milne2011-08-031-143/+59
* Fix for http://b/issue?id=5081478Philip Milne2011-08-021-216/+139
* Fix for http://b/issue?id=5064532Philip Milne2011-07-251-189/+148
* Merge "Fix 5056699: GridLayout should maintain static indices for "gone" views."Jim Miller2011-07-201-2/+0
|\
| * Fix 5056699: GridLayout should maintain static indices for "gone" views.Jim Miller2011-07-201-2/+0
* | Expose to the platform the ability to pick up changes in child visibility.Philip Milne2011-07-191-0/+12
* | Fix build breakage.Philip Milne2011-07-191-0/+6
* | Gather View's hierarchy notifications into methods that can easily be overidden.Philip Milne2011-07-191-47/+4
* | Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.Philip Milne2011-07-181-34/+42
|/
* Rationalize API after adding maximum size feature.Philip Milne2011-07-131-187/+230
* Simplify and tidy the API for maximum value support.Philip Milne2011-07-071-78/+104
* Support for maximum values in layout GridLayout.Philip Milne2011-07-011-307/+418
* Handle baseline aligned rows in which some components define baseline and som...Philip Milne2011-06-231-18/+63
* Minor tweaks to GridLayout for KeyGuardScreenUnlock.Philip Milne2011-06-211-26/+24
* Accomodate margins in child measurements.Philip Milne2011-06-201-64/+149
* Ensure measuredWidth > getSuggestedMinimumWidth(), same for height.Philip Milne2011-06-201-11/+12
* Pass width/height specs in the standard way when measuring children.Philip Milne2011-06-171-44/+6
* Change includeMarginsInAlignment flag to aligmentMode property.Philip Milne2011-06-161-40/+78
* Merge "Update GridLayout constructors to properly handle DEBUG=true"Jim Miller2011-06-161-7/+6
|\
| * Update GridLayout constructors to properly handle DEBUG=trueJim Miller2011-06-161-6/+5
* | Future-proofing: change Alignment interface to abstract class and add a param...Philip Milne2011-06-151-39/+44
|/
* Bugfix for GridLayout assuming that the x value of last column index is maxim...Philip Milne2011-06-131-10/+10
* Optimise the way that indices are auto-allocated so that XML files can normal...Philip Milne2011-06-101-101/+102