1. a52010f Make some methods static by Xavier Ducrohet · 4 years, 2 months ago
  2. 3f8881b Handle cases where upperbound of a TypeVariable might return null by Yigit Boyar · 4 years, 3 months ago
  3. d9c256a Migrate callers of singlejar by Matthew Gharrity · 4 years, 4 months ago
  4. ebe0b38 Integration test for bindings in android test sources by Jake Wharton · 4 years, 3 months ago
  5. 6ee6004 Update to Jetifier 1.0.0-beta09 (tools/data-binding). by Hung Nguyen · 4 years, 3 months ago
  6. bdccf4d Add feature module to integration test by Jake Wharton · 4 years, 4 months ago
  7. 648545e Remove obsolete test target coverage tags by Eric Reed · 4 years, 4 months ago
  8. da527aa Add JAXB dependency to data binding by Yigit Boyar · 4 years, 4 months ago
  9. be15847 Allow Observable#get in expressions by Yigit Boyar · 4 years, 4 months ago
  10. ae96308 Fix kotlin_library srcs by Matthew Gharrity · 4 years, 4 months ago
  11. 0c6ea81 Use the test APK context when inflating test layout by Jake Wharton · 4 years, 4 months ago
  12. 3f3da16 Major cleanup for binding integration tests by Yigit Boyar · 4 years, 4 months ago
  13. f4a142b Allow view binding to work correctly in test-only modules by Jake Wharton · 4 years, 6 months ago
  14. 7b49354 Ban calling get / getValue on an observable by Yigit Boyar · 4 years, 6 months ago
  15. 0eb8d90 Fix lint NewApi error on test app by Jake Wharton · 4 years, 6 months ago
  16. 3be05c6 Update to API 29 by Joe Baker-Malone · 4 years, 8 months ago
  17. 2533768 Update to Jetifier 1.0.0-beta08 (tools/data-binding). by Hung Nguyen · 4 years, 6 months ago
  18. 60425d6 Produce a better exception when a layout node fails to parse by Jake Wharton · 4 years, 6 months ago
  19. 715becc Remove explicit use of strings for view error handling by Jake Wharton · 4 years, 6 months ago
  20. bc43aeb Extract conditional view cast helper by Jake Wharton · 4 years, 6 months ago
  21. ec74b57 Add missing layout attributes and other test fixes by Jake Wharton · 4 years, 6 months ago
  22. 4d6a283 Update test project with new DSL to enable viewbinding by Xavier Ducrohet · 4 years, 8 months ago
  23. 29c01de Change resource query to use AppCompatResources if possible by David Herman · 4 years, 6 months ago
  24. a613ed3 Remove unecessary dependencies from databinding compilation tests by David Herman · 4 years, 6 months ago
  25. 93ea9b0 Update data binding to new DSL Flag. by Xavier Ducrohet · 4 years, 8 months ago
  26. 2a38dd6 Fix nullability in logic op into ternary conversion by Yigit Boyar · 4 years, 6 months ago
  27. 335ec31 Handle java.lang.Void properly by Yigit Boyar · 4 years, 6 months ago
  28. d19e083 Avoid large static blocks in DataBindingMapper by Yigit Boyar · 4 years, 8 months ago
  29. 60a67c4 Moving databinding features test app to dynamic by Jean-Luc Coelho · 4 years, 7 months ago
  30. 5d4529f Handle relative paths in test projects by Yigit Boyar · 4 years, 7 months ago
  31. b0dd901 Ensure all strings are capitalized w/ US locale by Yigit Boyar · 4 years, 8 months ago
  32. 103e4e3 Detect recursive structures in data binding by Yigit Boyar · 4 years, 8 months ago
  33. bff3399 Fix access to undefined generics by Yigit Boyar · 4 years, 8 months ago
  34. 69294d8 Require view binding layouts to agree on root node ID by Jake Wharton · 4 years, 8 months ago
  35. ba76bfd Do not define storage type for merge roots by Jake Wharton · 4 years, 8 months ago
  36. 2a636df Add some space to the generated bind method by Jake Wharton · 4 years, 8 months ago
  37. d3bf6e9 Remove obsolete comment by Jake Wharton · 4 years, 8 months ago
  38. 5612f69 Resolve some compiler warnings by Jake Wharton · 4 years, 8 months ago
  39. 728915f Use enclosing layout package when creating ID references by Jake Wharton · 4 years, 8 months ago
  40. 93e814f Normalize fragment tags in XML to View by Jake Wharton · 4 years, 8 months ago
  41. 3d24ee1 Fix data binding test by Yigit Boyar · 4 years, 8 months ago
  42. 6b26257 Parse package and class names of all casings by Jake Wharton · 4 years, 9 months ago
  43. ef4c838 Use local maven repo instead of plain .aar file in test by Scott Pollom · 4 years, 9 months ago
  44. 83b7352 Typo fix in build.gradle println by David Herman · 4 years, 9 months ago
  45. bd192eb Clean up build.gradle warnings in data binding sample project by David Herman · 4 years, 9 months ago
  46. 0bb65ef Clean up build.gradle warnings in data binding integration tests by David Herman · 4 years, 9 months ago
  47. 197b999 Cleanup TestApp build.gradle warnings by David Herman · 4 years, 9 months ago
  48. 26a3ec2 Support <include> inside <merge> for view binding by Jake Wharton · 4 years, 9 months ago
  49. 4ae5639 Fix generic discovery when xml does not have it by Yigit Boyar · 4 years, 9 months ago
  50. 0a16c82 Bind included layouts by Jake Wharton · 4 years, 9 months ago
  51. fa7a654 Clean up: Remove workaround for Jetifier bug. by Hung Nguyen · 4 years, 9 months ago
  52. 6aa6469 Allow setters/adapters in <include tags for binding by Yigit Boyar · 4 years, 9 months ago
  53. 2e17092 Update to Jetifier 1.0.0-beta06 (tools/data-binding). by Hung Nguyen · 5 years ago
  54. 76de670 Add dependency on Objenesis after commit 4964270 by Dana Dahlstrom · 4 years, 9 months ago
  55. f1f7ef6 Third attempt: Fix thread safety issue in LibTypes class. by Hung Nguyen · 4 years, 10 months ago
  56. a49e982 Use covariant return type for root view by Jake Wharton · 4 years, 9 months ago
  57. 69a25ec Support merge layouts in view binding by Jake Wharton · 4 years, 10 months ago
  58. 48a63f4 Remove positional parameters from script by Dana Dahlstrom · 4 years, 10 months ago
  59. 5cd4306 Remove deprecated androidx dependencies by parentej · 4 years, 10 months ago
  60. b0e9b9c Update to bazel 0.28.1 by Joe Baker-Malone · 5 years ago
  61. 562e8ba Add tests for Robolectric support in library modules. by Hung Nguyen · 5 years ago
  62. ffaa00d Add tools attribute for ignoring a layout in view binding processing by Jake Wharton · 4 years, 11 months ago
  63. cf61ce8 Support nested view types by Jake Wharton · 5 years ago
  64. 23c84ab Ensure BR files have consistent output by Yigit Boyar · 5 years ago
  65. c43f250 Guard against null root in empty binding, add integration tests by Jake Wharton · 5 years ago
  66. a30316b Make databinding runtime depend on viewbinding by Jake Wharton · 5 years ago
  67. 1cc3875 Generate layout info for all source layouts by Jake Wharton · 5 years ago
  68. 7576140 Start code generation tests for view and data binding by Jake Wharton · 5 years ago
  69. 53e4c99 Update to JavaPoet 1.10.0 by Jake Wharton · 5 years ago
  70. 72cb0c5 Fixes to put view binding in a working state by Jake Wharton · 5 years ago
  71. 91456a9 Add view binding runtime library by Jake Wharton · 5 years ago
  72. 330b6a0 Add build flag for view binding, parse all layouts by Jake Wharton · 5 years ago
  73. 5c5ac9f Re-introduce ViewBinding constructor w/ DataBindingComponent by Yigit Boyar · 5 years ago
  74. 3d1ae11 Change fallback value in data binding error message by David Herman · 5 years ago
  75. 88d25db Inline bindingTarget.getAsSimplifiedXmlTag by David Herman · 5 years ago
  76. 06f74d0 Detect duplicate ids in layouts by Yigit Boyar · 5 years ago
  77. c3f9f8f Clean up some warnings by Jake Wharton · 5 years ago
  78. 1b71662 Make LayoutXmlProcessor methods static by Jake Wharton · 5 years ago
  79. 56952d4 Rename declaredFields/declaredMethods to allFields/allMethods by Kainan Wang · 5 years ago
  80. 98f57b1 Revert to outputting absolute paths (tools/data-binding). by David Herman · 5 years ago
  81. 7cb3052 Minimize impact of exception-handling code for missing views by Jake Wharton · 5 years ago
  82. 6a50e03 [Clean up] Improve RelativizableFileTest. by Hung Nguyen · 5 years ago
  83. 8df0c8a Don't compute relative paths for out-of-project resources. by Hung Nguyen · 5 years ago
  84. bf343f5 Render the present/absent configurations of optional views in Javadoc by Jake Wharton · 5 years ago
  85. 9b193aa Update BUILD rules after Change Ibaa11327 by Dana Dahlstrom · 5 years ago
  86. e66abac Initial implementation of view binding source generation by Jake Wharton · 5 years ago
  87. 8977f49 Implement resource reference parser which returns more than name by Jake Wharton · 5 years ago
  88. 7167fd2 Jetifier: Update to Jetifier 1.0.0-beta04 in data-binding. by Hung Nguyen · 5 years ago
  89. a1a1692 Add some JavaPoet Kotlin helpers by Jake Wharton · 5 years ago
  90. 5a39490 Add writeToFile(JavaFile) convenience method by Jake Wharton · 5 years ago
  91. b65fd7d Small tweaks to JavaPoet code by Jake Wharton · 5 years ago
  92. cc4de8c Tag tests for coverage runs by Eric Reed · 5 years ago
  93. 5d3c609 Don't use switch-case statements for resource IDs by Izabela Orlowska · 5 years ago
  94. 1edf910 Fix thread safety issue in data binding LibTypes. by Hung Nguyen · 5 years ago
  95. 107ade2 NPE check for error reporting by Yigit Boyar · 5 years ago
  96. dc2bb23 Update error log to use the improved error message by David Herman · 5 years ago
  97. d7315f5 Write relative path in layout info file (tools/databinding). by Hung Nguyen · 5 years ago
  98. 7d86bdb Skip over generated code when creating BR constants by David Herman · 5 years ago
  99. f16d39a Comply with renaming by commit d265386 by Dana Dahlstrom · 5 years ago
  100. 2ef6783 Fix "Cannot find symbol ...<E>" error in generic parameters by David Herman · 5 years ago