Merge branch 'pretix' into 'master'
[newapp] Added mobile apps of Pretix See merge request fdroid/fdroiddata!5998
This commit is contained in:
commit
b35a10cd99
30
metadata/eu.pretix.pretixprint.yml
Normal file
30
metadata/eu.pretix.pretixprint.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Raphael Michel
|
||||
AuthorEmail: support@pretix.eu
|
||||
WebSite: https://pretix.eu/
|
||||
SourceCode: https://github.com/pretix/pretixprint-android
|
||||
IssueTracker: https://github.com/pretix/pretixprint-android/issues
|
||||
|
||||
AutoName: pretixPRINT
|
||||
Description: Android app that drives the printers used by other pretix applications.
|
||||
This contains all print logic, but no application logic. It is called by other
|
||||
applications using system broadcasts.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pretix/pretixprint-android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 8
|
||||
commit: 1.3.0
|
||||
subdir: pretixprint/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 11
|
34
metadata/eu.pretix.pretixscan.droid.yml
Normal file
34
metadata/eu.pretix.pretixscan.droid.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: Raphael Michel
|
||||
AuthorEmail: support@pretix.eu
|
||||
WebSite: https://pretix.eu/
|
||||
SourceCode: https://github.com/pretix/pretixscan-android
|
||||
IssueTracker: https://github.com/pretix/pretixscan-android/issues
|
||||
|
||||
AutoName: pretixSCAN
|
||||
Description: |-
|
||||
pretix is an Open Source online ticket shop available at https://pretix.eu/about/en/
|
||||
|
||||
If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
|
||||
|
||||
This app is free software licensed under the Apache license. The source code can be found at: https://github.com/pretix/pretixscan-android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/pretix/pretixscan-android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
versionCode: 16
|
||||
commit: v1.2.1
|
||||
subdir: pretixscan/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 16
|
Loading…
Reference in a new issue