Skip to content

Commit 4def17c

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 0f43fe0 commit 4def17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ script:
2323
- mvn -f java/pom.xml clean install
2424
before_deploy:
2525
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ks/rkl.jks -storepass
26-
$storepass -keypass $keypass java/target/rust-keylock-android-0.4.0-unsigned.apk rustkeylock
27-
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.4.0-unsigned.apk
26+
$storepass -keypass $keypass java/target/rust-keylock-android-0.5.0-unsigned.apk rustkeylock
27+
- "${ANDROID_HOME}/build-tools/26.0.2/zipalign -v 4 java/target/rust-keylock-android-0.5.0-unsigned.apk
2828
java/target/rust-keylock-android.apk"
2929
deploy:
3030
provider: releases

0 commit comments

Comments
 (0)