From 14c7d0bdb3d7e0877af215eaa58235ce0d986d85 Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Tue, 24 Mar 2020 18:54:10 +0100 Subject: [PATCH] Add newly maintained "Password Store" Add MaintainersNote about publicsuffixes file MaintainersNote --> MaintainerNotes Run rewritemeta Use OpenCollective: --- metadata/dev.msfjarvis.aps.yml | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/dev.msfjarvis.aps.yml diff --git a/metadata/dev.msfjarvis.aps.yml b/metadata/dev.msfjarvis.aps.yml new file mode 100644 index 0000000000..b62f1e2c3f --- /dev/null +++ b/metadata/dev.msfjarvis.aps.yml @@ -0,0 +1,37 @@ +Categories: + - Internet + - Science & Education +License: GPL-3.0-only +WebSite: https://github.com/android-password-store/Android-Password-Store/wiki +SourceCode: https://github.com/android-password-store/Android-Password-Store +IssueTracker: https://github.com/android-password-store/Android-Password-Store/issues +Translation: https://www.transifex.com/android-password-store/android-password-store/ +Changelog: https://github.com/android-password-store/Android-Password-Store/releases +OpenCollective: Android-Password-Store + +AutoName: Password Store + +RepoType: git +Repo: https://github.com/android-password-store/Android-Password-Store + +Builds: + - versionName: 1.8.1 + versionCode: 10801 + commit: v1.8.1 + subdir: app + gradle: + - yes + scanignore: + - app/src/main/assets/publicsuffixes + +MaintainerNotes: |- + The file at `app/src/main/assets/publicsuffixes` is a version of the + [Public Suffix List](https://publicsuffix.org/) that has been sorted and + stripped of all comments. It is identified as a binary files because it + contains two 4-byte length fields, one right at the beginning, but is + otherwise plaintext. + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+ +CurrentVersion: 1.8.1 +CurrentVersionCode: 10801