Use same java executable, instead of relying on PATH. |
|
More...
|
over 14 years ago
|
Fixed import statement. |
|
More...
|
over 14 years ago
|
Bumping next version b/c of new feature. |
|
More...
|
over 14 years ago
|
Merge remote branch 'cescoffier/issue-123_duplicate-files' |
|
More...
|
over 14 years ago
|
Removed tests for obsolete SDK:s, because they can be hard for new developers to install. |
|
More...
|
over 14 years ago
|
Test for version 2.3.1 instead. |
|
More...
|
over 14 years ago
|
Extended error message. |
|
More...
|
over 14 years ago
|
Do the duplicate search and extraction only if enabled. |
|
More...
|
over 14 years ago
|
Add the 'extractDuplicates' parameter enabling the duplicates detection and extraction |
|
More...
|
over 14 years ago
|
Remove useless imports. |
|
More...
|
over 14 years ago
|
Fix typo |
|
More...
|
over 14 years ago
|
Fix typo |
|
More...
|
over 14 years ago
|
Detect duplicate files, Create new Jar files without duplicated resources and finally replace the jars from the local repository with the newly created jars. Jars are created only once. |
|
More...
|
over 14 years ago
|
Add a method copying a jar/zip files and removing the duplicat files from that jar. This newly created jar will be used inside the APK. |
|
More...
|
over 14 years ago
|
Compute duplicates files and display the sources. |
|
More...
|
over 14 years ago
|
Add a method computing duplicate files. |
|
More...
|
over 14 years ago
|
Catch Throwable to avoid any unexpected error. |
|
More...
|
over 14 years ago
|
Missed case for dx.jar. Worked on old JDK but upgraded to newest jdk had to explicitly us the java -jar command. |
|
More...
|
over 14 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 14 years ago
|
[maven-release-plugin] prepare release maven-android-plugin-2.8.4 |
|
More...
|
over 14 years ago
|
Don't fail on warnings on STDERR. |
|
More...
|
over 14 years ago
|
Changed path to dx.jar to fix issue 115 |
|
More...
|
over 14 years ago
|
Skip 'undeploy' on non APK projects |
|
More...
|
over 14 years ago
|
Skip 'redeploy' on non APK projects |
|
More...
|
over 14 years ago
|
Skip 'deploy' on non APK projects |
|
More...
|
over 14 years ago
|
Remove the SUPPORTED_PACKAGING_TYPES as it's now inherited from AndroidAbstractMojo |
|
More...
|
over 14 years ago
|
Define the SUPPORTED_PACKAGING_TYPES list in the AbstractAndroidMojo class. |
|
More...
|
over 14 years ago
|
Refactored apklib and apksources code. |
|
More...
|
over 14 years ago
|
Added apklib aidl file support. |
|
More...
|
over 14 years ago
|
Merge branch 'master' into ndk |
|
More...
|
over 14 years ago
|