mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 19:25:39 +00:00
Merge branch 'feature/com.dimension.tessercube' into 'master'
New app: Tessercube Closes rfp#1009 See merge request fdroid/fdroiddata!6207
This commit is contained in:
commit
e9e6fc7706
1 changed files with 44 additions and 0 deletions
44
metadata/com.dimension.tessercube.yml
Normal file
44
metadata/com.dimension.tessercube.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: AGPL-3.0-only
|
||||
WebSite: https://tessercube.com/
|
||||
SourceCode: https://github.com/DimensionDev/Tessercube-Android
|
||||
IssueTracker: https://github.com/DimensionDev/Tessercube-Android/issues
|
||||
|
||||
Summary: OpenPGP Made Mobile
|
||||
Description: |-
|
||||
OpenPGP Made Mobile
|
||||
|
||||
'''Basic Functionalities:'''
|
||||
|
||||
* Generate, import, and export keypairs (RSA only for now, ECDSA+ECDH coming soon)
|
||||
* Encrypt and decrypt encrypted messages
|
||||
* Sign and verify signed messages
|
||||
* Unified message history log
|
||||
|
||||
'''Special Features:''' Tessercube Keyboard
|
||||
|
||||
Communicate via OpenPGP in any app, as long as all participants of the
|
||||
conversation have installed Tessercube (or anything supporting OpenPGP
|
||||
implementations).
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DimensionDev/Tessercube-Android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.5.1
|
||||
versionCode: 200
|
||||
commit: 0.2.5.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/signingConfig/d' build.gradle
|
||||
ndk: r19c
|
||||
|
||||
MaintainerNotes: Auto update is disabled because the application ID is set in a variable.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.2.5.1
|
||||
CurrentVersionCode: 200
|
||||
Loading…
Reference in a new issue