History log of /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ViewWithTagTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9eb684f8375efd59c4fd880bd578b470eb273d41 19-Nov-2015 George Mount <mount@google.com> Fix tag element usage with data binding.

Bug 25763095

White list include & view usage, but all other lower-
case tag elements are thrown out when it comes to
data binding.

Change-Id: Iccd9d31ef0dfdd6e9ded149c06ee6e295bf4fdaf
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ViewWithTagTest.java
c1560e6b00b398867da12fbdc5a1fcd1d50b801c 25-Jun-2015 Yigit Boyar <yboyar@google.com> Carry over location information from parser to annotation processor

This CL changes LayoutParser to use Antlr which provides us the location
information. This information is now serialized inside the bundle so
that we can read it in the annotation processor, enabling better error
logs with location information.

Bug:21953001
Change-Id: If9b5cf2f87598a609ddf77235decc17098a46a6b
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ViewWithTagTest.java