| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "Update SDK lint to the 2.0 release version" into emu-2.0-releaseemu-2.0-release | Vince Harron | 2016-03-30 | 278 | -2894/+23236 |
| |\ |
|
| | * | Update SDK lint to the 2.0 release version | Tor Norbye | 2016-03-30 | 278 | -2894/+23236 |
| |/ |
|
| * | Merge "Adds a timeline data method to save speed samples." into studio-1.4-devemu-1.5-release | Yuxin Yu | 2015-08-19 | 2 | -3/+170 |
| |\ |
|
| | * | Adds a timeline data method to save speed samples. | Yusheen Yu | 2015-08-18 | 2 | -3/+170 |
| * | | Merge "Throwing InterruptedException instead of catching it in read." into st... | Chester Hsieh | 2015-08-18 | 1 | -31/+37 |
| |\ \ |
|
| | * | | Throwing InterruptedException instead of catching it in read. | Chester Hsieh | 2015-08-17 | 1 | -31/+37 |
| * | | | Merge "Re-enable incremental markers for integration testing." into studio-1.... | Michal Bendowski | 2015-08-12 | 6 | -2/+52 |
| |\ \ \ |
|
| | * | | | Re-enable incremental markers for integration testing. | Michal Bendowski | 2015-08-05 | 6 | -2/+52 |
| * | | | | Merge "API change to expose device API getter." into studio-1.4-dev | Chester Hsieh | 2015-08-11 | 2 | -6/+17 |
| |\ \ \ \ |
|
| | * | | | | API change to expose device API getter. | Chester Hsieh | 2015-07-29 | 2 | -6/+17 |
| * | | | | | Merge "Tweak addr2line fix." into studio-1.4-dev | Christopher Ferris | 2015-08-11 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Tweak addr2line fix. | Christopher Ferris | 2015-08-11 | 1 | -1/+1 |
| * | | | | | | Merge "181805: Lint false positive about "fullBackupContent"." into studio-1.... | Tor Norbye | 2015-08-11 | 2 | -17/+150 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | 181805: Lint false positive about "fullBackupContent". | Tor Norbye | 2015-08-10 | 2 | -17/+150 |
| |/ / / / / / |
|
| * | | | | | | Merge "Ensure that all GMS libraries use the exact same versions (b/22709708)... | Tor Norbye | 2015-08-11 | 3 | -12/+212 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Ensure that all GMS libraries use the exact same versions (b/22709708) | Tor Norbye | 2015-08-05 | 3 | -12/+212 |
| * | | | | | | | Merge "Remove variant name from AndroidReportTask." into studio-1.4-dev | Chris Warrington | 2015-08-10 | 3 | -3/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Remove variant name from AndroidReportTask. | Chris Warrington | 2015-07-31 | 3 | -3/+3 |
| | | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | | Merge "Fix NPE if the reference is null in findResValue" into studio-1.4-dev | Diego Perez | 2015-08-10 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| | * | | | | | | Fix NPE if the reference is null in findResValue | Diego Perez | 2015-08-03 | 1 | -1/+1 |
| | |/ / / / / |
|
| * | | | | | | Merge "Move thread pool configuration to AndroidGradleOptions." into studio-1... | Michal Bendowski | 2015-08-07 | 2 | -9/+30 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Move thread pool configuration to AndroidGradleOptions. | Michal Bendowski | 2015-08-04 | 2 | -9/+30 |
| * | | | | | | | Merge "Lint: allow <vector> drawable with Gradle 1.4+" into studio-1.4-dev | Michal Bendowski | 2015-08-07 | 2 | -5/+52 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Lint: allow <vector> drawable with Gradle 1.4+ | Michal Bendowski | 2015-08-07 | 2 | -5/+52 |
| |/ / / / / / / |
|
| * | | | | | | | Merge "Fix tests for IDBytes being private now." into studio-1.4-dev | Ian Cottrell | 2015-08-07 | 4 | -3/+7 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Fix tests for IDBytes being private now. | Ian Cottrell | 2015-08-07 | 4 | -3/+7 |
| |/ / / / / / / |
|
| * | | | | | | | Merge changes I3a1d9ecb,I4a0d33bc,I7e901ced,I2d5c6791,Ida40cc68, ... into stu... | Ian Cottrell | 2015-08-07 | 63 | -368/+4300 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Add the Box class and have all the box types implement it. | Ian Cottrell | 2015-08-07 | 27 | -2/+152 |
| | * | | | | | | | Make the AnyType extend and stub implement schema.Type | Ian Cottrell | 2015-08-07 | 1 | -1/+13 |
| | * | | | | | | | Add the schema.Type, and make all the schema type objects extend and stub imp... | Ian Cottrell | 2015-08-07 | 10 | -8/+198 |
| | * | | | | | | | Kill Call and Result types and just use BinaryObject | Ian Cottrell | 2015-08-07 | 3 | -53/+4 |
| | * | | | | | | | Update the binary package to the new encoding scheme, with objects, variants,... | Ian Cottrell | 2015-08-07 | 12 | -297/+164 |
| | * | | | | | | | Chain the factories together | Ian Cottrell | 2015-08-07 | 1 | -0/+2 |
| | * | | | | | | | Add constants for gfx editor plugin. | Ian Cottrell | 2015-08-07 | 1 | -0/+4 |
| | * | | | | | | | Delete old generated code, and run new generator. | Ian Cottrell | 2015-08-07 | 47 | -73/+3829 |
| | | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | | Merge "Tune up the threshold for image difference, enable more tests" into st... | Tenghui Zhu | 2015-08-06 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Tune up the threshold for image difference, enable more tests | ztenghui | 2015-08-05 | 1 | -8/+8 |
| | |/ / / / / / |
|
| * | | | | | | | Merge "Split variantScope into interface + class." into studio-1.4-dev | Xavier Ducrohet | 2015-08-06 | 11 | -562/+981 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Split variantScope into interface + class. | Xavier Ducrohet | 2015-08-06 | 11 | -562/+981 |
| |/ / / / / / |
|
| * | | | | | | Merge "Fix golden image generation for VectorDrawable test" into studio-1.4-dev | Tenghui Zhu | 2015-08-05 | 1 | -5/+5 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | Fix golden image generation for VectorDrawable test | ztenghui | 2015-08-04 | 1 | -5/+5 |
| | |/ / / / |
|
| * | | | | | Merge "Handle multi-flavor and per-variant java resources." into studio-1.4-dev | Michal Bendowski | 2015-08-05 | 2 | -74/+88 |
| |\ \ \ \ \ |
|
| | * | | | | | Handle multi-flavor and per-variant java resources. | Michal Bendowski | 2015-08-05 | 2 | -74/+88 |
| |/ / / / / |
|
| * | | | | | Merge "Don't regenerate the same mockable jar for different modules." into st... | Michal Bendowski | 2015-08-05 | 2 | -3/+17 |
| |\ \ \ \ \ |
|
| | * | | | | | Don't regenerate the same mockable jar for different modules. | Michal Bendowski | 2015-08-05 | 2 | -3/+17 |
| |/ / / / / |
|
| * | | | | | Merge "Resurrect recycler view adapter feature constant." into studio-1.4-dev | Deepanshu Gupta | 2015-08-04 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Resurrect recycler view adapter feature constant. | Deepanshu Gupta | 2015-07-23 | 1 | -1/+1 |
| * | | | | | | Merge "Support unit test for new plugin" into studio-1.4-dev | Raymond Chiu | 2015-08-04 | 13 | -189/+462 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | Support unit test for new plugin | Raymond Chiu | 2015-08-04 | 13 | -189/+462 |
| * | | | | | | Merge "Improve error messages related to signing." into studio-1.4-dev | Michal Bendowski | 2015-08-04 | 3 | -21/+35 |
| |\ \ \ \ \ \ |
|