mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-22 07:39:42 +00:00
Version 0.7 (openrepos only)
Added QR-Code Reader
This commit is contained in:
parent
f31998f6e2
commit
ffb712f685
3 changed files with 12 additions and 19 deletions
|
@ -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
|
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.
|
(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
|
## Contact and Issues
|
||||||
|
|
||||||
If you find any bugs or want to suggest a feature, feel free to use Githubs
|
If you find any bugs or want to suggest a feature, feel free to use Githubs
|
||||||
|
|
|
@ -88,7 +88,6 @@ Page {
|
||||||
id: decoder
|
id: decoder
|
||||||
|
|
||||||
enabledDecoders: QZXing.DecoderFormat_QR_CODE
|
enabledDecoders: QZXing.DecoderFormat_QR_CODE
|
||||||
onDecodingStarted: console.log("Decoding of image started...")
|
|
||||||
|
|
||||||
onTagFound: {
|
onTagFound: {
|
||||||
console.log("Barcode data: " + tag)
|
console.log("Barcode data: " + tag)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: harbour-sailotp
|
Name: harbour-sailotp
|
||||||
Summary: SailOTP
|
Summary: SailOTP
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Security
|
Group: Security
|
||||||
URL: https://github.com/seiichiro0185/sailotp/
|
URL: https://github.com/seiichiro0185/sailotp/
|
||||||
|
@ -15,20 +15,20 @@ QMakeOptions:
|
||||||
- VERSION=%{version}
|
- VERSION=%{version}
|
||||||
- RELEASE=%{release}
|
- RELEASE=%{release}
|
||||||
PkgConfigBR:
|
PkgConfigBR:
|
||||||
- sailfishapp >= 0.0.10
|
|
||||||
- Qt5Core
|
|
||||||
- Qt5Qml
|
|
||||||
- Qt5Quick
|
- Qt5Quick
|
||||||
|
- Qt5Qml
|
||||||
|
- Qt5Core
|
||||||
|
- sailfishapp >= 0.0.10
|
||||||
Requires:
|
Requires:
|
||||||
- sailfishsilica-qt5 >= 0.10.9
|
- sailfishsilica-qt5 >= 0.10.9
|
||||||
Files:
|
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}'
|
- '%{_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: []
|
PkgBR: []
|
||||||
|
|
Loading…
Reference in a new issue