From fcb7d8d16609f80c2bd4bfc1986d33ca99cc23c6 Mon Sep 17 00:00:00 2001 From: taylor Date: Sun, 5 Jul 2020 15:28:09 +0000 Subject: [PATCH] New app: Syphon --- metadata/org.tether.tether.yml | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 metadata/org.tether.tether.yml diff --git a/metadata/org.tether.tether.yml b/metadata/org.tether.tether.yml new file mode 100644 index 0000000000..b1ba13e119 --- /dev/null +++ b/metadata/org.tether.tether.yml @@ -0,0 +1,44 @@ +Categories: + - Phone & SMS + - Connectivity + - Security +License: AGPL-3.0-only +SourceCode: https://github.com/syphon-org/syphon +IssueTracker: https://github.com/syphon-org/syphon/issues + +AutoName: Syphon +Summary: A privacy centric matrix client +Description: |- + Please be aware Syphon is still in Open Alpha + + Currently, E2EE only works for direct, one-on-one chats. + + Syphon aims to be built on the foundations of privacy, branding, and user experience + in an effort to pull others away from proprietary chat and messenger clients to standard. + +RepoType: git +Repo: https://github.com/syphon-org/syphon + +Builds: + - versionName: 0.0.16 + versionCode: 6 + commit: e098739cc6d83b948c483ebc8f4cfa797cd54bb3 + submodules: true + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@1.17.0 + prebuild: + - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output + -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + - $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter pub run build_runner build + - $$flutter$$/bin/flutter build apk + ndk: r21d + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 0.0.16 +CurrentVersionCode: 6