From 2f1df1ec328bd3565bf7b8f9ede082799aa4b34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Thu, 11 Jul 2019 22:29:46 +0200 Subject: [PATCH] rewrite yml: fr.mobdev.goblim --- metadata/fr.mobdev.goblim.txt | 81 --------------------------- metadata/fr.mobdev.goblim.yml | 102 ++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+), 81 deletions(-) delete mode 100644 metadata/fr.mobdev.goblim.txt create mode 100644 metadata/fr.mobdev.goblim.yml diff --git a/metadata/fr.mobdev.goblim.txt b/metadata/fr.mobdev.goblim.txt deleted file mode 100644 index 6eee685e64..0000000000 --- a/metadata/fr.mobdev.goblim.txt +++ /dev/null @@ -1,81 +0,0 @@ -Categories:Internet -License:GPL-3.0-only -Web Site:http://www.gobl.im -Source Code:https://git.mob-dev.fr/Schoumi/Goblim -Issue Tracker:https://git.mob-dev.fr/Schoumi/Goblim/issues -LiberapayID:3347 - -Auto Name:Goblim -Summary:Share your photos -Description: -Let's you share your photos on the Lut.im server of your choice. Use your own -server to regain control of your privacy! - -* Multiple configurable hosting URLs -- Use your own server! -* Copy the sharing URL to clipboard or share it to another application -* Keep track of your storage lifetime -* HTTP & HTTPS support -* Share history with thumbnails, share control. -* Encryption of images on the server - -For additional information on the client and server part, visite the -[http://lut.im/ project page]. -. - -Repo Type:git -Repo:https://git.mob-dev.fr/Schoumi/Goblim.git - -Build:1.0,2 - commit=release_v1 - subdir=app - gradle=yes - -Build:2.0,3 - commit=release-v2 - subdir=app - gradle=yes - -Build:2.1,4 - commit=release-v2.1 - subdir=app - gradle=yes - -Build:2.2,5 - commit=release-v2.2 - subdir=app - gradle=yes - -Build:2.3,6 - commit=release-v2.3 - subdir=app - gradle=yes - -Build:2.4,7 - commit=release-v2.4 - subdir=app - gradle=yes - -Build:2.5,8 - commit=release-v2.5 - subdir=app - gradle=yes - -Build:2.6,9 - commit=release-v2.6 - subdir=app - gradle=yes - -Build:2.7,10 - commit=release-v2.7 - subdir=app - gradle=yes - -Build:2.8,11 - commit=release-v2.8 - subdir=app - gradle=yes - -Auto Update Mode:Version release-v%v -Update Check Mode:Tags -Current Version:2.8 -Current Version Code:11 diff --git a/metadata/fr.mobdev.goblim.yml b/metadata/fr.mobdev.goblim.yml new file mode 100644 index 0000000000..8eef25f4d3 --- /dev/null +++ b/metadata/fr.mobdev.goblim.yml @@ -0,0 +1,102 @@ +Categories: + - Internet +License: GPL-3.0-only +WebSite: http://www.gobl.im +SourceCode: https://git.mob-dev.fr/Schoumi/Goblim +IssueTracker: https://git.mob-dev.fr/Schoumi/Goblim/issues +LiberapayID: '3347' + +AutoName: Goblim +Summary: Share your photos +Description: |- + Let's you share your photos on the Lut.im server of your choice. Use your own + server to regain control of your privacy! + + * Multiple configurable hosting URLs -- Use your own server! + * Copy the sharing URL to clipboard or share it to another application + * Keep track of your storage lifetime + * HTTP & HTTPS support + * Share history with thumbnails, share control. + * Encryption of images on the server + + For additional information on the client and server part, visite the + [http://lut.im/ project page]. + +RepoType: git +Repo: https://git.mob-dev.fr/Schoumi/Goblim.git + +Builds: + - versionName: '1.0' + versionCode: 2 + commit: release_v1 + subdir: app + gradle: + - yes + + - versionName: '2.0' + versionCode: 3 + commit: release-v2 + subdir: app + gradle: + - yes + + - versionName: '2.1' + versionCode: 4 + commit: release-v2.1 + subdir: app + gradle: + - yes + + - versionName: '2.2' + versionCode: 5 + commit: release-v2.2 + subdir: app + gradle: + - yes + + - versionName: '2.3' + versionCode: 6 + commit: release-v2.3 + subdir: app + gradle: + - yes + + - versionName: '2.4' + versionCode: 7 + commit: release-v2.4 + subdir: app + gradle: + - yes + + - versionName: '2.5' + versionCode: 8 + commit: release-v2.5 + subdir: app + gradle: + - yes + + - versionName: '2.6' + versionCode: 9 + commit: release-v2.6 + subdir: app + gradle: + - yes + + - versionName: '2.7' + versionCode: 10 + commit: release-v2.7 + subdir: app + gradle: + - yes + + - versionName: '2.8' + versionCode: 11 + commit: release-v2.8 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version release-v%v +UpdateCheckMode: Tags +CurrentVersion: '2.8' +CurrentVersionCode: 11