fdroiddata/metadata/im.pattle.app.yml

91 lines
3.2 KiB
YAML
Raw Normal View History

2019-07-28 08:45:38 +00:00
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
2019-08-26 22:01:28 +00:00
AutoName: Pattle
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.
Also note that notifications are not implemented yet.
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
- versionName: 0.11.2
versionCode: 671
commit: v0.11.2
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'
>> .env
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
2019-08-30 01:19:39 +00:00
- versionName: 0.12.0
versionCode: 677
commit: v0.12.0
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
2019-08-30 11:29:53 +00:00
- flutter@beta
2019-08-30 01:19:39 +00:00
prebuild:
- echo 'BUILD_TYPE=fdroid' > .env
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
>> .env
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
2019-09-07 01:03:18 +00:00
- versionName: 0.13.0
versionCode: 684
2019-10-31 18:16:45 +00:00
disable: unbuildable
2019-09-07 01:03:18 +00:00
commit: v0.13.0
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
2019-09-16 10:32:31 +00:00
- flutter@stable
2019-09-07 01:03:18 +00:00
prebuild:
- echo 'BUILD_TYPE=fdroid' > .env
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
>> .env
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
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-11-01 00:34:58 +00:00
CurrentVersion: 0.13.0
CurrentVersionCode: 684