1. 08517b6 Use the internal plugins and the cloned artifacts. by Xavier Ducrohet · 12 years ago
  2. 65fdc95 Fix some deprecated usage. by Xavier Ducrohet · 11 years ago
  3. 8b59fb6 Add a new sample showing the styleable issue. by Xavier Ducrohet · 12 years ago
  4. d7d7184 Fix test manifest when library updates targetSdkVersion thru DSL. by Xavier Ducrohet · 11 years ago
  5. e79a680 Add dependencies to the model. by Xavier Ducrohet · 11 years ago
  6. 0d498cc Several fixes for the test support in the model. by Xavier Ducrohet · 12 years ago
  7. 4843ac2 More updates to use the new merger API. by Xavier Ducrohet · 12 years ago
  8. 4f5ea4b Merge "Update to the new DataMerger API." by Xavier Ducrohet · 12 years ago
  9. 2f4261c Update to the new DataMerger API. by Xavier Ducrohet · 12 years ago
  10. 8fe4083 Add list of product flavors to custom model. by Xavier Ducrohet · 12 years ago
  11. b826a88 Add support for variants in the model. by Xavier Ducrohet · 12 years ago
  12. a03b680 Refactor ApplicationVariant/BuildVariant. by Xavier Ducrohet · 12 years ago
  13. 5894d6b New module for the model. by Xavier Ducrohet · 12 years ago
  14. 85d7662 Move the resource/asset merger to sdk-common by Xavier Ducrohet · 12 years ago
  15. 8a5e09f Make the Gradle plugin compatible with 1.5 by Xavier Ducrohet · 12 years ago
  16. e56f722 Use Gradle 1.5 by Xavier Ducrohet · 12 years ago
  17. 164a8f6 Add getSourceSets on extension object. by Xavier Ducrohet · 12 years ago
  18. 52630fb Add support for build-tools. by Xavier Ducrohet · 12 years ago
  19. 442aae7 Fix package renaming. by Xavier Ducrohet · 12 years ago
  20. e645f16 Minor API fixes. by Xavier Ducrohet · 12 years ago
  21. d4a065b Detect java plugin and display a nicer error message. by Xavier Ducrohet · 12 years ago
  22. ed4fa8e Refactor dependency classes in their package. by Xavier Ducrohet · 12 years ago
  23. e4bf054 Fix support for local jars in library projects. by Xavier Ducrohet · 12 years ago
  24. b2da090 Merge "Properly handle broken resource files." by Xavier Ducrohet · 12 years ago
  25. b9bc95a Properly handle broken resource files. by Xavier Ducrohet · 12 years ago
  26. d2ed6bc Tweak BuildVariant API. by Xavier Ducrohet · 12 years ago
  27. 6842e4b Misc tweak to the APIs. by Xavier Ducrohet · 12 years ago
  28. cab495f Make instrument(ation)Test more consistent everywhere. by Xavier Ducrohet · 12 years ago
  29. 042fd12 Change tests to be instrumentationTests everywhere. by Xavier Ducrohet · 12 years ago
  30. ea79d60 Make lint a reserved name. by Xavier Ducrohet · 12 years ago
  31. 925c0b5 Clean up: use constants where we should be using them. by Xavier Ducrohet · 12 years ago
  32. 4a09658 Add test exec duration to report. by Xavier Ducrohet · 12 years ago
  33. a7424ac Fix reporting to handle multi-devices. by Xavier Ducrohet · 12 years ago
  34. 219f4f7 Unlink instrumentation tests from the check task. by Xavier Ducrohet · 12 years ago
  35. 3685887 Add a test app for assets support. by Xavier Ducrohet · 12 years ago
  36. 9ebad6c Merge "Automate testing build output on devices." by Xavier Ducrohet · 12 years ago
  37. 82ba314 Merge "SDK support improvements." by Xavier Ducrohet · 12 years ago
  38. cd66cd3 SDK support improvements. by Xavier Ducrohet · 12 years ago
  39. 358e8e0 Automate testing build output on devices. by Xavier Ducrohet · 12 years ago
  40. 56b5e77 Ensure check dependsOn on 'test' for flavored builds. by Xavier Ducrohet · 12 years ago
  41. 159ad4c Merge "Add multi assets folder support + assets in libraries." by Xavier Ducrohet · 12 years ago
  42. 9df1fe7 Fix BuildTypeDsl.initWith. by Xavier Ducrohet · 12 years ago
  43. 9bd8c72 Add multi assets folder support + assets in libraries. by Xavier Ducrohet · 12 years ago
  44. fe7619f Merge "Fix generation of R class for libraries." by Xavier Ducrohet · 12 years ago
  45. 5c30423 Merge "Remove unneeded property on the rs task." by Xavier Ducrohet · 12 years ago
  46. f5e8e97 Merge "Clean dependencies of published libraries." by Xavier Ducrohet · 12 years ago
  47. 5fdd1fe Fix generation of R class for libraries. by Xavier Ducrohet · 12 years ago
  48. 3d01834 Remove unneeded property on the rs task. by Xavier Ducrohet · 12 years ago
  49. a3ef931 Merge "Update the report merger task to not depend on test." by Xavier Ducrohet · 12 years ago
  50. 8910657 Clean dependencies of published libraries. by Xavier Ducrohet · 12 years ago
  51. 94bd633 Fix renderscript compilation. by Xavier Ducrohet · 12 years ago
  52. d6e2014 Move to gradle 1.4 by Xavier Ducrohet · 12 years ago
  53. 8445f8e Update the report merger task to not depend on test. by Xavier Ducrohet · 12 years ago
  54. 0e62f55 Add version code to dependency data store. by Xavier Ducrohet · 12 years ago
  55. 1108678 Add Renderscript support. by Xavier Ducrohet · 12 years ago
  56. 8daef31 Refactor tasks. by Xavier Ducrohet · 12 years ago
  57. e64dd64 Refactor the dependency support into a base task class. by Xavier Ducrohet · 12 years ago
  58. f658da2 Update the AIDL task to the new incremental framework. by Xavier Ducrohet · 12 years ago
  59. ebecfb5 Add signing report task. by Xavier Ducrohet · 12 years ago
  60. 1de7cf7 Ensures debug keystores are created. by Xavier Ducrohet · 12 years ago
  61. 0cdaf3e Merge "Incremental support for dex" by Xavier Ducrohet · 12 years ago
  62. 6a6d836 Incremental support for dex by Scott Barta · 12 years ago
  63. 0551556 Add suppor for 1.4 by Xavier Ducrohet · 12 years ago
  64. d95ed4c Improvements to SigningConfig/BuildType initialization. by Xavier Ducrohet · 12 years ago
  65. 2a74e79 Rename the keystore API/DSL by SigningConfig. by Xavier Ducrohet · 12 years ago
  66. a5d2eee Default to Java 1.6 when building and allow customization. by Xavier Ducrohet · 12 years ago
  67. 8678e20 Fix tests after redirected buildDir. by Xavier Ducrohet · 12 years ago
  68. d35706b Merge "Allow for easier relocation of full sourcesets." by Xavier Ducrohet · 12 years ago
  69. 44c6ab1 Allow for easier relocation of full sourcesets. by Xavier Ducrohet · 12 years ago
  70. 06dc485 Custom Junit test report. by Xavier Ducrohet · 12 years ago
  71. b52ac0e Fix wrong name on property due to multi-project change. by Xavier Ducrohet · 12 years ago
  72. d5c5fc6 Move BuildTypeDsl out of BuildTypeFactory to workaround some groovy bug. by Xavier Ducrohet · 12 years ago
  73. 699b11b Add options to the test reporting. by Xavier Ducrohet · 12 years ago
  74. aed769e Refactor some class from internal in subpackages. by Xavier Ducrohet · 12 years ago
  75. 97532ad Improve on-device test result reporting. by Xavier Ducrohet · 12 years ago
  76. 0749a47 Add crunch support to the ResourceManager. by Xavier Ducrohet · 12 years ago
  77. 22c43d4 Add task on gradle plugin to run android tests on a device. by Xavier Ducrohet · 12 years ago
  78. a544e48 Fix build tests under Windows. by Raphael Moll · 12 years ago
  79. 740e3dd Keystore objects. by Scott Barta · 12 years ago
  80. 71900c1 Prepare support for device tests. by Xavier Ducrohet · 12 years ago
  81. 800760f Fix some things found by static analysis. by Xavier Ducrohet · 12 years ago
  82. 3f02867 Fix misc issues from the 2 previous changes. by Xavier Ducrohet · 12 years ago
  83. 86fe655 Incremental resource merger support. by Xavier Ducrohet · 12 years ago
  84. 061b89d Update build files to not require some local properties. by Xavier Ducrohet · 12 years ago
  85. d151714 Merge "Add support for multiple res folders in all source sets." by Xavier Ducrohet · 12 years ago
  86. 997a04c Add support for multiple res folders in all source sets. by Xavier Ducrohet · 12 years ago
  87. 925238b Merge "Adds versionNameSuffix to build type" by Scott Barta · 12 years ago
  88. b9209e2 Adds versionNameSuffix to build type by Scott Barta · 12 years ago
  89. 7d37b2d Move to Gradle 1.3 by Xavier Ducrohet · 12 years ago
  90. 2b95c48 running integrationTest should force uploading both artifacts. by Xavier Ducrohet · 12 years ago
  91. d0ddf1a Merge "Use the ResourceMerger to handle overlay." by Xavier Ducrohet · 12 years ago
  92. cd3aa60 Use the ResourceMerger to handle overlay. by Xavier Ducrohet · 12 years ago
  93. 9d2a062 Allow using ANDROID_HOME to point to SDK when running gradle check. by Xavier Ducrohet · 12 years ago
  94. ec43c79 Merge "Two simple test projects to detect overlay issues." by Xavier Ducrohet · 12 years ago
  95. bcb0912 Configure idea plugin to support integration test src folder. by Xavier Ducrohet · 12 years ago
  96. 3348fe7 Two simple test projects to detect overlay issues. by Xavier Ducrohet · 12 years ago
  97. 23fc727 Move test projects into integration-test by Xavier Ducrohet · 12 years ago
  98. e28abd3 Add test project for api in library projects. by Xavier Ducrohet · 12 years ago
  99. ec1ea61 Add test that builds all the test projects. by Xavier Ducrohet · 12 years ago
  100. 3aefe02 Continue support for build variant API. by Xavier Ducrohet · 12 years ago