summaryrefslogtreecommitdiff
path: root/compiler
AgeCommit message (Expand)Author
2019-11-18Change resource query to use AppCompatResources if possibleDavid Herman
2019-11-16Fix nullability in logic op into ternary conversionYigit Boyar
2019-11-13Handle java.lang.Void properlyYigit Boyar
2019-11-11Avoid large static blocks in DataBindingMapperYigit Boyar
2019-10-10Ensure all strings are capitalized w/ US localeYigit Boyar
2019-10-08Detect recursive structures in data bindingYigit Boyar
2019-10-04Fix access to undefined genericsYigit Boyar
2019-09-27Require view binding layouts to agree on root node IDJake Wharton
2019-09-25Resolve some compiler warningsJake Wharton
2019-09-03Fix generic discovery when xml does not have itYigit Boyar
2019-08-27Allow setters/adapters in <include tags for bindingYigit Boyar
2019-08-22Add dependency on Objenesis after commit 4964270Dana Dahlstrom
2019-08-15Use covariant return type for root viewJake Wharton
2019-06-17Ensure BR files have consistent outputYigit Boyar
2019-05-23Update to JavaPoet 1.10.0Jake Wharton
2019-05-01Add build flag for view binding, parse all layoutsJake Wharton
2019-04-12Detect duplicate ids in layoutsYigit Boyar
2019-03-26Rename declaredFields/declaredMethods to allFields/allMethodsKainan Wang
2019-03-15Implement resource reference parser which returns more than nameJake Wharton
2019-03-08Don't use switch-case statements for resource IDsIzabela Orlowska
2019-03-05NPE check for error reportingYigit Boyar
2019-02-27Update error log to use the improved error messageDavid Herman
2019-02-21Write relative path in layout info file (tools/databinding).Hung Nguyen
2019-02-16Skip over generated code when creating BR constantsDavid Herman
2019-02-09Comply with renaming by commit d265386Dana Dahlstrom
2019-02-07Fix "Cannot find symbol ...<E>" error in generic parametersDavid Herman
2019-02-01Incap: Make data binding incremental (2/3).Hung Nguyen
2019-01-17Add support for dependency artifact packagesYigit Boyar
2019-01-14Prepare data binding for incremental annotation processing.Hung Nguyen
2019-01-08Update data binding errors for readabilityDavid Herman
2019-01-08Fix two way binding for field access expressionsYigit Boyar
2019-01-04Better support for genericsYigit Boyar
2018-12-14Update data binding for blazeYigit Boyar
2018-12-04Provide consistent output for includesYigit Boyar
2018-12-01Close reader to avoid leaking file descriptors.Jerome Dochez
2018-10-29Cache found classesYigit Boyar
2018-10-19Change ModelClass to use Lists instead of ArraysYigit Boyar
2018-10-19Move ModelClass to kotlinYigit Boyar
2018-10-17Move ModelAnalyzer & AnnotationModel to KotlinYigit Boyar
2018-10-17Move imports to a concrete classYigit Boyar
2018-10-15Don't generate V1Compat mapper for libsYigit Boyar
2018-10-10Auto jetify during class findingYigit Boyar
2018-10-05Fix missing nullability annotationsNathan Paige
2018-10-01Avoid static references to @javax.annotation.GeneratedLiam Miller-Cushon
2018-09-27Null check class analyzer callsYigit Boyar
2018-09-24Use qualified R for included layoutsYigit Boyar
2018-08-07Fix binding adapter de-duplicationYigit Boyar
2018-07-13Update exec path to support blaze.Yigit Boyar
2018-07-11Add a missing gson dependencySergey Prigogin
2018-07-10Consistent SetterStore outputYigit Boyar