summaryrefslogtreecommitdiff
path: root/integration-tests/TestApp/app
AgeCommit message (Expand)Author
2015-05-14Merge "Support default = value from binding expression."George Mount
2015-05-14Merge "Revert "Revert "Use a handler for main thread runnables"""Yigit Boyar
2015-05-14Support default = value from binding expression.George Mount
2015-05-13Revert "Revert "Use a handler for main thread runnables""Yigit Boyar
2015-05-13Use only values for @BindingAdapter.George Mount
2015-05-13Merge "Don't strip bind: attributes without expressions."George Mount
2015-05-13Generate Binding class when <layout> exists.George Mount
2015-05-13Merge "Revert "Use a handler for main thread runnables""George Mount
2015-05-13Revert "Use a handler for main thread runnables"George Mount
2015-05-13Merge "Use a handler for main thread runnables"Yigit Boyar
2015-05-11Use a handler for main thread runnablesYigit Boyar
2015-05-11Don't strip bind: attributes without expressions.George Mount
2015-05-11More forgiving values for android:src attribute.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-30Add setContentView to DataBindingUtil.George Mount
2015-04-30Add static method to get ViewDataBinding for a View.George Mount
2015-04-30Change from using Context to LayoutInflater for inflate()George Mount
2015-04-29Add listener to notify and disable rebinding.George Mount
2015-04-27Support using aliased classes as outer classes.George Mount
2015-04-20Fix merge failure.George Mount
2015-04-20Merge changes If9ddfd09,I310535e6George Mount
2015-04-20Support array length.George Mount
2015-04-19Added some missing expressions.George Mount
2015-04-19Fix how final fields are handledYigit Boyar
2015-04-16Parse and strip new layout format.George Mount
2015-04-13Support merge tags.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-04-02Change "generated" to "databinding"George Mount
2015-04-02Capture views with IDs and no expressions in Binding.George Mount
2015-03-27Address comments on LeakTest.George Mount
2015-03-27Make ViewStub support binding variables like include.George Mount
2015-03-26Move to public final fields instead of getters for Views.George Mount
2015-03-26Don't execute binding when the root view is detached.George Mount
2015-03-23Move to package android.databinding.George Mount
2015-03-19Move common parts of AnnotationAnalyzer methods to ModelAnalyzer.George Mount
2015-03-19Support for multi module setupsYigit Boyar
2015-03-17Use abstract base class instead of interfaces for Binding objects.George Mount
2015-03-13Move configuration values into a config fileYigit Boyar
2015-03-12Restructure project for test appsYigit Boyar