summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android
AgeCommit message (Expand)Author
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
2015-07-01Merge "Introduce Scopes to track logical stack traces" into mnc-devYigit Boyar
2015-06-30Add cache to GenerationalClassUtil to avoid re-reading jarsYigit Boyar
2015-06-30Introduce Scopes to track logical stack tracesYigit Boyar
2015-06-30Data binding startup improvementYigit Boyar
2015-06-25Carry over location information from parser to annotation processorYigit Boyar
2015-06-24Remove guava from compilerYigit Boyar
2015-06-24Remove guava dependency from the pluginYigit Boyar
2015-06-23Support calling listener methods without interfaces.George Mount
2015-06-23Merge "Don't generate inflators for libraries" into mnc-devYigit Boyar
2015-06-22Fix compiler testsYigit Boyar
2015-06-22Don't generate inflators for librariesYigit Boyar
2015-06-22Make observables parcelableYigit Boyar
2015-06-17Merge "Support old values in binding adapters." into mnc-devGeorge Mount
2015-06-16Support old values in binding adapters.George Mount
2015-06-16Move shared code between build and compiler to a separate projectYigit Boyar
2015-06-15Merge "Remove fragment data binding." into mnc-devGeorge Mount
2015-06-15Merge changes Ida966e4b,Ibeed24bd into mnc-devYigit Boyar
2015-06-15Remove fragment data binding.George Mount
2015-06-12Fix public field resolutionYigit Boyar
2015-06-12Export generated class list from javacYigit Boyar
2015-06-11Merge "Improve static method / field handling" into mnc-devYigit Boyar
2015-06-10Improve static method / field handlingYigit Boyar
2015-06-10Support data binding for fragments.George Mount
2015-06-06Only create case statements for Bindable attributes.George Mount
2015-05-22Merge projects for an easier releaseYigit Boyar