summaryrefslogtreecommitdiff
path: root/compilationTests/src/test/java/androidx/databinding
AgeCommit message (Expand)Author
2024-03-04Prefer readText() from kotlin-stdlib over IntelliJMatthew Gharrity
2024-01-10Update test code that overrides analytics pathsMike Moroney
2023-10-06Disable data binding TooManyLayoutsTest on WindowsHung Nguyen
2023-09-13Remove DataBindingCompilationTestCase base classAndy Magee
2023-05-17Make test suites remove themselvesEsteban de la Canal
2022-11-02Update databinding tests after enabling non transitive R classesAmr Afifiy
2022-08-23Migrate test project template to namespace DSLScott Pollom
2022-06-06Use AGP-as-built-by-gradle in data-binding tests 1Chris Warrington
2021-11-22adapted file path for tests.Jerome Dochez
2021-07-26Remove dependency on //tools/adt/idea/android:test_depsRuiqi Mao
2021-05-25Migrate //tools/adt/idea/android:test_deps to manifestRuiqi Mao
2021-05-17Extract GradleBuildInvoker interfaceYuriy Solodkyy
2021-05-14Replace BuildInvoker.Request.taskListener with explicit parameterYuriy Solodkyy
2021-05-10Sort files in directories to ensure deterministic orderHung Nguyen
2021-04-30Migrate //tools/base/build-system:studio_repo to manifest formatmirror-goog-studio-master-devRuiqi Mao
2021-04-13Avoid StackOverflow in code generation by dispatching a real errorYigit Boyar
2021-02-09Revert "Set --max-workers=1 to reduce DB tests' flakiness on Windows"Hung Nguyen
2021-02-05Set --max-workers=1 to reduce DB tests' flakiness on WindowsHung Nguyen
2021-01-21Fix compilationTests on macPeter Xu
2021-01-14Clean up compilationTests modulePeter Xu
2021-01-14Convert rest of compilationTestsPeter Xu
2021-01-14Correct testData directory structurePeter Xu
2021-01-14Move test files out of the test jarPeter Xu
2021-01-13Finish converting SimpleCompilationTestPeter Xu
2021-01-13Convert more compilation testsPeter Xu
2021-01-12Groundwork CL - migrate compilation tests to bazelPeter Xu
2021-01-11Refactor copy function to separate utilityPeter Xu
2021-01-11Fix test errors when run in the IDEPeter Xu
2020-12-10Fix databinding compilation testsPeter Xu
2020-12-03Adds StateFlow support to data bindingYigit Boyar
2020-11-11Use JDK11 when building databindingIvan Gavrilovic
2020-04-30Set --max-workers=4 to mitigate data binding test hangsHung Nguyen
2020-04-23Debug data binding compilationTests hangsHung Nguyen
2020-01-30Allow Observable#get in expressionsYigit Boyar
2020-01-21Major cleanup for binding integration testsYigit Boyar
2019-12-11Ban calling get / getValue on an observableYigit Boyar
2019-11-18Change resource query to use AppCompatResources if possibleDavid Herman
2019-11-11Avoid large static blocks in DataBindingMapperYigit Boyar
2019-10-16Handle relative paths in test projectsYigit Boyar
2019-10-10Ensure all strings are capitalized w/ US localeYigit Boyar
2019-10-08Detect recursive structures in data bindingYigit Boyar
2019-04-13Inline bindingTarget.getAsSimplifiedXmlTagDavid Herman
2019-04-12Detect duplicate ids in layoutsYigit Boyar
2019-03-26Revert to outputting absolute paths (tools/data-binding).David Herman
2019-02-21Write relative path in layout info file (tools/databinding).Hung Nguyen
2019-01-14Inject ANDROID_SDK_HOME in to compilation tests.Chris Warrington
2019-01-09Move "ERROR" prefix to human readable error onlyDavid Herman
2019-01-08Update data binding errors for readabilityDavid Herman
2018-12-05Fix SimpleCompilationTest testIvan Gavrilovic
2018-05-21Support ~4K layout files in 1 moduleYigit Boyar