mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Updating OneTimePass to v1.2.3
This commit is contained in:
parent
3ba408e81b
commit
af390f6809
1 changed files with 16 additions and 17 deletions
|
|
@ -8,21 +8,9 @@ Changelog: https://github.com/OneTimePass/OneTimePass/releases
|
|||
|
||||
AutoName: OneTimePass
|
||||
Description: |-
|
||||
OneTimePass is a clean and robust two-factor TOTP application and supports the
|
||||
following features:
|
||||
|
||||
* Supports opening otpauth:// URLs
|
||||
* Scan QR codes to create new accounts easily
|
||||
* View QR codes to export existing accounts
|
||||
* Searchable, sortable listing of accounts
|
||||
* Manual entry account creation
|
||||
* Import/Export for backup and restore purposes
|
||||
* Relies upon AES-256 for on-device encryption
|
||||
* Supports Android 5.0 (and up)
|
||||
|
||||
OneTimePass is the reincarnation of the now-retired OneTimePad app. If you used
|
||||
OneTimePad, you should really migrate to this [or any other TOTP based]
|
||||
application.
|
||||
Do not install this application. This application is no longer maintained and
|
||||
anyone using it is advised to migrate away from it. Please see the github
|
||||
README for ways to migrate away from OneTimePass.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/OneTimePass/OneTimePass
|
||||
|
|
@ -35,11 +23,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.2.3
|
||||
versionCode: 1002003
|
||||
commit: v1.2.3
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: |-
|
||||
This repo is tag-based for its releases on the "production" branch.
|
||||
Everything else should be pretty straight forward and simple.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 1002002
|
||||
CurrentVersion: 1.2.3
|
||||
CurrentVersionCode: 1002003
|
||||
|
|
|
|||
Loading…
Reference in a new issue