summaryrefslogtreecommitdiff
path: root/compiler/src/main/kotlin/android/databinding
AgeCommit message (Expand)Author
2016-09-14Merge "Support alternate android resource format." into studio-master-devTreeHugger Robot
2016-09-14Support alternate android resource format.George Mount
2016-09-08Generate fields for unused variablesYigit Boyar
2016-08-19Change how unique IDs are computed.George Mount
2016-08-12Unwrap ObservableFields in a smart way.George Mount
2016-08-08Merge "Move away from DynamicUtil for things published in 1.2.1." into studio...George Mount
2016-08-05Move away from DynamicUtil for things published in 1.2.1.George Mount
2016-08-04Remove 20 character limit on field names.George Mount
2016-06-21Fix NPE while setting conditional flagsYigit Boyar
2016-06-10Add inverse functions to use with 2-way data binding.George Mount
2016-05-23Fix problem with two-way binding on fieldsGeorge Mount
2016-05-05Fix problem where root View's style is used instead of bound View'sGeorge Mount
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-16Lambda In da houseYigit Boyar
2016-01-22Update data binding to kotlin beta 4Yigit Boyar
2016-01-20Update Kotlin code to be beta 4 compatibleTor Norbye
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-12-16Add modules definitions.Deepanshu Gupta
2015-12-04Avoid re-reading variables.Yigit Boyar
2015-11-13Don't use DynamicUtil now that 1.0-rc5 has been released.George Mount
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-23Avoid deprecation warnings in DynamicUtilYigit Boyar
2015-10-23Use a dynamically-generated class to relax requirement to upgrade.George Mount
2015-10-16Create BR id from CallableYigit Boyar
2015-10-08Handle constant predicate in ternaryYigit Boyar
2015-10-07Fix tag check in data binding mapperYigit Boyar
2015-09-28Remove log methodYigit Boyar
2015-09-18Upgrada kotlin to m13Yigit Boyar
2015-08-26Fix the bug about marking expressions as read earlyYigit Boyar
2015-08-26Make setVariable return true for declared variables.George Mount
2015-08-25Reduce updateRegistration calls on rebind.George Mount
2015-08-06Support binding expressions in android:tag attribute.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-05Move toCode to Expr classes.George Mount
2015-07-13Support dependency injection.George Mount
2015-06-30Data binding startup improvementYigit Boyar
2015-06-30Merge "Fix bug preventing use of android IDs for Views." into mnc-devGeorge Mount
2015-06-29Fix bug preventing use of android IDs for Views.George Mount
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-22Don't generate inflators for librariesYigit Boyar
2015-06-17Merge "Support old values in binding adapters." into mnc-devGeorge Mount