summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2023-04-04Update latest dependenciesTakeshi Hagikura
2023-01-13Drive release version from a bazel propertyChris Warrington
2022-12-13Remove deprecated gradle api usage for 8.0 milestone 5 upgradebingran
2022-12-05Drive all tools/base versions from a single fileChris Warrington
2022-11-14stop using a deprecated API.Jerome Dochez
2022-07-06Update transform api used in library buildsYigit Boyar
2022-03-09Migrate to new namespace DSLScott Pollom
2022-03-03Move away from using forUseAtConfigurationTimebingran
2022-01-27Add repeatOnLifecycle to data bindingManuel Vivo
2021-10-11Unroll deprecated lifecycle-extensions dependencyYigit Boyar
2021-10-01Databinding: set kotlinOptions.jvmTarget to 1.6Matthew Gharrity
2021-05-05Add publishing block for publications in databindingBingran
2021-02-12Use ProviderFactory to access sys properties and env variablesIvan Gavrilovic
2021-02-06fix databinding docsYigit Boyar
2021-01-20Remove Maven plugin from databinding publishingIvan Gavrilovic
2021-01-14Skip root view while finding child viewsYigit Boyar
2021-01-07Keep a weak reference to LifecycleOwner in observersYigit Boyar
2020-12-29Move databinding connected test to RBEJean-Luc Coelho
2020-12-03Adds StateFlow support to data bindingYigit Boyar
2020-06-26Fix use of != instead of .equals() with currentTab.George Mount
2020-04-30Fix proguard rules for AndroidXYigit Boyar
2020-01-21Major cleanup for binding integration testsYigit Boyar
2019-11-16Update data binding to new DSL Flag.Xavier Ducrohet
2019-05-28Make databinding runtime depend on viewbindingJake Wharton
2019-05-03Add view binding runtime libraryJake Wharton
2019-04-18Re-introduce ViewBinding constructor w/ DataBindingComponentYigit Boyar
2019-02-07Remove docs R fileYigit Boyar
2019-01-10Fix Lifecycle handling in ViewDataBindingYigit Boyar
2019-01-09Avoid NPE in LiveData observerYigit Boyar
2018-12-05Update to latest androidx versionparentej
2018-12-04Don't set null destination for zip taskIvan Gavrilovic
2018-11-30Don't keep a strong reference to data binding from lifecycleYigit Boyar
2018-11-20Avoid processor generated code in gradle generated codeYigit Boyar
2018-09-26made custom transforms to be Gradle 5.0 compliantJerome Dochez
2018-06-01Data Binding gradle implementation API supportYigit Boyar
2018-05-28Add version file to data binding artifactsYigit Boyar
2018-05-01data-binding: Update paths to android.jar and api txt.Anton Hansson
2018-04-19Data binding docs w/ yamlYigit Boyar
2018-04-12Update data binding artifacts to match the right andoridX coordinatesYigit Boyar
2018-03-30Data Binding Android X supportYigit Boyar
2018-02-16Enable featuresYigit Boyar
2018-02-05Avoid unnecessary invalidation after LiveData registrationGeorge Mount
2018-01-03Merge "Hide data binding adapters that do not have docs" into studio-master-devTreeHugger Robot
2017-12-27Remove unexpected nullable annotations from DataBindingUtilYigit Boyar
2017-12-20Hide data binding adapters that do not have docsYigit Boyar
2017-12-12Fix exec script and also added a very simple script to update google3Yigit Boyar
2017-12-11Generate data binding docs via doclava, independentlyYigit Boyar
2017-12-05Generate data binding mappers in librariesYigit Boyar
2017-12-01Keep generated binding codes in librariesYigit Boyar
2017-11-29Fix flaky LiveDataTestGeorge Mount