Android Open Source - Password manager PassMan






Project Summary

Password manager test for Android.

Web Site / Source Repository

PassMan is hosted in the following web site
https://github.com/misantronic/PassMan

If you think the Android project PassMan listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of PassMan.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
Fragment Count2
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\FontAwesome.otf




Resource Files

There are 2 image files in PassMan. The names of the image files are listed as follows.

drawer_shadow.9.png
ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

PassMan has the following Java source files.

com.example.david.passman.ApplicationTest.java
com.example.david.passman.Login.java
com.example.david.passman.NavigationDrawerFragment.java
com.example.david.passman.Settings.java
com.example.david.passman.SitesOverview.java
com.example.david.passman.adapter.FontArrayAdapter.java
com.example.david.passman.data.FileReader.java
com.example.david.passman.data.UserData.java
com.example.david.passman.data.UserDataSettings.java
com.example.david.passman.data.UserDataSite.java
com.example.david.passman.encryption.AES.java
com.example.david.passman.encryption.RandomGenerator.java
com.example.david.passman.helper.FontHelper.java
com.example.david.testapp.ApplicationTest.java