Skip to content

Commit

Permalink
Update version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanovski committed Jul 27, 2024
1 parent 9a4ddae commit 870d2f4
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Android client app for KeePass databases.
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.ivanovsky.passnotes)

**This app is orientated for my personal use. It may have some bugs, so please make a backups before use it.**
**This app is orientated for my personal use. It may have some bugs, so please make a backups before using it.**

# Features
- Synchronization:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 7
def versionMinor = 8
def versionPatch = 0

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10800.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bugfix
44 changes: 30 additions & 14 deletions fastlane/metadata/android/en-US/full_description.txt
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
6 changes: 3 additions & 3 deletions version.properties
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

0 comments on commit 870d2f4

Please sign in to comment.