Skip to content

Commit 8c9f24b

Browse files
committed
Merge branch 'develop' into main
2 parents c7c9ce9 + bc126ac commit 8c9f24b

23 files changed

+776
-407
lines changed

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up JDK 1.9
14+
- name: Set up JDK 14
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 1.9
17+
java-version: 14
1818
- name: Set up GPG
1919
run: |
2020
echo "$GPG_PRIVATE_KEY" > private.asc

.idea/jarRepositories.xml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add `keepassxc-proxy-access` as a dependency to your project.
1515
<dependency>
1616
<groupId>org.purejava</groupId>
1717
<artifactId>keepassxc-proxy-access</artifactId>
18-
<version>0.0.2</version>
18+
<version>0.0.3</version>
1919
</dependency>
2020
```
2121

@@ -48,6 +48,8 @@ Communication with KeePassXC happens via the KeePassXC protocol. Currently, the
4848
* `get-database-groups`: Request to retrieve all database groups together with their groupUuids.
4949
* `create-new-group`: Request to create a new group for the given name or path.
5050
* `get-totp`: Request for receiving the current TOTP.
51+
* `database-locked`: A signal from KeePassXC, the current active database is locked.
52+
* `database-unlocked`: A signal from KeePassXC, the current active database is unlocked.
5153

5254
# Donation
5355
If you like this project, you can give me a cup of coffee :)
Binary file not shown.

etc/repo/com/iwebpp/crypto/tweetnacl-java/1.1.2/tweetnacl-java-1.1.2.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/repo/com/iwebpp/crypto/tweetnacl-java/1.1.2/tweetnacl-java-1.1.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/repo/com/iwebpp/crypto/tweetnacl-java/1.1.2/tweetnacl-java-1.1.2.pom

Lines changed: 0 additions & 8 deletions
This file was deleted.

etc/repo/com/iwebpp/crypto/tweetnacl-java/1.1.2/tweetnacl-java-1.1.2.pom.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

etc/repo/com/iwebpp/crypto/tweetnacl-java/1.1.2/tweetnacl-java-1.1.2.pom.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)