1. 1244815 Remove @hide from ViewGroup debug methods by Andrei Stingaceanu · 7 years ago
  2. 99441c5 Fix import statements in android.widget package. by Aurimas Liutikas · 8 years ago
  3. 2dd20a6 Target API check for margin params fix by Yigit Boyar · 8 years ago
  4. 885c50b Fix generate layout params to preserve margins by Yigit Boyar · 8 years ago
  5. 7a8fb26 Prevent infinite loop in case of integer overflow. by Deepanshu Gupta · 9 years ago
  6. 6690d01 Un-hide ViewGroup#onViewAdded/onViewRemoved by Adam Powell · 9 years ago
  7. 0c7ffe4 Merge "Remove original movements record from GridLayout" by Yigit Boyar · 9 years ago
  8. 38d909a Fix build. getAlingment should not be public by Yigit Boyar · 9 years ago
  9. fbd9997 Remove original movements record from GridLayout by Yigit Boyar · 9 years ago
  10. 6dafd87 Fix some weight bugs in grid layout by Yigit Boyar · 9 years ago
  11. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  12. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  13. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  14. 98d5f04 Improve GridLayout's weight calculations by Yigit Boyar · 10 years ago
  15. dea890f More on weights in GridLayout by Philip Milne · 10 years ago
  16. 4885f2f More on adding support for weights to GridLayout by Philip Milne · 10 years ago
  17. 9505480 More on weighted space distribution in GridLayout by Philip Milne · 10 years ago
  18. 8726084 Support for weights in GridLayout by Philip Milne · 10 years ago
  19. d17e719 Merge "Clean up layout constructors, make them consistent" by Alan Viverette · 11 years ago
  20. d9273d6 Add typedefs and nullness annotations. by Tor Norbye · 11 years ago
  21. d6479ec Clean up layout constructors, make them consistent by Alan Viverette · 11 years ago
  22. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  23. 465ea74 GridLayout changes for API council by Adam Powell · 11 years ago
  24. 0a0e155 Add copy constructors for all widget-specific LayoutParams by Alan Viverette · 11 years ago
  25. d05849e am a1ea8019: am 61527436: Merge "Fix for bug 8272673: GridLayout in battery details is cut off." into jb-mr2-dev by Philip Milne · 11 years ago
  26. e0b85cd Fix for bug 8272673: GridLayout in battery details is cut off. by Philip Milne · 11 years ago
  27. a235362 GridLayout diagnostics. by Philip Milne · 11 years ago
  28. 211d033 Provide (general) mecahnism for users of GridLayout to either suppress or react to diagnostics. by Philip Milne · 12 years ago
  29. a841644 Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even when a child is "GONE" by Philip Milne · 11 years ago
  30. 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
  31. e5e0b7f Fix for bug: 8184401 - GridLayout accounts for child's size/measurements even when a child is "GONE" by Philip Milne · 11 years ago
  32. 7b75781 Bug #6110465. Optical bounds support for all ViewGroup subclasses. by Philip Milne · 12 years ago
  33. b65408f Doc changes for GridLayout. by Philip Milne · 12 years ago
  34. 0f57cea Add validation code for GridLayout.LayoutParams by Philip Milne · 12 years ago
  35. 782c04b Revert "Fix for layout parameter validation bug in GridLayout." by Jim Miller · 12 years ago
  36. 8a36e05 Fix for layout parameter validation bug in GridLayout. by Philip Milne · 12 years ago
  37. 7a23b49 Fixes for optical bounds feature. by Philip Milne · 12 years ago
  38. 10ca24a Promote layout debugging code from GridLayout to ViewGroup. by Philip Milne · 12 years ago
  39. 1557fd7 Fix for bug 6110465. by Philip Milne · 12 years ago
  40. edd6951 Fix for bug 6170890. by Philip Milne · 12 years ago
  41. 6216e87 Fix remaining issue with bug #5904777 by Philip Milne · 12 years ago
  42. d7dd890 New hooks to allow layouts to improve their performance by doing more caching by Philip Milne · 13 years ago
  43. 47d248e Fix bug #5904777 GridLayout should be RTL aware by Fabrice Di Meglio · 12 years ago
  44. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  45. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  46. ecab117 Update to fix for bug 5393156 by Philip Milne · 13 years ago
  47. 4a145d7 Fix for 5393156 by Philip Milne · 13 years ago
  48. f6679c8 Fix for http://b/issue?id=5297155 by Philip Milne · 13 years ago
  49. b559976 Remove call to setPadding() in setUseDefaultMargins(). by Philip Milne · 13 years ago
  50. 4c8cf4c Tidy. by Philip Milne · 13 years ago
  51. 899d592 Fix for http://b/issue?id=5081478 by Philip Milne · 13 years ago
  52. 5125e21 Fix for http://b/issue?id=5064532 by Philip Milne · 13 years ago
  53. 8326123 Merge "Fix 5056699: GridLayout should maintain static indices for "gone" views." by Jim Miller · 13 years ago
  54. 6235b47 Fix 5056699: GridLayout should maintain static indices for "gone" views. by Jim Miller · 13 years ago
  55. 350f0a6 Expose to the platform the ability to pick up changes in child visibility. by Philip Milne · 13 years ago
  56. e7dda0b Fix build breakage. by Philip Milne · 13 years ago
  57. f51d91c Gather View's hierarchy notifications into methods that can easily be overidden. by Philip Milne · 13 years ago
  58. b0ce49b Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml. by Philip Milne · 13 years ago
  59. 93cd6a6 Rationalize API after adding maximum size feature. by Philip Milne · 13 years ago
  60. 5d1a984 Simplify and tidy the API for maximum value support. by Philip Milne · 13 years ago
  61. 48b5524 Support for maximum values in layout GridLayout. by Philip Milne · 13 years ago
  62. a1f7b10 Handle baseline aligned rows in which some components define baseline and some don't. by Philip Milne · 13 years ago
  63. 1fd1637 Minor tweaks to GridLayout for KeyGuardScreenUnlock. by Philip Milne · 13 years ago
  64. b3a8c54 Accomodate margins in child measurements. by Philip Milne · 13 years ago
  65. 09e2d4d Ensure measuredWidth > getSuggestedMinimumWidth(), same for height. by Philip Milne · 13 years ago
  66. a789caf Pass width/height specs in the standard way when measuring children. by Philip Milne · 13 years ago
  67. 1e54825 Change includeMarginsInAlignment flag to aligmentMode property. by Philip Milne · 13 years ago
  68. 452eec3 Merge "Update GridLayout constructors to properly handle DEBUG=true" by Jim Miller · 13 years ago
  69. c655ba5 Update GridLayout constructors to properly handle DEBUG=true by Jim Miller · 13 years ago
  70. c9885f6 Future-proofing: change Alignment interface to abstract class and add a parameter for measurementType. by Philip Milne · 13 years ago
  71. 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
  72. f474870 Optimise the way that indices are auto-allocated so that XML files can normally avoid using indices. by Philip Milne · 13 years ago
  73. 7fd9487 Fix for baseline alignment in LinearLayout compatibiity mode. by Philip Milne · 13 years ago
  74. aa616f3 Response to code review for GridLayout: by Philip Milne · 13 years ago
  75. 3f8956d Introduction of GridLayout. by Philip Milne · 13 years ago