Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jun 5, 2021
2 parents c7c9ce9 + bc126ac commit 8c9f24b
Show file tree
Hide file tree
Showing 23 changed files with 776 additions and 407 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.9
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 1.9
java-version: 14
- name: Set up GPG
run: |
echo "$GPG_PRIVATE_KEY" > private.asc
Expand Down
5 changes: 0 additions & 5 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `keepassxc-proxy-access` as a dependency to your project.
<dependency>
<groupId>org.purejava</groupId>
<artifactId>keepassxc-proxy-access</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

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

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions etc/repo/com/iwebpp/crypto/tweetnacl-java/maven-metadata.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8c9f24b

Please sign in to comment.