Merge branch 'master' of github.com:0xbb/otp-authenticator

This commit is contained in:
Bruno Bierbaumer 2015-11-25 23:03:48 +01:00
commit 8f90a8a3a8
2 changed files with 13 additions and 8 deletions

View file

@ -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

View file

@ -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)