All Projects → nextcloud → Passman Android

nextcloud / Passman Android

Licence: gpl-3.0
🔑 Android app for Passman.

Projects that are alternatives of or similar to Passman Android

Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+3712.86%)
Mutual labels:  mobile-app, nextcloud
Leaflet Compass
Leaflet plugin to show a rotating Compass!
Stars: ✭ 67 (-4.29%)
Mutual labels:  mobile-app
Jsxc.nextcloud
💬 Chat app for Nextcloud with XMPP, end-to-end encryption, video calls, file transfer & group chat
Stars: ✭ 44 (-37.14%)
Mutual labels:  nextcloud
Unsplash
📸🔀☁️ Random Nextcloud log in background from Unsplash
Stars: ✭ 58 (-17.14%)
Mutual labels:  nextcloud
Nextcloud Metadata
A Nextcloud plugin for displaying file metadata.
Stars: ✭ 50 (-28.57%)
Mutual labels:  nextcloud
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-7.14%)
Mutual labels:  mobile-app
Tweety Mobile
Flutter app for Tweety
Stars: ✭ 42 (-40%)
Mutual labels:  mobile-app
Passwords Webextension
The official browser extension for the Passwords app for Nextcloud.
Stars: ✭ 68 (-2.86%)
Mutual labels:  nextcloud
Activity
⚡️ Activity app for Nextcloud
Stars: ✭ 67 (-4.29%)
Mutual labels:  nextcloud
Server Setup
Home Server Setup
Stars: ✭ 59 (-15.71%)
Mutual labels:  nextcloud
Nextcloud Snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,088 (+1454.29%)
Mutual labels:  nextcloud
Rn Minimalist Weather App
Minimalist Weather App using React Native
Stars: ✭ 52 (-25.71%)
Mutual labels:  mobile-app
Eh Redux
A E-Hentai reader written in Flutter.
Stars: ✭ 67 (-4.29%)
Mutual labels:  mobile-app
React Native Hotels App
⛺️ Hotels App: A simple react-native App exercise with nodeJS API consumption
Stars: ✭ 50 (-28.57%)
Mutual labels:  mobile-app
Notify push
Update notifications for nextcloud clients
Stars: ✭ 67 (-4.29%)
Mutual labels:  nextcloud
Restaurant App
Restaurant Food Ordering Mobile Application
Stars: ✭ 44 (-37.14%)
Mutual labels:  mobile-app
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+1442.86%)
Mutual labels:  nextcloud
Gas Oil Mixture Mobile
Mobile app for calculation of gasoline/oil ratio for 2 stroke engines built with React Native.
Stars: ✭ 61 (-12.86%)
Mutual labels:  mobile-app
Fridpa
An automated wrapper script for patching iOS applications (IPA files) and work on non-jailbroken device
Stars: ✭ 69 (-1.43%)
Mutual labels:  mobile-app
Flutter Ui Showcase
FLUTTER UI Showcase
Stars: ✭ 68 (-2.86%)
Mutual labels:  mobile-app

passman-android

Passman Android application

This app is only compatible with passman V2.x or higher.
The passwords will be provided by passman.

Current features

  • 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

Build locally

Required packages

  • cmake
  • gcc
  • git

Commands

  1. Clone the repo
  2. Setup the git submodules with git submodule update --init --recursive
  3. Open project in Android Studio and install the SDK an the NDK
  4. Copy openssl.conf.example to openssl.conf
  5. Edit the ANDROID_NDK_HOME in openssl.conf to match your local NDK path
  6. Edit the HOST_TAG in openssl.conf to match your system arch
  7. Run build-openssl.sh
  8. 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 -keyalg rsa
    
  9. 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.
  10. Use Android Studio to build or otherwise build with gradle.

Testing server

If you want access to a passman testing server, poke us on irc (freenode/#passman-dev)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].