Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Require only one pass to make BR.java file. | George Mount | 2015-03-30 | 5 | -24/+78 | |
| * | | | | | | Address comments on LeakTest. | George Mount | 2015-03-27 | 1 | -1/+5 | |
| * | | | | | | Make ViewStub support binding variables like include. | George Mount | 2015-03-27 | 12 | -40/+397 | |
| * | | | | | | Move to public final fields instead of getters for Views. | George Mount | 2015-03-26 | 41 | -211/+257 | |
| * | | | | | | Don't execute binding when the root view is detached. | George Mount | 2015-03-26 | 3 | -2/+189 | |
| * | | | | | | Fix integration tests that were broken after package renaming | Yigit Boyar | 2015-03-25 | 16 | -11/+170 | |
| * | | | | | | Move to package android.databinding. | George Mount | 2015-03-23 | 297 | -3020/+962 | |
| * | | | | | | Created command line method to be invoked by make. | George Mount | 2015-03-20 | 1 | -0/+249 | |
| * | | | | | | Move common parts of AnnotationAnalyzer methods to ModelAnalyzer. | George Mount | 2015-03-19 | 21 | -698/+905 | |
| * | | | | | | Support for multi module setups | Yigit Boyar | 2015-03-19 | 130 | -658/+3477 | |
| * | | | | | | Use abstract base class instead of interfaces for Binding objects. | George Mount | 2015-03-17 | 62 | -506/+531 | |
| * | | | | | | Move configuration values into a config file | Yigit Boyar | 2015-03-13 | 10 | -43/+51 | |
| * | | | | | | Restructure project for test apps | Yigit Boyar | 2015-03-12 | 147 | -94/+439 | |
| * | | | | | | Merge "Add a unit test to the sample project." | Michal Bendowski | 2015-03-12 | 3 | -1/+43 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add a unit test to the sample project. | Michal Bendowski | 2015-03-12 | 3 | -1/+43 | |
| * | | | | | | | Downgrade to java 1.6 | Yigit Boyar | 2015-03-12 | 34 | -181/+344 | |
| |/ / / / / / | ||||||
| * | | | | | | Check API version for methods called via binding | Yigit Boyar | 2015-03-11 | 40 | -257/+1781 | |
| * | | | | | | Support bracket expressions for SparseArray. | George Mount | 2015-03-04 | 5 | -16/+165 | |
| * | | | | | | Don't require IDs for most bound views. | George Mount | 2015-03-04 | 14 | -34/+335 | |
| * | | | | | | Fix gradle plugin | Yigit Boyar | 2015-03-03 | 1 | -3/+0 | |
| * | | | | | | Move expression parsing to Annotation Processing stage. | George Mount | 2015-03-02 | 21 | -486/+734 | |
| * | | | | | | Add fraction resource parameters. | George Mount | 2015-02-23 | 4 | -1/+71 | |
| * | | | | | | Add quantity and format string easy formats. | George Mount | 2015-02-23 | 17 | -614/+867 | |
| * | | | | | | Added support for imports in type checking. | George Mount | 2015-02-20 | 19 | -64/+135 | |
| * | | | | | | Fix broken static import with alias. | George Mount | 2015-02-19 | 11 | -82/+85 | |
| * | | | | | | Support static method and field access and improve method finding. | George Mount | 2015-02-19 | 14 | -73/+375 | |
| * | | | | | | Support casting operation in binding expressions. | George Mount | 2015-02-18 | 10 | -32/+204 | |
| * | | | | | | Removed reflection-based implementations and renamed classes. | George Mount | 2015-02-17 | 41 | -1780/+1039 | |
| * | | | | | | Move expression generation to annotation processor. | George Mount | 2015-02-17 | 26 | -123/+1127 | |
| * | | | | | | Allow chef to be created from bundle | Yigit Boyar | 2015-02-11 | 6 | -94/+120 | |
| * | | | | | | Separate resource parser | Yigit Boyar | 2015-02-11 | 14 | -611/+887 | |
| * | | | | | | Prepare ClassAnalyzer to be replaced by other implementations. | George Mount | 2015-02-11 | 35 | -374/+938 | |
| * | | | | | | Fix how we handle non-bindable fields in Observable objects | Yigit Boyar | 2015-02-10 | 8 | -40/+177 | |
| * | | | | | | Added support for Observable fields. | George Mount | 2015-02-10 | 27 | -241/+819 | |
| * | | | | | | Check for final observable fields | Yigit Boyar | 2015-02-06 | 3 | -2/+8 | |
| * | | | | | | Test now really breaks. | George Mount | 2015-02-06 | 2 | -6/+1 | |
| * | | | | | | Fixed unit test | Yigit Boyar | 2015-02-06 | 2 | -3/+4 | |
| * | | | | | | Made new breaking test. | George Mount | 2015-02-06 | 3 | -0/+109 | |
| * | | | | | | added test for binding to a final field | Yigit Boyar | 2015-02-06 | 4 | -0/+88 | |
| * | | | | | | Made expressions prefix with "@" | George Mount | 2015-02-04 | 37 | -160/+335 | |
| * | | | | | | Added tests for BindingAdapters | George Mount | 2015-02-04 | 73 | -254/+2840 | |
| * | | | | | | Support for layout files in multiple resource folders | Yigit Boyar | 2015-02-03 | 26 | -165/+640 | |
| * | | | | | | Support include tags as inner binders | Yigit Boyar | 2015-01-30 | 11 | -12/+199 | |
| * | | | | | | Made SetterStore serialization upgradable. | George Mount | 2015-01-30 | 1 | -116/+44 | |
| * | | | | | | Made ProcessBindable read intermediate files from class path. | George Mount | 2015-01-29 | 5 | -13/+100 | |
| * | | | | | | Added tests for ViewBindingAdapter. | George Mount | 2015-01-29 | 10 | -5/+588 | |
| * | | | | | | Add more tests. | George Mount | 2015-01-28 | 4 | -26/+553 | |
| * | | | | | | Moved classes from library to baseLibrary | George Mount | 2015-01-27 | 28 | -72/+513 | |
| * | | | | | | fix genereated code folder | Yigit Boyar | 2015-01-27 | 1 | -6/+9 | |
| * | | | | | | more integration tests | Yigit Boyar | 2015-01-27 | 12 | -85/+335 |