index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
GridLayoutTest
Age
Commit message (
Expand
)
Author
2021-02-16
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Bob Badour
2019-03-07
Convert tests/**/Android.mk files to Android.bp
Sasha Smundak
2018-02-28
frameworks/base: Set LOCAL_SDK_VERSION where possible.
Anton Hansson
2013-09-13
Replace wildcard imports with explicit imports
Tor Norbye
2012-11-07
am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"
Kenny Root
2012-11-07
Correct executable bit for source files
Kenny Root
2012-09-21
Bug #6110465. Optical bounds support for all ViewGroup subclasses.
Philip Milne
2012-04-27
Fixes for optical bounds feature.
Philip Milne
2012-04-23
Promote layout debugging code from GridLayout to ViewGroup.
Philip Milne
2012-04-18
Share Insets instances between views that have the same background (Drawable)
Philip Milne
2012-04-13
Fix for bug 6110465.
Philip Milne
2011-10-06
Move Activity1 and Activity2 to API Demos area in development/samples.
Philip Milne
2011-08-05
Remove call to setPadding() in setUseDefaultMargins().
Philip Milne
2011-08-02
Fix for http://b/issue?id=5081478
Philip Milne
2011-07-25
Fix for http://b/issue?id=5064532
Philip Milne
2011-07-18
Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.
Philip Milne
2011-07-13
Rationalize API after adding maximum size feature.
Philip Milne
2011-07-07
Simplify and tidy the API for maximum value support.
Philip Milne
2011-07-01
Support for maximum values in layout GridLayout.
Philip Milne
2011-06-23
Handle baseline aligned rows in which some components define baseline and som...
Philip Milne
2011-06-16
Change includeMarginsInAlignment flag to aligmentMode property.
Philip Milne
2011-06-13
Bugfix for GridLayout assuming that the x value of last column index is maxim...
Philip Milne
2011-06-10
Optimise the way that indices are auto-allocated so that XML files can normal...
Philip Milne
2011-06-09
Fix for baseline alignment in LinearLayout compatibiity mode.
Philip Milne
2011-06-03
Response to code review for GridLayout:
Philip Milne
2011-05-26
Introduction of GridLayout.
Philip Milne