summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding/tool/Binding.java
AgeCommit message (Expand)Author
2019-08-27Allow setters/adapters in <include tags for bindingYigit Boyar
2019-02-27Update error log to use the improved error messageDavid Herman
2019-01-08Update data binding errors for readabilityDavid Herman
2018-10-19Move ModelClass to kotlinYigit Boyar
2018-10-17Move imports to a concrete classYigit Boyar
2018-03-30Data Binding Android X supportYigit Boyar
2018-01-25Hacky solution to clear singletons from data binding.Yigit Boyar
2017-11-27Make LiveData observable by data binding.George Mount
2017-04-18Handle assignments to observable layout variablesSergey Prigogin
2017-04-06Revert "Simplify semantics of SetterStore.getSetterCall"Sergey Prigogin
2017-04-05Simplify semantics of SetterStore.getSetterCallSergey Prigogin
2016-09-28Re-adds "Add support for dependent bindable properties."George Mount
2016-09-28Revert "Add support for dependent bindable properties."Esteban de la Canal
2016-09-26Add support for dependent bindable properties.George Mount
2016-09-20Support android:visibility in includes.George Mount
2016-08-12Unwrap ObservableFields in a smart way.George Mount
2016-06-21Fix NPE while setting conditional flagsYigit Boyar
2016-03-08Have two-way binding use localized variables to prevent NPE.George Mount
2016-02-16Lambda In da houseYigit Boyar
2016-01-13Two-way bindingGeorge Mount
2015-11-05upgrade kotlin to 1.0-beta1Yigit Boyar
2015-09-30Fix resolving listeners for multi-attribute binding adapters.George Mount
2015-09-29Bring all instance BindingAdapters into Component.George Mount
2015-08-05Support different event handlers having different API levels.George Mount
2015-08-05Move toCode to Expr classes.George Mount
2015-07-13Support dependency injection.George Mount
2015-06-30Introduce Scopes to track logical stack tracesYigit Boyar
2015-06-23Support calling listener methods without interfaces.George Mount
2015-06-16Support old values in binding adapters.George Mount
2015-06-15Remove fragment data binding.George Mount
2015-06-10Support data binding for fragments.George Mount
2015-04-30Support multi-param adapters in code generationYigit Boyar
2015-03-27Make ViewStub support binding variables like include.George Mount
2015-03-23Move to package android.databinding.George Mount