From 98c5d31dcf3cdaf56c270d6d50ed0710f15df1ee Mon Sep 17 00:00:00 2001 From: Thore Goebel Date: Thu, 28 Feb 2019 21:59:26 +0000 Subject: [PATCH] Revert to old flutter version (some views are rendered slowly with the new one, need to fix upstream) --- metadata/ch.thgoebel.spartathlonapp.yml | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 metadata/ch.thgoebel.spartathlonapp.yml diff --git a/metadata/ch.thgoebel.spartathlonapp.yml b/metadata/ch.thgoebel.spartathlonapp.yml new file mode 100644 index 0000000000..c5f3cb7464 --- /dev/null +++ b/metadata/ch.thgoebel.spartathlonapp.yml @@ -0,0 +1,41 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +SourceCode: https://gitlab.com/thgoebel/spartathlon/tree/HEAD +IssueTracker: https://gitlab.com/thgoebel/spartathlon/issues +Changelog: https://gitlab.com/thgoebel/spartathlon/tree/HEAD/CHANGELOG.md + +AutoName: Spartathlon +Summary: View info about the Spartathlon foot race +Description: |- + This app aims to help athletes, supporters and volunteers during the ultra distance race Spartathlon. + + Features: + + * Read race reports + * View checkpoints, get directions and filter by "supporters allowed" or "live results available" + * Search through the list of the athletes who compete(d) in the current year. + * Display your favourite athletes directly on the dashboard + * Dark theme (easier on the eyes if you're waiting for your athlete in Nestani) + +RepoType: git +Repo: https://gitlab.com/thgoebel/spartathlon.git + +Builds: + - versionName: 0.3.0 + versionCode: 2 + commit: v0.3.0 + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: + - flutter@v1.0.0 + rm: + - ios + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk --flavor=fdroid + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +UpdateCheckIgnore: (alpha|beta|rc|RC|dev) +CurrentVersion: 0.3.0 +CurrentVersionCode: 2