19
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generate apklib dependencies' R.java in same directory as main project. More... over 14 years ago
Only include apklib res dir if it exists. More... over 14 years ago
Include apklibs' assets in R generation. More... over 14 years ago
Renamed to generateRForApkLibDependency() for clarity. More... over 14 years ago
Renamed to getLibraryUnpackDirectory() for clarity. More... over 14 years ago
Use src/ dir so our apklibs can be used by non-Maven developers. More... over 14 years ago
Don't dex apklib project by default. More... over 14 years ago
apklib projects aren't integration test projects. More... over 14 years ago
Avoid directory name collisions. More... over 14 years ago
Merge branch 'master' into issue-96-library-projects More... over 14 years ago
s/CRLF/LF/g More... over 14 years ago
Reworked the logic around AIDL a bit. Now this project's AIDL may depend on another project's AIDL, because the AIDL compiler can see all the AIDL of all the dependencies More... over 14 years ago
Added logic to stop the build from failing for a pom-type with a missing "res" directory. Now it just bails out if the current project is not one of the known android project types More... over 14 years ago
Applied patch from http://code.google.com/p/maven-android-plugin/issues/detail?id=113 More... over 14 years ago
Applied patch from http://code.google.com/p/maven-android-plugin/issues/detail?id=113 More... over 14 years ago
removed suppresswarnings annotation - not valid on method invocation More... over 14 years ago
added classifier support for APK goal More... over 14 years ago
Updated to handle various combinations of native builds - samples forthcoming More... over 14 years ago
Merge branch 'master' of https://github.com/jayway/maven-android-plugin into ndk More... over 14 years ago
Adding auto-increment of android:versionCode as configurable option More... over 14 years ago
Reworked test cases to better support maven-plugin-testing-harness More... over 14 years ago
Allow setting -Dandroid.customPackage from command line. More... over 14 years ago
Added option for using aapt --custom-package. More... over 14 years ago
Clarified javadoc. More... over 14 years ago
Use project's configured AndroidManifest.xml. More... over 14 years ago
AbstractIntegrationtestMojo is not needed here. More... over 14 years ago
Adding new :version-update goal. More... over 14 years ago
Added more possible paths. More... over 14 years ago
Log what we actually execute. More... over 14 years ago
Merge remote branch 'bubblewaretech/master' into issue-115-dx.jar More... over 14 years ago