1. 24bec1c Localize Maven by Yigit Boyar · 9 years ago
  2. e4cd388 Support dependency injection. by George Mount · 9 years ago
  3. aafbe5a Add errors for layout files in different configs by Yigit Boyar · 9 years ago
  4. 4df4ba3 Data binding startup improvement by Yigit Boyar · 9 years ago
  5. 1b506ae Merge "Fix bug preventing use of android IDs for Views." into mnc-dev by George Mount · 9 years ago
  6. fdfbbcd Fix bug preventing use of android IDs for Views. by George Mount · 9 years ago
  7. 8d89ffb Fix precedence of chained ternary operation. by George Mount · 9 years ago
  8. c1560e6 Carry over location information from parser to annotation processor by Yigit Boyar · 9 years ago
  9. 716ba89 Support calling listener methods without interfaces. by George Mount · 9 years ago
  10. d37b474 Make observables parcelable by Yigit Boyar · 9 years ago
  11. 2ac58b3 Fix bug where parent of include not being tagged. by George Mount · 9 years ago
  12. 20c7182 Support old values in binding adapters. by George Mount · 9 years ago
  13. 5d22cc0 Merge "Remove fragment data binding." into mnc-dev by George Mount · 9 years ago
  14. d6527ee Remove fragment data binding. by George Mount · 9 years ago
  15. 0d6e2b8 Fix public field resolution by Yigit Boyar · 9 years ago
  16. 2f64c44 Request a rebind when invalidateAll is called by Yigit Boyar · 9 years ago
  17. 0792cfc Merge "Improve static method / field handling" into mnc-dev by Yigit Boyar · 9 years ago
  18. ec2f389 Improve static method / field handling by Yigit Boyar · 9 years ago
  19. 4d49794 Support data binding for fragments. by George Mount · 9 years ago
  20. c4a07bd Only create case statements for Bindable attributes. by George Mount · 9 years ago
  21. 081ec22 Fix inflate() to support attachToRoot = true by George Mount · 9 years ago
  22. b135633 Merge projects for an easier release by Yigit Boyar · 9 years ago
  23. 722fe71 Observable* listeners should be callbacks. by George Mount · 9 years ago
  24. 75da807 Handle spaces in file paths by Yigit Boyar · 9 years ago
  25. 65bf08e Fix IllegalStateException during ObservableArray notification. by George Mount · 9 years ago
  26. c968477 Fix String.format expression. by George Mount · 9 years ago
  27. 0ba9cf9 Merge "Properly handle constant binding expressions" by Yigit Boyar · 9 years ago
  28. 8533f27 Properly handle constant binding expressions by Yigit Boyar · 9 years ago
  29. b9e4aa9 Better handling of generics in BindingAdapters by George Mount · 9 years ago
  30. 9399cb4 Configure dependencies using the plugin by Yigit Boyar · 9 years ago
  31. 91d5384 Fix generic setter on generic View. by George Mount · 9 years ago
  32. edcbb02 Merge "Use only values for @BindingAdapter." by George Mount · 9 years ago
  33. f6e8d65 Merge "Generate Binding class when <layout> exists." by George Mount · 9 years ago
  34. d5eacf2 Fix unit test broken due to merge. by George Mount · 9 years ago
  35. 3a756d5 Merge "Support default = value from binding expression." by George Mount · 9 years ago
  36. 07cb82f Merge "Revert "Revert "Use a handler for main thread runnables""" by Yigit Boyar · 9 years ago
  37. 1968106 Support default = value from binding expression. by George Mount · 9 years ago
  38. 3f73e31 Revert "Revert "Use a handler for main thread runnables"" by Yigit Boyar · 9 years ago
  39. 10960eb Use only values for @BindingAdapter. by George Mount · 9 years ago
  40. 76c4a0c Merge "Don't strip bind: attributes without expressions." by George Mount · 9 years ago
  41. 4eb9607 Generate Binding class when <layout> exists. by George Mount · 9 years ago
  42. 7abd815 Merge "Revert "Use a handler for main thread runnables"" by George Mount · 9 years ago
  43. 610fd53 Revert "Use a handler for main thread runnables" by George Mount · 9 years ago
  44. 04c34b5 Merge "Use a handler for main thread runnables" by Yigit Boyar · 9 years ago
  45. 55ee815 Use a handler for main thread runnables by Yigit Boyar · 9 years ago
  46. a520ca4 Don't strip bind: attributes without expressions. by George Mount · 9 years ago
  47. cc0e609 More forgiving values for android:src attribute. by George Mount · 9 years ago
  48. 3a991cd Merge "Support multi-param adapters in code generation" by Yigit Boyar · 9 years ago
  49. e9b33ba Support multi-param adapters in code generation by Yigit Boyar · 9 years ago
  50. 8152eb8 Add test for adapters with custom namespace and only 1 parameter by Yigit Boyar · 9 years ago
  51. 6a5e8f4 Add setContentView to DataBindingUtil. by George Mount · 9 years ago
  52. ed64285 Add static method to get ViewDataBinding for a View. by George Mount · 9 years ago
  53. 9bdb241 Change from using Context to LayoutInflater for inflate() by George Mount · 9 years ago
  54. e725f0d Add listener to notify and disable rebinding. by George Mount · 9 years ago
  55. d33691a Support using aliased classes as outer classes. by George Mount · 9 years ago
  56. d7adbda Fix merge failure. by George Mount · 9 years ago
  57. 11e3c78 Merge changes If9ddfd09,I310535e6 by George Mount · 9 years ago
  58. 8ec9696 Support array length. by George Mount · 9 years ago
  59. c6bcb7b Added some missing expressions. by George Mount · 9 years ago
  60. 019c36b Fix how final fields are handled by Yigit Boyar · 9 years ago
  61. 3b8fedc Parse and strip new layout format. by George Mount · 9 years ago
  62. 96e1c82 Support merge tags. by George Mount · 9 years ago
  63. 29eed96 Fix test breaks. by George Mount · 9 years ago
  64. 86558cb Bindable properties must only be on Observables. by George Mount · 9 years ago
  65. d8c8ec2 Fix ternary handling and generate better code by Yigit Boyar · 9 years ago
  66. 74f72d7 Fix bugs related to how we handle Ternary ops by Yigit Boyar · 9 years ago
  67. 2e2043d Change "generated" to "databinding" by George Mount · 9 years ago
  68. 95d1b38 Capture views with IDs and no expressions in Binding. by George Mount · 9 years ago
  69. d653884 Address comments on LeakTest. by George Mount · 9 years ago
  70. de38dd3 Make ViewStub support binding variables like include. by George Mount · 9 years ago
  71. 34a18e6 Move to public final fields instead of getters for Views. by George Mount · 9 years ago
  72. 5914aa7 Don't execute binding when the root view is detached. by George Mount · 9 years ago
  73. 99a3d31 Fix integration tests that were broken after package renaming by Yigit Boyar · 9 years ago
  74. fead9ca Move to package android.databinding. by George Mount · 9 years ago
  75. fa9fe12 Move common parts of AnnotationAnalyzer methods to ModelAnalyzer. by George Mount · 9 years ago
  76. a6e4583 Support for multi module setups by Yigit Boyar · 9 years ago
  77. 4c5cc00 Use abstract base class instead of interfaces for Binding objects. by George Mount · 9 years ago
  78. e421e29 Move configuration values into a config file by Yigit Boyar · 9 years ago
  79. f9e51c0 Restructure project for test apps by Yigit Boyar · 9 years ago