This PassManager allow users to generate secure passwords based on their preferred criteria and store them securely in a convenient location.
To build the application, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/vita133/PassManager.git
- Open the project folder in Android Studio.
- Ensure that all project dependencies have been downloaded. If needed, you can download them manually.
- In the top menu of Android Studio, select "Build," then "Make Project."
- The built .apk file will be located in the
app/build/outputs/apk/release/
directory. You can copy it to your Android device or emulator for further use.
To run the application, you can copy the built .apk file to your Android device or emulator and install it using a file manager. Simply tap on the .apk file and follow the instructions for installation.
This project includes tests to ensure the correctness of the application. To run the tests, follow these steps:
- Open the project folder in Android Studio.
- Ensure that all project dependencies have been downloaded.
- In the top menu of Android Studio, select "Build," then "Make Project."
- Navigate to the test folder within the project.
- Right-click on the test folder and choose the "Run tests" option or the appropriate option depending on your version of Android Studio.
- The tests will run, and the results will be displayed in the console or a dedicated panel in Android Studio.
Login Screen | Signup Screen | Main Screen | Generate Screen(secure) |
---|---|---|---|
Generate Screen(insecure) | Edit Screen | Deletion | Сonfirmation dialog |
---|---|---|---|