Add Pattle
This commit is contained in:
parent
fb9062b00d
commit
f8eb73e4d2
46
metadata/im.pattle.app.yml
Normal file
46
metadata/im.pattle.app.yml
Normal file
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue