Skip to content

Commit e2fec1b

Browse files
committed
v0.5.0
* Implemented automated backups locally * Use [coveralls](https://coveralls.io/github/rust-keylock/rust-keylock-lib?branch=master) * Fixed logging issues * Fix: Exception in thread "JavaFX Application Thread" java.lang.NumberFormatException: For input string: "" * Stop the inactivity timer after first time that the user is logged out because of inactivity * Added Warning when about to overwrite an existing file while exporting locally * The desctiprion of the password entries is now a text area
1 parent eaa0bc5 commit e2fec1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.astonbitecode.rustkeylock</groupId>
66
<artifactId>rust-keylock-android</artifactId>
7-
<version>0.4.1</version>
7+
<version>0.5.0</version>
88
<packaging>apk</packaging>
99

1010
<name>rust-keylock-android</name>

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "rustkeylockandroid"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["aston <astonbitecode@gmail.com>"]
55

66
[lib]
77
name = "rustkeylockandroid"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
rust_keylock = {git = "https://github.com/rust-keylock/rust-keylock-lib.git"}
11+
rust_keylock = "0.5"
1212
libc = "0.2"
1313
lazy_static = "0.2"
1414
log = "0.3"

0 commit comments

Comments
 (0)