82 lines
2 KiB
YAML
82 lines
2 KiB
YAML
Categories:
|
|
- Security
|
|
License: GPL-2.0-or-later
|
|
WebSite: http://forum.xda-developers.com/android/apps-games/app-easy-token-source-securid-token-t2805507
|
|
SourceCode: https://github.com/cernekee/EasyToken
|
|
IssueTracker: https://github.com/cernekee/EasyToken/issues
|
|
|
|
AutoName: Easy Token
|
|
Description: |-
|
|
Easy Token is an RSA SecurID compatible software authenticator with advanced
|
|
usability features:
|
|
|
|
* Convenient lock screen and home screen widgets provide instant tokencodes without navigating to an app.
|
|
* Optionally save your PIN.
|
|
* Supports SDTID files, importing 127.0.0.1/... tokens from email, and QR tokens.
|
|
|
|
Requirements:
|
|
|
|
* Android 4.1 (JB) or higher
|
|
* A token seed issued by your system administrator.
|
|
|
|
Sample token seeds are posted in the XDA thread.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/cernekee/EasyToken
|
|
|
|
Builds:
|
|
- versionName: '0.81'
|
|
versionCode: 819
|
|
commit: v0.81
|
|
submodules: true
|
|
srclibs:
|
|
- ACRA@acra-4.5.0
|
|
rm:
|
|
- libs/acra*
|
|
prebuild:
|
|
- make -C external sources
|
|
- pushd $$ACRA$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
build: make -C external NDK=$$NDK$$
|
|
|
|
- versionName: '0.90'
|
|
versionCode: 909
|
|
commit: v0.90
|
|
submodules: true
|
|
srclibs:
|
|
- ACRA@acra-4.5.0
|
|
rm:
|
|
- libs/acra*
|
|
prebuild:
|
|
- make -C external sources
|
|
- pushd $$ACRA$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
build: make -C external NDK=$$NDK$$
|
|
|
|
- versionName: '0.91'
|
|
versionCode: 919
|
|
commit: v0.91
|
|
submodules: true
|
|
srclibs:
|
|
- ACRA@acra-4.5.0
|
|
rm:
|
|
- libs/acra*
|
|
prebuild:
|
|
- make -C external sources
|
|
- pushd $$ACRA$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
|
build: make -C external NDK=$$NDK$$
|
|
|
|
MaintainerNotes: Uses a fetch script to download files. Check this on each release.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '0.91'
|
|
CurrentVersionCode: 919
|