summaryrefslogtreecommitdiff
path: root/compiler/src/main/java/android/databinding/tool/reflection
AgeCommit message (Expand)Author
2019-02-07Fix "Cannot find symbol ...<E>" error in generic parametersDavid Herman
2018-10-29Cache found classesYigit Boyar
2018-10-19Change ModelClass to use Lists instead of ArraysYigit Boyar
2018-10-19Move ModelClass to kotlinYigit Boyar
2018-10-17Move ModelAnalyzer & AnnotationModel to KotlinYigit Boyar
2018-10-17Move imports to a concrete classYigit Boyar
2018-10-10Auto jetify during class findingYigit Boyar
2018-05-18Fix kotlin.Unit method references in binding layouts.Yigit Boyar
2018-03-30Data Binding Android X supportYigit Boyar
2018-01-25Hacky solution to clear singletons from data binding.Yigit Boyar
2018-01-09Default to unwrapping ObservableFields for Object method paramsGeorge Mount
2017-12-01Revert "Revert Change I6e5c5a77"George Mount
2017-12-01Revert Change I6e5c5a77Dana Dahlstrom
2017-11-30Fix problem with wrong InverseBindingAdapter being chosen.George Mount
2017-11-27Make LiveData observable by data binding.George Mount
2017-07-14Fix two-way data binding with layout variations.George Mount
2017-05-04Merge "Fix generics use for field access." into studio-master-devTreeHugger Robot
2017-05-04Fix generics use for field access.George Mount
2017-05-03Add @Generated annotation if it is availableYigit Boyar
2017-05-01Add missing cases in enum switchesDana Dahlstrom
2017-03-10Allow Observables to Depend on observable fieldsGeorge Mount
2017-03-10Delay annotation processor error logging to avoid extra errors.George Mount
2017-02-14Use the minimum SDK to choose whether to use a setter.George Mount
2017-01-19Revert "Revert "Fix problem with includes using generics.""George Mount
2017-01-18Revert "Revert "Fix finding methods with ObservableFields""George Mount
2017-01-18Revert "Fix finding methods with ObservableFields"George Mount
2017-01-17Fix finding methods with ObservableFieldsGeorge Mount
2016-11-14Fix inner class cannonical nameYigit Boyar
2016-09-28Re-adds "Add support for dependent bindable properties."George Mount
2016-09-28Revert "Add support for dependent bindable properties."Esteban de la Canal
2016-09-26Add support for dependent bindable properties.George Mount
2016-08-12Unwrap ObservableFields in a smart way.George Mount
2016-08-04Eliminate TypeMirror#toString usage.George Mount
2016-07-07Jack SupportYigit Boyar
2016-06-21Fix NPE while setting conditional flagsYigit Boyar
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