summaryrefslogtreecommitdiff
path: root/integration-tests/ViewBindingTestApp
AgeCommit message (Expand)Author
2023-02-23Set up repos of dependencies in settingsbingran
2022-03-09Migrate to new namespace DSLScott Pollom
2021-06-24Add support for tools:viewBindingTypeYigit Boyar
2021-04-07Add namespace to ViewBindingTestApp's test moduleScott Pollom
2021-01-14Skip root view while finding child viewsYigit Boyar
2020-04-24Handle periods in IDsJake Wharton
2020-04-03Change binding local naming to avoid type collisionJake Wharton
2020-02-28Integration test for bindings in android test sourcesJake Wharton
2020-02-26Add feature module to integration testJake Wharton
2020-01-22Use the test APK context when inflating test layoutJake Wharton
2019-12-11Allow view binding to work correctly in test-only modulesJake Wharton
2019-12-10Fix lint NewApi error on test appJake Wharton
2019-11-21Remove explicit use of strings for view error handlingJake Wharton
2019-11-20Add missing layout attributes and other test fixesJake Wharton
2019-11-19Update test project with new DSL to enable viewbindingXavier Ducrohet
2019-09-27Require view binding layouts to agree on root node IDJake Wharton
2019-09-24Use enclosing layout package when creating ID referencesJake Wharton
2019-09-20Normalize fragment tags in XML to ViewJake Wharton
2019-09-12Parse package and class names of all casingsJake Wharton
2019-09-05Support <include> inside <merge> for view bindingJake Wharton
2019-08-30Bind included layoutsJake Wharton
2019-08-15Use covariant return type for root viewJake Wharton
2019-08-14Support merge layouts in view bindingJake Wharton
2019-06-27Support nested view typesJake Wharton
2019-06-05Guard against null root in empty binding, add integration testsJake Wharton