aboutsummaryrefslogtreecommitdiffstats
path: root/anttasks
Commit message (Expand)AuthorAgeFilesLines
* Ant support for library depending on other libraries.Xavier Ducrohet2010-06-291-26/+138
* Support for aidl files in library project in the Ant build system.Xavier Ducrohet2010-06-283-2/+135
* Move the exceptions out of ApkBuilder.Xavier Ducrohet2010-06-221-3/+3
* New ApkBuilder class.Xavier Ducrohet2010-06-221-102/+95
* Move Apkbuilder into sdklib.Xavier Ducrohet2010-06-163-5/+3
* Refactoring of ApkBuilder to prepare for its integration into sdklib.Xavier Ducrohet2010-06-151-11/+11
* ADT: Multi-apk export action.Xavier Ducrohet2010-06-151-2/+1
* Export project creation.Xavier Ducrohet2010-06-081-10/+11
* Rework the multi-apk log file(s).Xavier Ducrohet2010-06-041-163/+193
* Add support for locale filters in multi-apk export.Xavier Ducrohet2010-06-021-1/+2
* Add support for soft properties in multi-apk export.Xavier Ducrohet2010-06-011-99/+157
* Implement mechanics for supports-screens in the multi-apk export.Xavier Ducrohet2010-06-011-1/+1
* New log format for multi-apk export.Xavier Ducrohet2010-05-281-16/+2
* Add Manifest checks for multi-apk export.Xavier Ducrohet2010-05-271-1/+4
* Refactored most of the multi-apk export out of the ant task into sdklib.Xavier Ducrohet2010-05-271-480/+145
* Move ApkData into sdklib.Xavier Ducrohet2010-05-261-190/+26
* Fix missing @override.Raphael Moll2010-05-181-7/+13
* Refactored the Android Manifest into sdklib.Xavier Ducrohet2010-05-121-1/+7
* Add multi-apk export log.Xavier Ducrohet2010-05-111-43/+325
* Override local keystore/alias info when using export project to export.Xavier Ducrohet2010-05-071-0/+6
* ApkBuilderTask is now more lenient with missing libs/ folders.Xavier Ducrohet2010-05-071-3/+11
* Fix NPE when a library does not have a libs folder.Xavier Ducrohet2010-05-071-3/+5
* Add support for code-less project.Xavier Ducrohet2010-05-062-5/+43
* Add support for using newer Ant rules distributed by the tools.Xavier Ducrohet2010-05-051-6/+46
* Add support for signing in the multi-apk ant build.Xavier Ducrohet2010-05-051-2/+38
* New If/Then/Else custom Ant rules to simplify some Ant rules logic.Xavier Ducrohet2010-05-044-10/+116
* First step of multiple apk support.Xavier Ducrohet2010-05-035-223/+659
* Add ABI filtering and version code injection in the Ant rules and tasks.Xavier Ducrohet2010-04-272-1/+34
* Add rev 3 of the ant rules.Xavier Ducrohet2010-04-271-4/+8
* Add support for the new Ant rules files.Xavier Ducrohet2010-03-181-15/+43
* Disable writting the apk settings.Xavier Ducrohet2010-03-122-4/+2
* Move ant.prop to sdk.prop and up a folder.Xavier Ducrohet2010-03-111-4/+14
* detect too recent version of the ant rules and display an error.Xavier Ducrohet2010-02-241-1/+45
* Move sdklib.internal.io.* into sdklib.ioXavier Ducrohet2010-02-241-1/+1
* Improve the IAbstractFile/Folder classes.Xavier Ducrohet2010-02-231-2/+2
* Merge remote branch 'goog/master' into HEADXavier Ducrohet2010-02-231-0/+8
|\
| * Only add gdbserver to the APK if the manifest has debuggable to true.Xavier Ducrohet2010-02-231-0/+8
* | ADT: Library support: source folder and pre-compiler.Xavier Ducrohet2010-02-231-11/+3
* | Check whether the project's target supports libraries.Xavier Ducrohet2010-02-161-2/+12
* | Add support for external jar files in library project.Xavier Ducrohet2010-02-101-6/+30
* | Add support for library project in the Ant build system.Xavier Ducrohet2010-02-104-100/+369
|/
* Add support for the -0 aapt option in the custom Ant task for aapt.Xavier Ducrohet2010-01-261-2/+51
* Error when building application with package that has a single segment.Xavier Ducrohet2010-01-221-0/+15
* Add support for packaging gdbserver in the apk in Ant.Xavier Ducrohet2010-01-211-1/+11
* Fix issue with absolute path in -nf parameter of apkbuilder.Xavier Ducrohet2010-01-201-10/+4
* Update the project creation (from the command line):Xavier Ducrohet2009-09-273-97/+11
* Add warning on mismatch minSdkVersion.Xavier Ducrohet2009-09-231-9/+49
* Add an XPath Ant task to be used in the android_rules.xml file.Xavier Ducrohet2009-09-212-0/+169
* Add <jarfile> tag to ApkBuilder ant taskAndroid (Google) Code Review2009-09-141-3/+18
* Add ant-based code coverage support to Android SDKPiotr Gurgul2009-09-091-3/+15