summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+5
* Merge "remove data-binding from base/tools. it should not be here since it de...Qiwen Zhao2015-04-11438-34707/+0
|\
| * remove data-binding from base/tools. it should not be here since it depends o...Qiwen Zhao2015-04-10438-34707/+0
* | Merge "AAPT2: Create Makefile"Adam Lesinski2015-04-112-4/+122
|\ \ | |/ |/|
| * AAPT2: Create MakefileAdam Lesinski2015-04-102-4/+122
* | Merge "AAPT2: Adding basic binding support"Adam Lesinski2015-04-1012-21/+540
|\ \ | |/
| * AAPT2: Adding basic binding supportAdam Lesinski2015-04-1012-21/+540
* | Relax apilint FW1 error to a warningAdam Powell2015-04-101-1/+1
|/
* Merge "Add PNG and 9-patch support"Adam Lesinski2015-04-108-719/+1792
|\
| * Add PNG and 9-patch supportAdam Lesinski2015-04-098-719/+1792
* | am 106f83ee: am 4cead39a: am 1be312df: Merge "Re-enable -Wall and -Werror tha...Colin Cross2015-04-094-5/+2
|\ \
| * \ am 1be312df: Merge "Re-enable -Wall and -Werror that were lost in a merge"Colin Cross2015-04-094-5/+2
| |\ \
| | * \ Merge "Re-enable -Wall and -Werror that were lost in a merge"Colin Cross2015-04-094-5/+2
| | |\ \
| | | * | Re-enable -Wall and -Werror that were lost in a mergeColin Cross2015-04-084-5/+2
* | | | | Merge KDataBinder/ from platform/vendor/google/prototypes/data-binding to too...Qiwen Zhao2015-04-08438-0/+34707
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix merge error.George Mount2015-04-071-1/+1
| * | | | Use layout path for the tag on bound layout roots.George Mount2015-04-076-27/+14
| * | | | Fix ternary handling and generate better codeYigit Boyar2015-04-065-37/+164
| * | | | Fix bugs related to how we handle Ternary opsYigit Boyar2015-04-0310-58/+224
| * | | | Change "generated" to "databinding"George Mount2015-04-0252-60/+60
| * | | | Use setTag(id, val) when minSdk is ICS and later.George Mount2015-04-026-10/+34
| * | | | Address comment in CLGeorge Mount2015-04-021-7/+1
| * | | | Don't use reflection for DataBinderMapper.George Mount2015-04-025-23/+22
| * | | | Capture views with IDs and no expressions in Binding.George Mount2015-04-025-20/+76
| * | | | Merge "Merge implementation into base class for single implementations."George Mount2015-04-016-75/+123
| |\ \ \ \
| | * | | | Merge implementation into base class for single implementations.George Mount2015-03-316-75/+123
| * | | | | Fix license on expression grammar.George Mount2015-03-311-3/+24
| |/ / / /
| * | | | 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