fdroiddata/metadata/im.pattle.app.yml

50 lines
1.7 KiB
YAML
Raw Normal View History

2019-07-28 08:45:38 +00:00
AntiFeatures:
- Tracking
Categories:
- Connectivity
- Phone & SMS
2019-07-27 10:17:53 +00:00
License: AGPL-3.0-or-later
2019-07-28 08:45:38 +00:00
AuthorName: Wilko Manger
AuthorEmail: wilko@rens.onl
2019-07-27 10:17:53 +00:00
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
2019-07-28 08:45:38 +00:00
LiberapayID: '1572112'
2019-07-27 10:17:53 +00:00
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.
2019-07-28 08:45:38 +00:00
RepoType: git
Repo: https://git.pattle.im/pattle/app.git
2019-07-27 10:17:53 +00:00
2019-07-28 08:45:38 +00:00
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
2019-07-28 23:22:30 +00:00
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
>> .env
2019-07-28 08:45:38 +00:00
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
- 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
2019-07-28 11:09:35 +00:00
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
2019-07-27 10:17:53 +00:00
2019-07-28 08:45:38 +00:00
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://version.pattle.im/|\ ([0-9]+)|.|[0-9]+\.[0-9]+\.[0-9]+
2019-07-27 10:17:53 +00:00
CurrentVersion: 0.10.1
CurrentVersionCode: 636