From 5cbc98f1a3f9a900aa749e833aadb89b88275af2 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Fri, 10 Jan 2014 19:43:49 +0100 Subject: [PATCH] Changed version to 0.3 and adapted Readme --- README.md | 13 ++++++++++--- qml/pages/About.qml | 2 +- rpm/harbour-sailotp.yaml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dddbb0c..b5a4c35 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,16 @@ also known as Timebased One Time Pad (TOPT) as described in RFC 6238. A growing number of sites uses this algorithm for two-factor-authentication, including Github, Linode and several Google services. -At the moment the App is quite basic. One can add new OTP-entries using the -pulley-menu. The main view of the app will show a List off all entries and -their current One-Time-Tokens. The entries will be regenerated every 30 seconds, the remaining time for the current tokens is shown through a progress bar at the top of the app. An entry can be deleted by long-pressing on it. +One can add new OTP-entries using the pulley-menu. The main view of the app will show a list +off all entries and their current One-Time-Tokens. The entries will be regenerated every 30 seconds, +the remaining time for the current tokens is shown through a progress bar at the top of the app. +An entry can be edited or deleted by long-pressing on it. + +One entry can be stared by tapping the star icon on the left. the stared item will be shown +on the ActiveCover and refreshed every 30 seconds. 5 seconds before the token changes it's +color will change to red. The Item can be unstared by tapping it again. + +From the main view a token can be copied to the clipboard by tapping on it. ## Known Limitations diff --git a/qml/pages/About.qml b/qml/pages/About.qml index e7e7d8f..bd5263f 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -44,7 +44,7 @@ Page { anchors.horizontalCenter: parent.horizontalCenter y: 320 font.bold: true - text: "SailOTP 0.2" + text: "SailOTP 0.3" } Text { id: desc diff --git a/rpm/harbour-sailotp.yaml b/rpm/harbour-sailotp.yaml index 2fb7ae8..fe70ee5 100644 --- a/rpm/harbour-sailotp.yaml +++ b/rpm/harbour-sailotp.yaml @@ -1,6 +1,6 @@ Name: harbour-sailotp Summary: SailOTP -Version: 0.2 +Version: 0.3 Release: 1 Group: Security URL: https://github.com/seiichiro0185/sailotp/