From ffb712f685c9813dc2a7198532e93775ab08f644 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sat, 22 Feb 2014 11:32:19 +0100 Subject: [PATCH] Version 0.7 (openrepos only) Added QR-Code Reader --- README.md | 6 ------ qml/pages/ScanOTP.qml | 1 - rpm/harbour-sailotp.yaml | 24 ++++++++++++------------ 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 237f292..7f4ab88 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,6 @@ if you need the information outside of SailOTP. Importing the file is also possible from the pulley menu. If a file contains tokens that are already in the database (title and secret of the token match an existing one), these tokens will not be added again. -## Known Limitations - -At the moment the only way to insert new entries into the app is to insert the -title and secret key by hand. It's not possible to use the QR-Codes some sites -provide directly. - ## Contact and Issues If you find any bugs or want to suggest a feature, feel free to use Githubs diff --git a/qml/pages/ScanOTP.qml b/qml/pages/ScanOTP.qml index 412f5a8..3085129 100644 --- a/qml/pages/ScanOTP.qml +++ b/qml/pages/ScanOTP.qml @@ -88,7 +88,6 @@ Page { id: decoder enabledDecoders: QZXing.DecoderFormat_QR_CODE - onDecodingStarted: console.log("Decoding of image started...") onTagFound: { console.log("Barcode data: " + tag) diff --git a/rpm/harbour-sailotp.yaml b/rpm/harbour-sailotp.yaml index 5ece097..f51db8b 100644 --- a/rpm/harbour-sailotp.yaml +++ b/rpm/harbour-sailotp.yaml @@ -1,6 +1,6 @@ Name: harbour-sailotp Summary: SailOTP -Version: 0.6 +Version: 0.7 Release: 1 Group: Security URL: https://github.com/seiichiro0185/sailotp/ @@ -15,20 +15,20 @@ QMakeOptions: - VERSION=%{version} - RELEASE=%{release} PkgConfigBR: -- sailfishapp >= 0.0.10 -- Qt5Core -- Qt5Qml - Qt5Quick +- Qt5Qml +- Qt5Core +- sailfishapp >= 0.0.10 Requires: - sailfishsilica-qt5 >= 0.10.9 Files: -- /usr/share/harbour-sailotp/i18n -- /usr/share/icons/hicolor/86x86/apps -- /usr/share/applications -- /usr/share/harbour-sailotp -- /usr/bin -- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' -- '%{_datadir}/applications/%{name}.desktop' -- '%{_datadir}/%{name}/qml' - '%{_bindir}' +- '%{_datadir}/%{name}/qml' +- '%{_datadir}/applications/%{name}.desktop' +- '%{_datadir}/icons/hicolor/86x86/apps/%{name}.png' +- /usr/bin +- /usr/share/harbour-sailotp +- /usr/share/applications +- /usr/share/icons/hicolor/86x86/apps +- /usr/share/harbour-sailotp/i18n PkgBR: []