Skip to content

Commit

Permalink
fixed more errors...
Browse files Browse the repository at this point in the history
  • Loading branch information
AM-ash-OR-AM-I committed Aug 25, 2023
1 parent 36f322e commit 8c3892d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
cat libs/firebase_config.py
- name: Build with Buildozer
run: |
pip3 install --user --upgrade buildozer Cython virtualenv
pip3 install --user --upgrade buildozer
sudo apt update
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
pip3 install --user --upgrade Cython==0.29.33 virtualenv
export PATH=$PATH:~/.local/bin/
export APP_ANDROID_ACCEPT_SDK_LICENSE=1
export BUILDOZER_WARN_ON_ROOT=0
sudo apt update
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
buildozer android debug
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<h1 align="center">
Passlock for android
</h1>
</h1>

<h3 align="center">
<a href="https://www.youtube.com/watch?v=EOkMDc5mZWI">
See video demo
</a>
</h3>
</h3>

Password Manager for android.
<p align="left">
Expand All @@ -20,25 +20,21 @@ Password Manager for android.
</p>

## Features

* Backup and sync passwords across devices πŸ’»πŸ“±.
* Encrypted passwords using AES 128bit for maximum security.
* Mimics Material v3 Monet engine with πŸŒ™ Dark Mode, to use different 🎨 color themes. (Self-made)
* Make strong passwords πŸ”‘ through built in password generator.
* Advanced πŸ” finding algorithm to search for passwords easily.

## Releases
#### <a href="https://github.com/AM-ash-OR-AM-I/Passlock/releases">πŸ“±Android</a>
#### πŸ§‘πŸ»β€πŸ’»<a href="https://github.com/AM-ash-OR-AM-I/PasslockDesktop/releases">Linux & Windows</a>

### [πŸ“± Android](https://github.com/AM-ash-OR-AM-I/Passlock/releases)

### [πŸ§‘β€πŸ’» Linux & Windows](https://github.com/AM-ash-OR-AM-I/PasslockDesktop/releases)

## Screenshots

<p align="center">
<img src="./screenshots/1.png" width = "250px"/>
<img src="./screenshots/2.png" width = "250px"/>
<img src="./screenshots/3.png" width = "250px"/>
</p>
<p align="center">
<img src="./screenshots/4.png" width = "250px"/>
<img src="./screenshots/5.png" width = "250px"/>
<img src="./screenshots/6.png" width = "250px"/>
</p>
![1](./screenshots/1.png) | ![2](./screenshots/2.png) | ![3](./screenshots/3.png) |
------------------------- | ------------------------- | ------------------------- |
![4](./screenshots/4.png) | ![2](./screenshots/5.png) | ![3](./screenshots/6.png) |

0 comments on commit 8c3892d

Please sign in to comment.