From af390f6809a89226c6ee1fd27a7a18cef611d423 Mon Sep 17 00:00:00 2001 From: "Kevin C. Krinke" Date: Tue, 21 Sep 2021 00:45:06 +0000 Subject: [PATCH] Updating OneTimePass to v1.2.3 --- metadata/com.github.onetimepass.yml | 33 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/metadata/com.github.onetimepass.yml b/metadata/com.github.onetimepass.yml index e2e87a8f6d..ca8bf2c528 100644 --- a/metadata/com.github.onetimepass.yml +++ b/metadata/com.github.onetimepass.yml @@ -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