History log of /frameworks/support/v7/gridlayout/src/android/support/v7/widget/GridLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b12ba0547b2fad1c4dfc12dec36c5e7893974e67 28-Aug-2013 Adam Powell <adamp@google.com> Fix compatibility support for v7/gridlayout

A previous implementation import from frameworks/base combined with an
incorrectly restricted makefile led to GridLayout using new/hidden API
from the framework instead of compat lib conventions and public API
only.

Add required shims to ViewCompat/ViewGroupCompat as needed and have
GridLayout use them. Fix some general Android code style guide issues.

Change-Id: I5dd965b9c4282c47964bfd1d481e3a62725cca38
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/GridLayout.java
2c78c295c13866c37e778375d1b37d6ff6016190 17-Jul-2013 Fabrice Di Meglio <fdimeglio@google.com> Update Support Library GridLayout to the same version as Framework

- see bug #9880181 GridLayout code in Support Library v7 should be updated and in sync with the code in Framework

Change-Id: Idc3d0f15b655647d18c93b149cfd9881a369cbf0
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/GridLayout.java
e1feb53bd8abfa46613fdd0abcf7a015c7e706c1 29-Feb-2012 Xavier Ducrohet <xav@android.com> Add GridLayout as a support project library.

The library is distributed as a project containing a single jar and resources
but the jar file is built by the Android build system in order to target the
current API.
The code also relies on the R class being generated, which is currently done
manually. The build system uses an intermediary library to compile the R class
so that it doesn't get packaged in the final jar file (same behavior as
compiling the library project with the SDK).

Change-Id: I36ce97d875f2efbb50cca665e9fd0e668f5ba837
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/GridLayout.java