From f8eb73e4d2de5d2278c0fc1aef8ef2d1e047458f Mon Sep 17 00:00:00 2001 From: Wilko Manger Date: Sat, 27 Jul 2019 12:17:53 +0200 Subject: [PATCH] Add Pattle --- metadata/im.pattle.app.yml | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 metadata/im.pattle.app.yml diff --git a/metadata/im.pattle.app.yml b/metadata/im.pattle.app.yml new file mode 100644 index 0000000000..032cd9e0a8 --- /dev/null +++ b/metadata/im.pattle.app.yml @@ -0,0 +1,46 @@ +License: AGPL-3.0-or-later + +RepoType: git +Repo: https://git.pattle.im/pattle/app.git + +Builds: + - versionName: 0.10.1 + versionCode: 636 + commit: 'v0.10.1' + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: flutter@stable + prebuild: echo 'BUILD_TYPE=fdroid' > .env && echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9' && echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig null } }; android.applicationVariants.all { variant -> if (variant.flavorName == "fdroid") { variant.outputs.all { output -> output.outputFileName = "app-fdroid-release.apk" } } } }' >> android/app/build.gradle + build: flutter build apk --flavor fdroid -v + + +AutoUpdateMode: 'Version v%v' +UpdateCheckMode: HTTP +UpdateCheckData: https://version.pattle.im/|\ ([0-9]+)|.|[0-9]+\.[0-9]+\.[0-9]+ + +WebSite: https://pattle.im +SourceCode: https://git.pattle.im/pattle/app +IssueTracker: https://git.pattle.im/pattle/app/issues +Changelog: https://git.pattle.im/pattle/app/releases + +Summary: An ethical and easy to use chat app using Matrix +Description: |- + Pattle is an ethical and easy to use app for the Matrix protocol, with the goal + to replace proprietary alternatives such as WhatsApp. + + Please note that Pattle is still in development! + + Registration is not implemented at the moment, so to get an account, + use [https://riot.im Riot] for now. + +AuthorName: Wilko Manger +AuthorEmail: wilko@rens.onl + +Categories: + - Connectivity + - Phone & SMS +LiberapayID: 1572112 +AntiFeatures: Tracking + +CurrentVersion: 0.10.1 +CurrentVersionCode: 636 +