Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
| * | | | | | | Project renaming | George Mount | 2015-01-27 | 48 | -13/+334 | |
| * | | | | | | Lazy load classes for SetterStore. | George Mount | 2015-01-27 | 1 | -102/+41 | |
| * | | | | | | Merge "properly handle expressions which are static." | Yigit Boyar | 2015-01-27 | 35 | -148/+643 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | properly handle expressions which are static. | Yigit Boyar | 2015-01-26 | 35 | -148/+643 | |
| * | | | | | | | Fixed and added test for the expression parser. | George Mount | 2015-01-26 | 10 | -800/+828 | |
| |/ / / / / / | ||||||
| * | | | | | | Add observable collections | George Mount | 2015-01-26 | 19 | -86/+875 | |
| * | | | | | | Add resource support in binding expression. | George Mount | 2015-01-22 | 8 | -28/+210 | |
| * | | | | | | fixed tests | Yigit Boyar | 2015-01-21 | 6 | -7/+8 | |
| * | | | | | | Cleanup previous layout generators. | Yigit Boyar | 2015-01-21 | 49 | -1827/+289 | |
| * | | | | | | WIP Moved models to Java, refactored expressions to have proper dependencies,... | Yigit Boyar | 2015-01-21 | 44 | -53/+4822 |