From d54ac85aef45bd8b05a0f24ea164c007e73f6bcb Mon Sep 17 00:00:00 2001 From: Bruno Bierbaumer Date: Wed, 25 Nov 2015 22:54:09 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d5944c3c..89110961 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # OTP Authenticator [![Build Status](https://img.shields.io/travis/0xbb/otp-authenticator/master.svg?style=flat-square)](https://travis-ci.org/0xbb/otp-authenticator) ![OTP Authenticator Icon](./gifs/icon.png) +## Features: +- Free and Open-Source +- Requires minimal permissions + - Only camera access for QR code scannning +- Encrypted storage on Android 4.3+ +- Sleek minimalistic Marterial Design +- Great Usability + + + ## Screenshots ### Overview ![Home Screen](./gifs/main.gif) From d064a6932d3fd42cff191fa7ebcfc38877b58421 Mon Sep 17 00:00:00 2001 From: Bruno Bierbaumer Date: Wed, 25 Nov 2015 23:02:54 +0100 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index dff56910..262eb138 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,7 @@ android: - extra-android-m2repository - addon-google_apis-google-23 - # Specify at least one system image, - # if you need to run emulator(s) during your tests - - sys-img-armeabi-v7a-android-23 -# Emulator Management: Create, Start and Wait +script: + - ./gradlew build + -before_script: - - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a - - emulator -avd test -no-skin -no-audio -no-window & - - android-wait-for-emulator