summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding/tool/reflection
AgeCommit message (Expand)Author
2016-03-17Added simple inverted String conversion.George Mount
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-12-22Change from commons-lang3 to guavaDeepanshu Gupta
2015-10-28Data binding as studio dep + java6Yigit Boyar
2015-10-16Create BR id from CallableYigit Boyar
2015-09-29Load full SDK tableYigit Boyar
2015-08-26Support generics in conversion parameters.George Mount
2015-08-26Fix access to static field of generic object.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-06-24Remove guava from compilerYigit Boyar
2015-06-23Support calling listener methods without interfaces.George Mount
2015-06-22Fix compiler testsYigit Boyar
2015-06-22Make observables parcelableYigit Boyar
2015-06-16Move shared code between build and compiler to a separate projectYigit Boyar
2015-06-12Fix public field resolutionYigit Boyar
2015-06-10Improve static method / field handlingYigit Boyar
2015-05-19Better handling of generics in BindingAdaptersGeorge Mount
2015-05-15Fix generic setter on generic View.George Mount
2015-05-13Give an error if attribute is used when no setter is available.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-19Fix how final fields are handledYigit Boyar
2015-04-16Add 3rd party licenses to fatJarYigit Boyar
2015-03-27Make ViewStub support binding variables like include.George Mount
2015-03-23Move to package android.databinding.George Mount