summaryrefslogtreecommitdiff
path: root/integration-tests/TestApp/app/src/main/java/android/databinding
AgeCommit message (Expand)Author
2015-09-08Fat jars and jarjarsGeorge Mount
2015-08-26Fix the bug about marking expressions as read earlyYigit Boyar
2015-08-26Support generics in conversion parameters.George Mount
2015-08-26Merge "Fix access to static field of generic object." into studio-master-devGeorge Mount
2015-08-26Fix NPE when evaluating bracket expressions.George Mount
2015-08-26Fix access to static field of generic object.George Mount
2015-08-17Add test to ensure event binding works on Observables.George Mount
2015-08-05Fix ternary operator with null assigned to listener.George Mount
2015-08-05Support different event handlers having different API levels.George Mount
2015-08-05Fixed: conditional expression not always waiting for its dependencies.George Mount
2015-07-13Support dependency injection.George Mount
2015-06-23Support calling listener methods without interfaces.George Mount
2015-06-22Make observables parcelableYigit Boyar
2015-06-16Support old values in binding adapters.George Mount
2015-06-15Merge "Remove fragment data binding." into mnc-devGeorge Mount
2015-06-15Remove fragment data binding.George Mount
2015-06-12Fix public field resolutionYigit Boyar
2015-06-11Merge "Improve static method / field handling" into mnc-devYigit Boyar
2015-06-10Improve static method / field handlingYigit Boyar
2015-06-10Support data binding for fragments.George Mount
2015-06-06Only create case statements for Bindable attributes.George Mount
2015-05-20Merge "Properly handle constant binding expressions"Yigit Boyar
2015-05-19Properly handle constant binding expressionsYigit Boyar
2015-05-19Better handling of generics in BindingAdaptersGeorge Mount
2015-05-15Fix generic setter on generic View.George Mount
2015-05-13Use only values for @BindingAdapter.George Mount
2015-04-30Merge "Support multi-param adapters in code generation"Yigit Boyar
2015-04-30Support multi-param adapters in code generationYigit Boyar
2015-04-30Add test for adapters with custom namespace and only 1 parameterYigit Boyar
2015-04-27Support using aliased classes as outer classes.George Mount
2015-04-20Support array length.George Mount
2015-04-13Bindable properties must only be on Observables.George Mount
2015-04-06Fix ternary handling and generate better codeYigit Boyar
2015-04-03Fix bugs related to how we handle Ternary opsYigit Boyar
2015-03-23Move to package android.databinding.George Mount