summaryrefslogtreecommitdiff
path: root/compiler/src/main/kotlin/android/databinding/tool
AgeCommit message (Expand)Author
2020-04-30Support included view binding in data bindingYigit Boyar
2019-11-11Avoid large static blocks in DataBindingMapperYigit Boyar
2019-10-10Ensure all strings are capitalized w/ US localeYigit Boyar
2019-09-03Fix generic discovery when xml does not have itYigit Boyar
2019-06-17Ensure BR files have consistent outputYigit Boyar
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-01-04Better support for genericsYigit Boyar
2018-12-04Provide consistent output for includesYigit Boyar
2018-10-19Move ModelClass to kotlinYigit Boyar
2018-10-17Move ModelAnalyzer & AnnotationModel to KotlinYigit Boyar
2018-10-01Avoid static references to @javax.annotation.GeneratedLiam Miller-Cushon
2018-09-24Use qualified R for included layoutsYigit Boyar
2018-06-01Data Binding gradle implementation API supportYigit Boyar
2018-05-21Merge "Fix kotlin.Unit method references in binding layouts." into studio-mas...TreeHugger Robot
2018-05-21Support ~4K layout files in 1 moduleYigit Boyar
2018-05-18Fix kotlin.Unit method references in binding layouts.Yigit Boyar
2018-05-17Fix compilationTest errors.George Mount
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
2018-02-06Pass LifecycleOwner to included bound layoutsGeorge Mount
2018-01-09Detect common null check ternary opsYigit 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-11-27Make LiveData observable by data binding.George Mount
2017-11-10Integrate data binding build with tools buildYigit Boyar
2017-07-20Change BR to use non-final values.George Mount
2017-07-14Fix two-way data binding with layout variations.George Mount
2017-05-04Fix local variable name collision.George Mount
2017-05-03Add @Generated annotation if it is availableYigit Boyar
2017-04-04Fix merge tags used in multi-layout configurations.George Mount
2017-03-30Use support annotatins for generated code.Yura
2017-03-24Merge "Add SuppressWarnings to methods that do unsafe casts." into studio-mas...Yura
2017-03-23Add SuppressWarnings to methods that do unsafe casts.Yura
2017-03-22Do not bind 2 views with same id.Yura
2017-03-10Allow Observables to Depend on observable fieldsGeorge Mount
2016-10-10Merge "Get tag resources from field instead of root." into studio-master-devTreeHugger Robot
2016-10-07Get tag resources from field instead of root.George Mount
2016-09-28Re-adds "Add support for dependent bindable properties."George Mount
2016-09-28Merge "Revert "Add support for dependent bindable properties."" into studio-m...Esteban de la Canal
2016-09-28Revert "Add support for dependent bindable properties."Esteban de la Canal
2016-09-28Merge "Add support for dependent bindable properties." into studio-master-devTreeHugger Robot
2016-09-26Add support for dependent bindable properties.George Mount
2016-09-20Better testing supportYigit Boyar
2016-09-14Ensure that bindings are evaluated prior to their included bindings.George Mount