summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Require only one pass to make BR.java file.George Mount2015-03-305-24/+78
| * | | | | | Address comments on LeakTest.George Mount2015-03-271-1/+5
| * | | | | | Make ViewStub support binding variables like include.George Mount2015-03-2712-40/+397
| * | | | | | Move to public final fields instead of getters for Views.George Mount2015-03-2641-211/+257
| * | | | | | Don't execute binding when the root view is detached.George Mount2015-03-263-2/+189
| * | | | | | Fix integration tests that were broken after package renamingYigit Boyar2015-03-2516-11/+170
| * | | | | | Move to package android.databinding.George Mount2015-03-23297-3020/+962
| * | | | | | Created command line method to be invoked by make.George Mount2015-03-201-0/+249
| * | | | | | Move common parts of AnnotationAnalyzer methods to ModelAnalyzer.George Mount2015-03-1921-698/+905
| * | | | | | Support for multi module setupsYigit Boyar2015-03-19130-658/+3477
| * | | | | | Use abstract base class instead of interfaces for Binding objects.George Mount2015-03-1762-506/+531
| * | | | | | Move configuration values into a config fileYigit Boyar2015-03-1310-43/+51
| * | | | | | Restructure project for test appsYigit Boyar2015-03-12147-94/+439
| * | | | | | Merge "Add a unit test to the sample project."Michal Bendowski2015-03-123-1/+43
| |\ \ \ \ \ \
| | * | | | | | Add a unit test to the sample project.Michal Bendowski2015-03-123-1/+43
| * | | | | | | Downgrade to java 1.6Yigit Boyar2015-03-1234-181/+344
| |/ / / / / /
| * | | | | | Check API version for methods called via bindingYigit Boyar2015-03-1140-257/+1781
| * | | | | | Support bracket expressions for SparseArray.George Mount2015-03-045-16/+165
| * | | | | | Don't require IDs for most bound views.George Mount2015-03-0414-34/+335
| * | | | | | Fix gradle pluginYigit Boyar2015-03-031-3/+0
| * | | | | | Move expression parsing to Annotation Processing stage.George Mount2015-03-0221-486/+734
| * | | | | | Add fraction resource parameters.George Mount2015-02-234-1/+71
| * | | | | | Add quantity and format string easy formats.George Mount2015-02-2317-614/+867
| * | | | | | Added support for imports in type checking.George Mount2015-02-2019-64/+135
| * | | | | | Fix broken static import with alias.George Mount2015-02-1911-82/+85
| * | | | | | Support static method and field access and improve method finding.George Mount2015-02-1914-73/+375
| * | | | | | Support casting operation in binding expressions.George Mount2015-02-1810-32/+204
| * | | | | | Removed reflection-based implementations and renamed classes.George Mount2015-02-1741-1780/+1039
| * | | | | | Move expression generation to annotation processor.George Mount2015-02-1726-123/+1127
| * | | | | | Allow chef to be created from bundleYigit Boyar2015-02-116-94/+120
| * | | | | | Separate resource parserYigit Boyar2015-02-1114-611/+887
| * | | | | | Prepare ClassAnalyzer to be replaced by other implementations.George Mount2015-02-1135-374/+938
| * | | | | | Fix how we handle non-bindable fields in Observable objectsYigit Boyar2015-02-108-40/+177
| * | | | | | Added support for Observable fields.George Mount2015-02-1027-241/+819
| * | | | | | Check for final observable fieldsYigit Boyar2015-02-063-2/+8
| * | | | | | Test now really breaks.George Mount2015-02-062-6/+1
| * | | | | | Fixed unit testYigit Boyar2015-02-062-3/+4
| * | | | | | Made new breaking test.George Mount2015-02-063-0/+109
| * | | | | | added test for binding to a final fieldYigit Boyar2015-02-064-0/+88
| * | | | | | Made expressions prefix with "@"George Mount2015-02-0437-160/+335
| * | | | | | Added tests for BindingAdaptersGeorge Mount2015-02-0473-254/+2840
| * | | | | | Support for layout files in multiple resource foldersYigit Boyar2015-02-0326-165/+640
| * | | | | | Support include tags as inner bindersYigit Boyar2015-01-3011-12/+199
| * | | | | | Made SetterStore serialization upgradable.George Mount2015-01-301-116/+44
| * | | | | | Made ProcessBindable read intermediate files from class path.George Mount2015-01-295-13/+100
| * | | | | | Added tests for ViewBindingAdapter.George Mount2015-01-2910-5/+588
| * | | | | | Add more tests.George Mount2015-01-284-26/+553
| * | | | | | Moved classes from library to baseLibraryGeorge Mount2015-01-2728-72/+513
| * | | | | | fix genereated code folderYigit Boyar2015-01-271-6/+9
| * | | | | | more integration testsYigit Boyar2015-01-2712-85/+335