summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding/tool/CompilerChef.java
AgeCommit message (Expand)Author
2019-06-17Ensure BR files have consistent outputYigit Boyar
2019-04-12Detect duplicate ids in layoutsYigit Boyar
2019-01-17Add support for dependency artifact packagesYigit Boyar
2018-10-19Change ModelClass to use Lists instead of ArraysYigit Boyar
2018-10-17Move imports to a concrete classYigit Boyar
2018-10-15Don't generate V1Compat mapper for libsYigit Boyar
2018-06-01Data Binding gradle implementation API supportYigit Boyar
2018-05-01Refactor data binding to use Gradle ArgumentProvider (2/2).Hung Nguyen
2018-04-09Integration tests w/ AndroidXYigit Boyar
2018-03-30Data Binding Android X supportYigit Boyar
2018-03-09Support v1 dependencies in v1 compilationYigit Boyar
2018-02-16Enable featuresYigit Boyar
2018-02-08Remove dynamic util.Yigit Boyar
2017-12-05Generate data binding mappers in librariesYigit Boyar
2017-12-01Keep generated binding codes in librariesYigit Boyar
2017-11-28Generate base binding classes in gradleYigit Boyar
2017-07-14Fix two-way data binding with layout variations.George Mount
2017-01-19Revert "Revert "Fix problem with includes using generics.""George Mount
2017-01-18Revert "Fix problem with includes using generics."George Mount
2017-01-17Fix problem with includes using generics.George Mount
2016-09-20Better testing supportYigit Boyar
2016-08-05Move away from DynamicUtil for things published in 1.2.1.George Mount
2016-06-21Fix NPE while setting conditional flagsYigit Boyar
2016-05-05Fix problem where root View's style is used instead of bound View'sGeorge Mount
2016-03-17Added simple inverted String conversion.George Mount
2016-03-08Have two-way binding use localized variables to prevent NPE.George Mount
2015-10-30Add targetSdk check for DynamicUtil.George Mount
2015-10-23Use a dynamically-generated class to relax requirement to upgrade.George Mount
2015-07-13Support dependency injection.George Mount
2015-06-30Data binding startup improvementYigit Boyar
2015-06-12Export generated class list from javacYigit Boyar
2015-05-14Always generate the DataBinderMapper.java classGeorge Mount
2015-04-13Support merge tags.George Mount
2015-04-02Use setTag(id, val) when minSdk is ICS and later.George Mount
2015-04-02Don't use reflection for DataBinderMapper.George Mount
2015-03-31Merge implementation into base class for single implementations.George Mount
2015-03-30Require only one pass to make BR.java file.George Mount
2015-03-23Move to package android.databinding.George Mount