From 00c0a7000da2a962979893c0b04e6ccf0584e370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:11:19 +0200 Subject: [PATCH] rewrite yml: be.digitalia.fosdem --- metadata/be.digitalia.fosdem.txt | 135 ----------------------- metadata/be.digitalia.fosdem.yml | 177 +++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+), 135 deletions(-) delete mode 100644 metadata/be.digitalia.fosdem.txt create mode 100644 metadata/be.digitalia.fosdem.yml diff --git a/metadata/be.digitalia.fosdem.txt b/metadata/be.digitalia.fosdem.txt deleted file mode 100644 index 495b5e67d5..0000000000 --- a/metadata/be.digitalia.fosdem.txt +++ /dev/null @@ -1,135 +0,0 @@ -Categories:Time -License:Apache-2.0 -Web Site:http://www.digitalia.be/ -Source Code:https://github.com/cbeyls/fosdem-companion-android -Issue Tracker:https://github.com/cbeyls/fosdem-companion-android/issues - -Auto Name:FOSDEM Companion -Summary:Schedule browser for the FOSDEM conference -Description: -Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in -Brussels, Belgium. Download the most recent schedule and browse it offline. - -Features: - -* Browse sessions by day and by track -* Instant search -* Track schedule view optimized for phones and tablets -* Full sessions details with related links, speakers info and room maps -* Add sessions directly to your calendar -* Share sessions with a link to their page on the FOSDEM website -* Manage bookmarks and get notified when a bookmarked session is about to start -* “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions -* Includes a simple map of the site. - -Note: this app properly handles timezone changes and device reboots for -notifications; you can download the schedule and add bookmarks on any timezone -and you will get notified at the right time when the events start in Belgium. - -The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used -with permission. -. - -Repo Type:git -Repo:https://github.com/cbeyls/fosdem-companion-android.git - -Build:1.0.5,700105 - commit=1.0.5 - srclibs=1:Support-v7@android-sdk-4.4.2_r1 - extlibs=android/android-support-v4.jar - prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ - -Build:1.0.7,700107 - commit=1.0.7 - gradle=yes - -Build:1.0.8,700108 - commit=1.0.8 - gradle=yes - rm=libs/* - prebuild=sed -i -e '/appcompat/acompile "com.github.chrisbanes.photoview:library:1.2.3"' -e '/libs\/photoview-1.2.2.jar/d' build.gradle - -Build:1.1.1,700111 - commit=1.1.1 - subdir=app - gradle=yes - -Build:1.3.0,700130 - commit=1.3.0 - subdir=app - gradle=yes - -Build:1.3.1,700131 - commit=1.3.1 - subdir=app - gradle=yes - -Build:1.3.5,700135 - commit=1.3.5 - subdir=app - gradle=yes - -Build:1.3.6,700136 - commit=1.3.6 - subdir=app - gradle=yes - -Build:1.3.8,700138 - commit=1.3.8 - subdir=app - gradle=yes - -Build:1.4.0,700140 - commit=1.4.0 - subdir=app - gradle=yes - -Build:1.4.2,700142 - commit=1.4.2 - subdir=app - gradle=yes - -Build:1.4.3,700143 - commit=1.4.3 - subdir=app - gradle=yes - -Build:1.4.4,700144 - commit=1.4.4 - subdir=app - gradle=yes - -Build:1.4.5,700145 - commit=1.4.5 - subdir=app - gradle=yes - -Build:1.4.6,700146 - commit=1.4.6 - subdir=app - gradle=yes - -Build:1.5.0,1500150 - commit=1.5.0 - subdir=app - gradle=yes - -Build:1.5.1,1500151 - commit=1.5.1 - subdir=app - gradle=yes - -Build:1.6.0,1600160 - commit=1.6.0 - subdir=app - gradle=yes - -Build:1.6.2,1600162 - commit=1.6.2 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.6.2 -Current Version Code:1600162 diff --git a/metadata/be.digitalia.fosdem.yml b/metadata/be.digitalia.fosdem.yml new file mode 100644 index 0000000000..1966ef9617 --- /dev/null +++ b/metadata/be.digitalia.fosdem.yml @@ -0,0 +1,177 @@ +Categories: + - Time +License: Apache-2.0 +WebSite: http://www.digitalia.be/ +SourceCode: https://github.com/cbeyls/fosdem-companion-android +IssueTracker: https://github.com/cbeyls/fosdem-companion-android/issues + +AutoName: FOSDEM Companion +Summary: Schedule browser for the FOSDEM conference +Description: |- + Advanced schedule browser for the [https://fosdem.org/ FOSDEM] conference in + Brussels, Belgium. Download the most recent schedule and browse it offline. + + Features: + + * Browse sessions by day and by track + * Instant search + * Track schedule view optimized for phones and tablets + * Full sessions details with related links, speakers info and room maps + * Add sessions directly to your calendar + * Share sessions with a link to their page on the FOSDEM website + * Manage bookmarks and get notified when a bookmarked session is about to start + * “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions + * Includes a simple map of the site. + + Note: this app properly handles timezone changes and device reboots for + notifications; you can download the schedule and add bookmarks on any timezone + and you will get notified at the right time when the events start in Belgium. + + The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used + with permission. + +RepoType: git +Repo: https://github.com/cbeyls/fosdem-companion-android.git + +Builds: + - versionName: 1.0.5 + versionCode: 700105 + commit: 1.0.5 + srclibs: + - 1:Support-v7@android-sdk-4.4.2_r1 + extlibs: + - android/android-support-v4.jar + prebuild: mv libs/android-support-v4.jar $$Support-v7$$/libs/ + + - versionName: 1.0.7 + versionCode: 700107 + commit: 1.0.7 + gradle: + - yes + + - versionName: 1.0.8 + versionCode: 700108 + commit: 1.0.8 + gradle: + - yes + rm: + - libs/* + prebuild: sed -i -e '/appcompat/acompile "com.github.chrisbanes.photoview:library:1.2.3"' + -e '/libs\/photoview-1.2.2.jar/d' build.gradle + + - versionName: 1.1.1 + versionCode: 700111 + commit: 1.1.1 + subdir: app + gradle: + - yes + + - versionName: 1.3.0 + versionCode: 700130 + commit: 1.3.0 + subdir: app + gradle: + - yes + + - versionName: 1.3.1 + versionCode: 700131 + commit: 1.3.1 + subdir: app + gradle: + - yes + + - versionName: 1.3.5 + versionCode: 700135 + commit: 1.3.5 + subdir: app + gradle: + - yes + + - versionName: 1.3.6 + versionCode: 700136 + commit: 1.3.6 + subdir: app + gradle: + - yes + + - versionName: 1.3.8 + versionCode: 700138 + commit: 1.3.8 + subdir: app + gradle: + - yes + + - versionName: 1.4.0 + versionCode: 700140 + commit: 1.4.0 + subdir: app + gradle: + - yes + + - versionName: 1.4.2 + versionCode: 700142 + commit: 1.4.2 + subdir: app + gradle: + - yes + + - versionName: 1.4.3 + versionCode: 700143 + commit: 1.4.3 + subdir: app + gradle: + - yes + + - versionName: 1.4.4 + versionCode: 700144 + commit: 1.4.4 + subdir: app + gradle: + - yes + + - versionName: 1.4.5 + versionCode: 700145 + commit: 1.4.5 + subdir: app + gradle: + - yes + + - versionName: 1.4.6 + versionCode: 700146 + commit: 1.4.6 + subdir: app + gradle: + - yes + + - versionName: 1.5.0 + versionCode: 1500150 + commit: 1.5.0 + subdir: app + gradle: + - yes + + - versionName: 1.5.1 + versionCode: 1500151 + commit: 1.5.1 + subdir: app + gradle: + - yes + + - versionName: 1.6.0 + versionCode: 1600160 + commit: 1.6.0 + subdir: app + gradle: + - yes + + - versionName: 1.6.2 + versionCode: 1600162 + commit: 1.6.2 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.6.2 +CurrentVersionCode: 1600162