2
0
MasterPassword/MasterPassword/Java/masterpassword-android
2015-12-13 11:14:33 -05:00
..
assets First working Master Password for Android, yay! 2014-08-26 19:54:33 -04:00
gen/com/lyndir/masterpassword Prepare for Android development. 2014-08-24 22:43:34 -04:00
res Update Android icon. 2015-12-13 11:14:33 -05:00
src/main/java/com/lyndir/masterpassword Fixed UTF-8 issue, click on A4.4, add notification and expiry. 2015-04-18 14:48:27 -04:00
AndroidManifest.xml Prepare for 2.3 android release. 2015-04-18 14:49:26 -04:00
pom.xml [maven-release-plugin] rollback changes from release preparation of 2.3 2015-04-18 17:41:45 -04:00
proguard.cfg Initial android artifact. 2013-03-29 09:05:15 -04:00
README Update to the correct Android SDK dependency. 2015-04-18 15:02:57 -04:00
release.jks Android release preparation. 2015-02-05 17:29:29 -05:00

To build this module, please ensure you've done the following setup:

1. Installed the Android SDK and fully downloaded the Android SDK platform 21 in it.
2. Set the environment variable ANDROID_HOME in your shell or in ~/.mavenrc to point to the root of your Android SDK install.
3. Installed the Android SDK into your Maven's local repository.
    3a. Clone the maven-android-sdk-deployer available from here: https://github.com/mosabua/maven-android-sdk-deployer.git
    3b. In the root of this project, run: mvn install -P 5.0

To build this module:

1. Build the parent, by going into 'MasterPassword/Java' and running: mvn clean install
2. Build this module, by going into 'MasterPassword/Java/masterpassword-android' and running: mvn clean install
3. You can then find the APK in: 'MasterPassword/Java/masterpassword-android/target'