summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding
AgeCommit message (Expand)Author
2016-05-05Fix problem where root View's style is used instead of bound View'sGeorge Mount
2016-04-11Move to org.antlr from tunnelvisionYigit Boyar
2016-03-28Fix expression evaluation problemYigit Boyar
2016-03-17Added simple inverted String conversion.George Mount
2016-03-08Support for java 8 method reference syntax.George Mount
2016-03-08Have two-way binding use localized variables to prevent NPE.George Mount
2016-02-23GroupExpr is unnecessary.George Mount
2016-02-16Allow ObservableFields to be Bindable.Yigit Boyar
2016-02-16Lambda In da houseYigit Boyar
2016-01-22Update data binding to kotlin beta 4Yigit Boyar
2016-01-15Fixed warning when using a color resource.George Mount
2016-01-13Two-way bindingGeorge Mount
2015-12-22Change from commons-lang3 to guavaDeepanshu Gupta
2015-11-16Merge "Don't use DynamicUtil now that 1.0-rc5 has been released." into studio...George Mount
2015-11-14Load intermediate files as InterfaceYigit Boyar
2015-11-13Don't use DynamicUtil now that 1.0-rc5 has been released.George Mount
2015-11-11Override layout file metadata from moduleYigit Boyar
2015-11-05upgrade kotlin to 1.0-beta1Yigit Boyar
2015-10-30Add targetSdk check for DynamicUtil.George Mount
2015-10-28Data binding as studio dep + java6Yigit Boyar
2015-10-23Use a dynamically-generated class to relax requirement to upgrade.George Mount
2015-10-19Merge "Load drawables using the theme when necessary." into studio-master-devGeorge Mount
2015-10-16Create BR id from CallableYigit Boyar
2015-10-14Load drawables using the theme when necessary.George Mount
2015-10-08Handle constant predicate in ternaryYigit Boyar
2015-10-07Report syntax errors even though Antlr can recoverYigit Boyar
2015-10-05Merge "Fix resolving listeners for multi-attribute binding adapters." into st...George Mount
2015-09-30Fix resolving listeners for multi-attribute binding adapters.George Mount
2015-09-29Merge "Load full SDK table" into studio-master-devYigit Boyar
2015-09-29Load full SDK tableYigit Boyar
2015-09-29Bring all instance BindingAdapters into Component.George Mount
2015-09-25Add context as an automatic variable.George Mount
2015-09-10Shift Long in FlagSet instead of int :/Yigit Boyar
2015-09-04Better handling of out of bounds exceptions on bracket expressions.George Mount
2015-08-26Fix the bug about marking expressions as read earlyYigit Boyar
2015-08-26Support generics in conversion parameters.George Mount
2015-08-26Make setVariable return true for declared variables.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-19Remove automatic converstions to 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-08-05Combine like conditions for efficiency.George Mount
2015-08-05Multiple adapter attributes can now have optional expressions.George Mount
2015-08-05Move toCode to Expr classes.George Mount
2015-08-05Fixed: conditional expression not always waiting for its dependencies.George Mount
2015-07-14Fix compilation tests.George Mount
2015-07-13Support dependency injection.George Mount
2015-07-06Print encoded errors only if data binding is invoked from the IDEYigit Boyar