-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a4ddae
commit 870d2f4
Showing
5 changed files
with
36 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
Client app for KeePass databases. | ||
|
||
This app is orientated for my personal use. It may have some bugs, so please make a backup before use it. | ||
|
||
<b>Features</b> | ||
|
||
* Synchronization with WebDav server or Git repository | ||
* Create databases, entries and groups | ||
* Password or key file unlock | ||
* Supports .kdbx files up to version 4.1 (application uses Kotpass library to manipulate the KeePass database) | ||
* Dynamic templates (compatible with other android applications: KeePassDX, keepass2android) | ||
* Biometric unlock | ||
* Autofill for Android >= 8.0 | ||
* Fuzzy search | ||
* Dark theme | ||
* Built-in diff viewer for .kdbx files | ||
This app is orientated for my personal use. It may have some bugs, so please make a backup before using it. | ||
|
||
Application Features: | ||
|
||
Synchronization: | ||
- Sync with WebDav server | ||
- Sync with Git repository (only via HTTPS, SSH protocol is not available) | ||
|
||
Database Management: | ||
- Create new databases | ||
- Edit existing databases | ||
- Manage entry history | ||
- Manage attachments | ||
- Dynamic templates (compatible with other android applications: KeePassDX, keepass2android) | ||
|
||
Advanced Database Tools: | ||
- Built-in diff viewer for database changes | ||
- TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) support for Two-Factor Authentication (2FA) | ||
|
||
Security Features: | ||
- Unlock using password or key file | ||
- Supports biometric unlock (fingerprint) | ||
|
||
File Compatibility: | ||
- Supports .kdbx files up to version 4.1 | ||
|
||
User Convenience: | ||
- Autofill for Android >= 8.0 | ||
- Dark theme (controlled by system settings) | ||
- Fuzzy search for easy finding of entries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#The content of this file is generated automatically for F-Droid | ||
#Sat Jun 01 10:41:52 CEST 2024 | ||
versionCode=10700 | ||
versionName=1.7.0 | ||
#Sat Jul 27 16:20:55 CEST 2024 | ||
versionName=1.8.0 | ||
versionCode=10800 |