1. e0b85cd Fix for bug 8272673: GridLayout in battery details is cut off. by Philip Milne · 11 years ago
  2. 57ce471 Revert "Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even when a child is "GONE"" by Philip Milne · 11 years ago
  3. e5e0b7f Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even when a child is "GONE" by Philip Milne · 11 years ago
  4. 7b75781 Bug #6110465. Optical bounds support for all ViewGroup subclasses. by Philip Milne · 12 years ago
  5. b65408f Doc changes for GridLayout. by Philip Milne · 12 years ago
  6. 0f57cea Add validation code for GridLayout.LayoutParams by Philip Milne · 12 years ago
  7. 782c04b Revert "Fix for layout parameter validation bug in GridLayout." by Jim Miller · 12 years ago
  8. 8a36e05 Fix for layout parameter validation bug in GridLayout. by Philip Milne · 12 years ago
  9. 7a23b49 Fixes for optical bounds feature. by Philip Milne · 12 years ago
  10. 10ca24a Promote layout debugging code from GridLayout to ViewGroup. by Philip Milne · 12 years ago
  11. 1557fd7 Fix for bug 6110465. by Philip Milne · 12 years ago
  12. edd6951 Fix for bug 6170890. by Philip Milne · 12 years ago
  13. 6216e87 Fix remaining issue with bug #5904777 by Philip Milne · 12 years ago
  14. d7dd890 New hooks to allow layouts to improve their performance by doing more caching by Philip Milne · 13 years ago
  15. 47d248e Fix bug #5904777 GridLayout should be RTL aware by Fabrice Di Meglio · 12 years ago
  16. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  17. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  18. ecab117 Update to fix for bug 5393156 by Philip Milne · 13 years ago
  19. 4a145d7 Fix for 5393156 by Philip Milne · 13 years ago
  20. f6679c8 Fix for http://b/issue?id=5297155 by Philip Milne · 13 years ago
  21. b559976 Remove call to setPadding() in setUseDefaultMargins(). by Philip Milne · 13 years ago
  22. 4c8cf4c Tidy. by Philip Milne · 13 years ago
  23. 899d592 Fix for http://b/issue?id=5081478 by Philip Milne · 13 years ago
  24. 5125e21 Fix for http://b/issue?id=5064532 by Philip Milne · 13 years ago
  25. 8326123 Merge "Fix 5056699: GridLayout should maintain static indices for "gone" views." by Jim Miller · 13 years ago
  26. 6235b47 Fix 5056699: GridLayout should maintain static indices for "gone" views. by Jim Miller · 13 years ago
  27. 350f0a6 Expose to the platform the ability to pick up changes in child visibility. by Philip Milne · 13 years ago
  28. e7dda0b Fix build breakage. by Philip Milne · 13 years ago
  29. f51d91c Gather View's hierarchy notifications into methods that can easily be overidden. by Philip Milne · 13 years ago
  30. b0ce49b Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml. by Philip Milne · 13 years ago
  31. 93cd6a6 Rationalize API after adding maximum size feature. by Philip Milne · 13 years ago
  32. 5d1a984 Simplify and tidy the API for maximum value support. by Philip Milne · 13 years ago
  33. 48b5524 Support for maximum values in layout GridLayout. by Philip Milne · 13 years ago
  34. a1f7b10 Handle baseline aligned rows in which some components define baseline and some don't. by Philip Milne · 13 years ago
  35. 1fd1637 Minor tweaks to GridLayout for KeyGuardScreenUnlock. by Philip Milne · 13 years ago
  36. b3a8c54 Accomodate margins in child measurements. by Philip Milne · 13 years ago
  37. 09e2d4d Ensure measuredWidth > getSuggestedMinimumWidth(), same for height. by Philip Milne · 13 years ago
  38. a789caf Pass width/height specs in the standard way when measuring children. by Philip Milne · 13 years ago
  39. 1e54825 Change includeMarginsInAlignment flag to aligmentMode property. by Philip Milne · 13 years ago
  40. 452eec3 Merge "Update GridLayout constructors to properly handle DEBUG=true" by Jim Miller · 13 years ago
  41. c655ba5 Update GridLayout constructors to properly handle DEBUG=true by Jim Miller · 13 years ago
  42. c9885f6 Future-proofing: change Alignment interface to abstract class and add a parameter for measurementType. by Philip Milne · 13 years ago
  43. 51f17d5 Bugfix for GridLayout assuming that the x value of last column index is maximal. This is not the case when column indexes are defined incorrectly and GridLayout should still work in this case. by Philip Milne · 13 years ago
  44. f474870 Optimise the way that indices are auto-allocated so that XML files can normally avoid using indices. by Philip Milne · 13 years ago
  45. 7fd9487 Fix for baseline alignment in LinearLayout compatibiity mode. by Philip Milne · 13 years ago
  46. aa616f3 Response to code review for GridLayout: by Philip Milne · 13 years ago
  47. 3f8956d Introduction of GridLayout. by Philip Milne · 13 years ago