From 7e677b342e17b3b519401987bc8832cf1361a313 Mon Sep 17 00:00:00 2001 From: Markus Kollotzek Date: Mon, 9 Dec 2019 18:44:47 +0100 Subject: [PATCH 1/4] Add Hypezig v1.0 --- metadata/com.kolloware.hypezigapp.yml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.kolloware.hypezigapp.yml diff --git a/metadata/com.kolloware.hypezigapp.yml b/metadata/com.kolloware.hypezigapp.yml new file mode 100644 index 0000000000..fbc320b377 --- /dev/null +++ b/metadata/com.kolloware.hypezigapp.yml @@ -0,0 +1,32 @@ +Categories: + - Internet +License: GPL-3.0-or-later +AuthorName: Markus Kollotzek +AuthorEmail: markus.kollotzek@posteo.de +WebSite: https://gitlab.com/intergalacticsuperhero/hypezig +SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD +IssueTracker: https://gitlab.com/intergalacticsuperhero/hypezig/issues + +AutoName: Hypezig +Summary: Offline-compatible browser for cultural events in Leipzig +Description: |- + What's happening in Leipzig? + Download and browse all the events, which are currently listed on kreuzer-leipzig.de. + You can easily download all events for the next month and browse them in a comfortable way. Find events by name, by category or by location. Mark events as favorite and get reminded one week before and again one day before the event. + More event calendars will be integrated in the future. Let me know about features you would like to see in the app by contributing on the Gitlab site. . + +RepoType: git +Repo: https://gitlab.com/intergalacticsuperhero/hypezig.git + +Builds: + - versionName: '1.0' + versionCode: 10 + commit: v1.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? +CurrentVersion: '1.0' +CurrentVersionCode: 1 From 3a81f68de76169aa0646292ce78ae2f8fd7f31f5 Mon Sep 17 00:00:00 2001 From: Markus Kollotzek Date: Mon, 9 Dec 2019 20:28:15 +0100 Subject: [PATCH 2/4] Provide new Hypezig version with fastlane metadata --- metadata/com.kolloware.hypezigapp.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/com.kolloware.hypezigapp.yml b/metadata/com.kolloware.hypezigapp.yml index fbc320b377..649834d4f3 100644 --- a/metadata/com.kolloware.hypezigapp.yml +++ b/metadata/com.kolloware.hypezigapp.yml @@ -26,7 +26,14 @@ Builds: gradle: - yes + - versionName: '1.1' + versionCode: 11 + commit: v1.1 + subdir: app + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? -CurrentVersion: '1.0' -CurrentVersionCode: 1 +CurrentVersion: '1.1' +CurrentVersionCode: 11 From 9ca5ff703ed575876498c132f0ce7a06793ec65d Mon Sep 17 00:00:00 2001 From: Markus Kollotzek Date: Tue, 10 Dec 2019 15:50:56 +0100 Subject: [PATCH 3/4] Remove unnecessary blocks from Hypezig metadata --- metadata/com.kolloware.hypezigapp.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/metadata/com.kolloware.hypezigapp.yml b/metadata/com.kolloware.hypezigapp.yml index 649834d4f3..a9f697020a 100644 --- a/metadata/com.kolloware.hypezigapp.yml +++ b/metadata/com.kolloware.hypezigapp.yml @@ -8,24 +8,11 @@ SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD IssueTracker: https://gitlab.com/intergalacticsuperhero/hypezig/issues AutoName: Hypezig -Summary: Offline-compatible browser for cultural events in Leipzig -Description: |- - What's happening in Leipzig? - Download and browse all the events, which are currently listed on kreuzer-leipzig.de. - You can easily download all events for the next month and browse them in a comfortable way. Find events by name, by category or by location. Mark events as favorite and get reminded one week before and again one day before the event. - More event calendars will be integrated in the future. Let me know about features you would like to see in the app by contributing on the Gitlab site. . RepoType: git Repo: https://gitlab.com/intergalacticsuperhero/hypezig.git Builds: - - versionName: '1.0' - versionCode: 10 - commit: v1.0 - subdir: app - gradle: - - yes - - versionName: '1.1' versionCode: 11 commit: v1.1 From ef181501172c841df4bffa4bf2608c7420a09e5c Mon Sep 17 00:00:00 2001 From: Markus Kollotzek Date: Wed, 11 Dec 2019 20:06:30 +0100 Subject: [PATCH 4/4] Add NonFreeNet AntiFeature to Hypezig --- metadata/com.kolloware.hypezigapp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/com.kolloware.hypezigapp.yml b/metadata/com.kolloware.hypezigapp.yml index a9f697020a..c4996ba3f1 100644 --- a/metadata/com.kolloware.hypezigapp.yml +++ b/metadata/com.kolloware.hypezigapp.yml @@ -1,3 +1,5 @@ +AntiFeatures: + - NonFreeNet Categories: - Internet License: GPL-3.0-or-later