Passman Android application
This app is only compatible with passman V2.x or higher.
The passwords will be provided by passman.
- Setup app (enter the nextcloud server settings)
- Display vault list
- Login to vault
- Display credential list
- Display a single credential (with edit fields)
- OTP generation
- Clone the repo
- Setup the git submodules with
git submodule update --init --recursive
- Install the SDK an the NDK
- Copy
Openssl.conf.sample
toOpenssl.conf
- Edit the NDK path in Openssl.conf to match your local NDK path
- Run
SetupOpenssl.sh
- If you want to compile either an alpha or release version, create a keystore either
with Android Studio or
keytool
and add at least a key for the alpha build:keytool -genkey -v -keystore keystore.jks -alias beta
- Create a gradle.properties file based on gradle.properties.example and fill in the appropriate values for your keystore. If you only build debug builds you can leave the default values.
- Use Android Studio to build or otherwise build with gradle.
If you want access to a passman testing server, poke us on irc (freenode/#passman-dev)