19
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Add the 'extractDuplicates' parameter enabling the duplicates detection and extraction
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Remove useless imports.
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Fix typo
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Fix typo
clement_escoffier
as Clement Escoffier
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.
clement_escoffier
as Clement Escoffier
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.
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Compute duplicates files and display the sources.
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Add a method computing duplicate files.
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Catch Throwable to avoid any unexpected error.
clement_escoffier
as Clement Escoffier
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
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Skip 'redeploy' on non APK projects
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Skip 'deploy' on non APK projects
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Remove the SUPPORTED_PACKAGING_TYPES as it's now inherited from AndroidAbstractMojo
clement_escoffier
as Clement Escoffier
More... over 14 years ago
Define the SUPPORTED_PACKAGING_TYPES list in the AbstractAndroidMojo class.
clement_escoffier
as Clement Escoffier
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