summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add support for disabling display scaling for development."Jeff Brown2015-04-161-0/+4
|\
| * Add support for disabling display scaling for development.Jeff Brown2015-04-151-0/+4
* | resolved conflicts for merge of 186fe7b1 to masterDeepanshu Gupta2015-04-1617-163/+223
|\ \
| * \ am 1f3c7f3f: am f18ceefc: am cd6e00c6: Merge changes from topic \'layoutlib-a...Deepanshu Gupta2015-04-1618-164/+224
| |\ \
| | * \ am f18ceefc: am cd6e00c6: Merge changes from topic \'layoutlib-api-15\' into ...Deepanshu Gupta2015-04-1618-164/+224
| | |\ \
| | | * | Update golden image for tests.Deepanshu Gupta2015-04-151-0/+0
| | | * | Update to using LayoutlibCallback.Deepanshu Gupta2015-04-1517-154/+190
| | | * | Remove implementation of deprecated method.Deepanshu Gupta2015-04-152-7/+3
| | | * | Add @empty support.Deepanshu Gupta2015-04-151-3/+31
* | | | | Fix up the command line, add flags.Adam Lesinski2015-04-153-14/+34
* | | | | AAPT2: Add library supportAdam Lesinski2015-04-1545-729/+4178
| |_|_|/ |/| | |
* | | | 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