aboutsummaryrefslogtreecommitdiff
path: root/gradle/src
AgeCommit message (Expand)Author
2013-01-04Fix wrong name on property due to multi-project change.Xavier Ducrohet
2013-01-04Move BuildTypeDsl out of BuildTypeFactory to workaround some groovy bug.Xavier Ducrohet
2013-01-04Add options to the test reporting.Xavier Ducrohet
2013-01-04Refactor some class from internal in subpackages.Xavier Ducrohet
2013-01-03Improve on-device test result reporting.Xavier Ducrohet
2013-01-02Add crunch support to the ResourceManager.Xavier Ducrohet
2012-12-21Add task on gradle plugin to run android tests on a device.Xavier Ducrohet
2012-12-21Fix build tests under Windows.Raphael Moll
2012-12-21Keystore objects.Scott Barta
2012-12-20Prepare support for device tests.Xavier Ducrohet
2012-12-20Fix some things found by static analysis.Xavier Ducrohet
2012-12-20Fix misc issues from the 2 previous changes.Xavier Ducrohet
2012-12-19Incremental resource merger support.Xavier Ducrohet
2012-12-11Merge "Add support for multiple res folders in all source sets."Xavier Ducrohet
2012-12-11Add support for multiple res folders in all source sets.Xavier Ducrohet
2012-12-11Merge "Adds versionNameSuffix to build type"Scott Barta
2012-12-11Adds versionNameSuffix to build typeScott Barta
2012-12-11Move to Gradle 1.3Xavier Ducrohet
2012-12-10Merge "Use the ResourceMerger to handle overlay."Xavier Ducrohet
2012-12-10Use the ResourceMerger to handle overlay.Xavier Ducrohet
2012-12-10Allow using ANDROID_HOME to point to SDK when running gradle check.Xavier Ducrohet
2012-12-07Two simple test projects to detect overlay issues.Xavier Ducrohet
2012-11-12Move test projects into integration-testXavier Ducrohet
2012-11-12Add test project for api in library projects.Xavier Ducrohet
2012-11-12Add test that builds all the test projects.Xavier Ducrohet
2012-11-09Continue support for build variant API.Xavier Ducrohet
2012-10-24Add API to query build variants.Xavier Ducrohet
2012-10-22Add some basic test of the plugin.Xavier Ducrohet
2012-10-12Refactor the gradle plugin.Xavier Ducrohet
2012-10-12Fix issue from last refactoring.Xavier Ducrohet
2012-10-12Minor refactoring.Xavier Ducrohet
2012-10-11Massive changes related to DSL and task inputs.Xavier Ducrohet
2012-10-10Change the bundled library extenstion to aar.Xavier Ducrohet
2012-10-09Update DependencyChecker to run in the per-variant prepare task.Xavier Ducrohet
2012-10-09Merge "Add support for --core-library option for dx."Xavier Ducrohet
2012-10-08Add local jars to the dependencies.Xavier Ducrohet
2012-10-08Change android source set to match the default foldersXavier Ducrohet
2012-10-08Per-lib prepare task.Xavier Ducrohet
2012-10-05Support compile config for flavors and build types.Xavier Ducrohet
2012-10-04Use custom SourceSet instead of default Java ones.Xavier Ducrohet
2012-10-03Refactoring of the plugin/extension classesXavier Ducrohet
2012-09-28Better detection of dependency conflicts.Xavier Ducrohet
2012-09-26Only package libraries that have been processed.Xavier Ducrohet
2012-09-26Generate smaller R classes for libraries.Xavier Ducrohet
2012-09-26Check version of android.jar coming from repositories.Xavier Ducrohet
2012-09-26Exclude any part of the Android API from the dependency graph.Adam Murdoch
2012-09-26Reworked dependency graph traversalAdam Murdoch
2012-09-26Upgraded to use Gradle 1.2.Adam Murdoch
2012-09-24Add support for --core-library option for dx.Xavier Ducrohet
2012-09-24Make local.properties belong to rootDir.Xavier Ducrohet