summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2015-09-14Move tool versions into configYigit Boyar
2015-09-04Better handling of out of bounds exceptions on bracket expressions.George Mount
2015-08-26Make setVariable return true for declared variables.George Mount
2015-07-16Merge "Fix up javadoc." into mnc-devGeorge Mount
2015-07-14Localize MavenYigit Boyar
2015-07-13Fix up javadoc.George Mount
2015-07-13Support dependency injection.George Mount
2015-06-30Data binding startup improvementYigit Boyar
2015-06-25Don't use array of protected static classes in Binding classes.George Mount
2015-06-23Support calling listener methods without interfaces.George Mount
2015-06-22Fix compiler testsYigit Boyar
2015-06-22Make observables parcelableYigit Boyar
2015-06-15Merge "Remove fragment data binding." into mnc-devGeorge Mount
2015-06-15Decrease support-v4 dependencyYigit Boyar
2015-06-15Remove fragment data binding.George Mount
2015-06-12Merge "Request a rebind when invalidateAll is called" into mnc-devYigit Boyar
2015-06-11Request a rebind when invalidateAll is calledYigit Boyar
2015-06-11ObservableField and siblings should notify only on data change.George Mount
2015-06-10Support data binding for fragments.George Mount
2015-05-22Merge projects for an easier releaseYigit Boyar
2015-05-20Add sources and javadocs for data binding public libsYigit Boyar
2015-05-20Observable* listeners should be callbacks.George Mount
2015-05-20Fix IllegalStateException during ObservableArray notification.George Mount
2015-05-15Remove unused getId from DataBinderMapper and BR.javaGeorge Mount
2015-05-13Revert "Revert "Use a handler for main thread runnables""Yigit Boyar
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 "Block executePendingBindings when there are no changes."George Mount
2015-05-11Use a handler for main thread runnablesYigit Boyar
2015-05-11Block executePendingBindings when there are no changes.George Mount
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-29Merge "Add base library prebuild, remove library.jar prebuild"Yigit Boyar
2015-04-29Add listener to notify and disable rebinding.George Mount
2015-04-21Add base library prebuild, remove library.jar prebuildYigit Boyar
2015-04-16Add 3rd party licenses to fatJarYigit Boyar
2015-04-16Parse and strip new layout format.George Mount
2015-04-15Delay evaluating the View and Binding class names.George Mount
2015-04-13Support merge tags.George Mount
2015-04-02Use setTag(id, val) when minSdk is ICS and later.George Mount
2015-04-02Don't use reflection for DataBinderMapper.George Mount
2015-04-02Capture views with IDs and no expressions in Binding.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-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