1. 68d0fb4 Add renderscript support to the Ant build system. by Xavier Ducrohet · 14 years ago
  2. b283eb1 Add Ant version check in setup task. by Xavier Ducrohet · 14 years ago
  3. a6324a2 Fix external jar support when building with proguard. by Xavier Ducrohet · 14 years ago
  4. e8e6a2f Merge "Project property cleanup." by Xavier Ducrohet · 14 years ago
  5. 2c4736e Project property cleanup. by Xavier Ducrohet · 14 years ago
  6. 6e8566d Check for platform-tools presence. by Xavier Ducrohet · 14 years ago
  7. e0df3f1 In some cases release build is actually a debug build. by Xavier Ducrohet · 14 years ago
  8. a66ca8a Use proguard for release builds through Ant. by Xavier Ducrohet · 14 years ago
  9. aab4e50 Display error for missing required attributes in ant tasks by Xavier Ducrohet · 14 years ago
  10. 5af43ec Support for debug build in Ant. by Xavier Ducrohet · 14 years ago
  11. 1cfea05 Ant: ensure SDK path ends with dir separator. by Raphael Moll · 14 years ago
  12. 3453535 Ant support for library depending on other libraries. by Xavier Ducrohet · 14 years ago
  13. 5aea83e Support for aidl files in library project in the Ant build system. by Xavier Ducrohet · 14 years ago
  14. 1fd0a0d Move the exceptions out of ApkBuilder. by Xavier Ducrohet · 14 years ago
  15. 7c19dcf New ApkBuilder class. by Xavier Ducrohet · 14 years ago
  16. e48a350 Move Apkbuilder into sdklib. by Xavier Ducrohet · 14 years ago
  17. 452ff02 Refactoring of ApkBuilder to prepare for its integration into sdklib. by Xavier Ducrohet · 14 years ago
  18. 853ab5a ADT: Multi-apk export action. by Xavier Ducrohet · 14 years ago
  19. e0ac2ae Export project creation. by Xavier Ducrohet · 14 years ago
  20. 9b2c855 Rework the multi-apk log file(s). by Xavier Ducrohet · 14 years ago
  21. 2e62392 Add support for locale filters in multi-apk export. by Xavier Ducrohet · 14 years ago
  22. 8de0ba7 Add support for soft properties in multi-apk export. by Xavier Ducrohet · 14 years ago
  23. fd6c6d2 Implement mechanics for supports-screens in the multi-apk export. by Xavier Ducrohet · 14 years ago
  24. a16573f New log format for multi-apk export. by Xavier Ducrohet · 14 years ago
  25. 8582ede Add Manifest checks for multi-apk export. by Xavier Ducrohet · 14 years ago
  26. ac8b6fa Refactored most of the multi-apk export out of the ant task into sdklib. by Xavier Ducrohet · 14 years ago
  27. d905872 Move ApkData into sdklib. by Xavier Ducrohet · 14 years ago
  28. 0bb0887 Fix missing @override. by Raphael Moll · 14 years ago
  29. d5579c7 Refactored the Android Manifest into sdklib. by Xavier Ducrohet · 15 years ago
  30. 1836265 Add multi-apk export log. by Xavier Ducrohet · 15 years ago
  31. 2cc3f07 Override local keystore/alias info when using export project to export. by Xavier Ducrohet · 15 years ago
  32. b266439 ApkBuilderTask is now more lenient with missing libs/ folders. by Xavier Ducrohet · 15 years ago
  33. 90827a2 Fix NPE when a library does not have a libs folder. by Xavier Ducrohet · 15 years ago
  34. 0a958e7 Add support for code-less project. by Xavier Ducrohet · 15 years ago
  35. e9f516d Add support for using newer Ant rules distributed by the tools. by Xavier Ducrohet · 15 years ago
  36. 4737bce Add support for signing in the multi-apk ant build. by Xavier Ducrohet · 15 years ago
  37. 711c35d New If/Then/Else custom Ant rules to simplify some Ant rules logic. by Xavier Ducrohet · 15 years ago
  38. 114ca22 First step of multiple apk support. by Xavier Ducrohet · 15 years ago
  39. b2e132c Add ABI filtering and version code injection in the Ant rules and tasks. by Xavier Ducrohet · 15 years ago
  40. 0fd2efc Add rev 3 of the ant rules. by Xavier Ducrohet · 15 years ago
  41. cd23678 Add support for the new Ant rules files. by Xavier Ducrohet · 15 years ago
  42. d00fc08 Disable writting the apk settings. by Xavier Ducrohet · 15 years ago
  43. ed88cf9 Move ant.prop to sdk.prop and up a folder. by Xavier Ducrohet · 15 years ago
  44. af01c6d detect too recent version of the ant rules and display an error. by Xavier Ducrohet · 15 years ago
  45. c10712c Move sdklib.internal.io.* into sdklib.io by Xavier Ducrohet · 15 years ago
  46. a07f53e Improve the IAbstractFile/Folder classes. by Xavier Ducrohet · 15 years ago
  47. 6e2c5ce Merge remote branch 'goog/master' into HEAD by Xavier Ducrohet · 15 years ago
  48. 610a758 ADT: Library support: source folder and pre-compiler. by Xavier Ducrohet · 15 years ago
  49. 5a2bee2 Only add gdbserver to the APK if the manifest has debuggable to true. by Xavier Ducrohet · 15 years ago
  50. f1c91b9 Check whether the project's target supports libraries. by Xavier Ducrohet · 15 years ago
  51. a359dbf Add support for external jar files in library project. by Xavier Ducrohet · 15 years ago
  52. 7bfc746 Add support for library project in the Ant build system. by Xavier Ducrohet · 15 years ago
  53. f52076d Add support for the -0 aapt option in the custom Ant task for aapt. by Xavier Ducrohet · 15 years ago
  54. 6dcf484 Error when building application with package that has a single segment. by Xavier Ducrohet · 15 years ago
  55. ccea4ad Add support for packaging gdbserver in the apk in Ant. by Xavier Ducrohet · 15 years ago
  56. 9f11429 Fix issue with absolute path in -nf parameter of apkbuilder. by Xavier Ducrohet · 15 years ago
  57. eefd909 Update the project creation (from the command line): by Xavier Ducrohet · 15 years ago
  58. f6f5405 Add warning on mismatch minSdkVersion. by Xavier Ducrohet · 15 years ago
  59. 4bf0351 Add an XPath Ant task to be used in the android_rules.xml file. by Xavier Ducrohet · 15 years ago
  60. d1dfc9a Add <jarfile> tag to ApkBuilder ant task by Android (Google) Code Review · 15 years ago
  61. b0b6726 Add ant-based code coverage support to Android SDK by Piotr Gurgul · 15 years ago
  62. c4be226 Update apkbuilder to support new property names by Piotr Gurgul · 15 years ago
  63. c364a52 Make ApkBuilder create filenames supported by older rules. by Xavier Ducrohet · 15 years ago
  64. a7616f4 Make sure older rules files can find the SDK Location. by Xavier Ducrohet · 15 years ago
  65. b266768 Move from arbitrary resource filters to fix ones by Xavier Ducrohet · 15 years ago
  66. 889ecf9 Ant properties names legacy support by Piotr Gurgul · 15 years ago
  67. 3f1f33d Ant properties names changed by Piotr Gurgul · 15 years ago
  68. 5f3b8ff Make the Ant script sign and zipalign release builds. by Xavier Ducrohet · 15 years ago
  69. ba7dd92 Add support for add-on based on preview of platforms. by Xavier Ducrohet · 15 years ago
  70. 79c1241 Refactored AndroidXPathFactory into sdklib. by Xavier Ducrohet · 15 years ago
  71. c37e4b4 Enforce codename value for minSdkVersion in the Ant build. by Xavier Ducrohet · 15 years ago
  72. 6d8d418 Add support for preview versions of platforms. by Xavier Ducrohet · 15 years ago
  73. 169f0bb Update the API of ApkBuilder to make it clearer what is stable and what isn't. by Xavier Ducrohet · 15 years ago
  74. cca5e17 Move some classes that have non ready APIs to internal packages by Xavier Ducrohet · 16 years ago
  75. 43793c7 Split development/.gitignore into separate gitignore files per project. by Raphael · 16 years ago
  76. e5b8de6 Automated import from //branches/donutburger/...@141594,141594 by Xavier Ducrohet · 16 years ago
  77. 55a2c71 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  78. 82ea7a1 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  79. 76bc028 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  80. 4fd2474 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  81. 4d360ca auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  82. a1514da auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago