Merge branch 'master' of github.com:0xbb/otp-authenticator
This commit is contained in:
commit
8f90a8a3a8
2 changed files with 13 additions and 8 deletions
11
.travis.yml
11
.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
|
||||
|
|
10
README.md
10
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)
|
||||
|
|
Loading…
Reference in a new issue