From c5d53bf1d24b4429c1e4ec06ce8846bbd9279aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Fri, 12 Jul 2019 13:53:05 +0200 Subject: [PATCH] rewrite yml: fr.s13d.photobackup --- metadata/fr.s13d.photobackup.txt | 95 ----------------------- metadata/fr.s13d.photobackup.yml | 128 +++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 95 deletions(-) delete mode 100644 metadata/fr.s13d.photobackup.txt create mode 100644 metadata/fr.s13d.photobackup.yml diff --git a/metadata/fr.s13d.photobackup.txt b/metadata/fr.s13d.photobackup.txt deleted file mode 100644 index 550e68a243..0000000000 --- a/metadata/fr.s13d.photobackup.txt +++ /dev/null @@ -1,95 +0,0 @@ -Categories:Multimedia -License:GPL-2.0-only -Web Site:https://photobackup.github.io/ -Source Code:https://github.com/PhotoBackup/client-android -Issue Tracker:https://github.com/PhotoBackup/client-android/issues -Changelog:https://github.com/PhotoBackup/client-android/blob/HEAD/CHANGELOG.md - -Auto Name:PhotoBackup -Summary:Upload photos on-the-fly -Description: -Always running silently in background, this service sends photos to the -associated server as soon as you take them. An upload journal allows you to see -the status of each photo in your device. It does not backup videos. - -A [https://github.com/PhotoBackup/server-bottle server implementation] is also -available. -. - -Repo Type:git -Repo:https://github.com/PhotoBackup/client-android - -Build:0.6.1,10 - commit=ece3725e5d09e8c007c8782e5cbee04e33a5da9b - gradle=yes - -Build:0.6.2,11 - commit=8b37bbb1e085d3f359c9c622ba987f5bef538f22 - gradle=yes - -Build:0.6.3,12 - commit=v0.6.3 - gradle=yes - -Build:0.6.4,13 - commit=v0.6.4 - gradle=yes - -Build:0.6.5,14 - commit=v0.6.5 - gradle=yes - -Build:0.7.0,16 - commit=v0.7.0 - gradle=yes - -Build:0.7.1,17 - commit=v0.7.1 - gradle=yes - -Build:0.7.2,18 - commit=v0.7.2 - gradle=yes - -Build:0.8.0-dev,19 - commit=v0.8.0-dev - gradle=yes - -Build:0.8.0,20 - commit=v0.8.0 - gradle=yes - -Build:0.9.0,24 - commit=v0.9.0 - subdir=app - gradle=yes - -Build:0.10.1,26 - commit=v0.10.1 - subdir=app - gradle=yes - -Build:0.10.3,28 - commit=v0.10.3 - subdir=app - gradle=yes - -Build:0.10.4,29 - commit=v0.10.4 - subdir=app - gradle=yes - -Build:0.10.5,30 - commit=v0.10.5 - subdir=app - gradle=yes - -Build:0.11.0,33 - commit=v0.11.0 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.11.0 -Current Version Code:33 diff --git a/metadata/fr.s13d.photobackup.yml b/metadata/fr.s13d.photobackup.yml new file mode 100644 index 0000000000..c8d97734de --- /dev/null +++ b/metadata/fr.s13d.photobackup.yml @@ -0,0 +1,128 @@ +Categories: + - Multimedia +License: GPL-2.0-only +WebSite: https://photobackup.github.io/ +SourceCode: https://github.com/PhotoBackup/client-android +IssueTracker: https://github.com/PhotoBackup/client-android/issues +Changelog: https://github.com/PhotoBackup/client-android/blob/HEAD/CHANGELOG.md + +AutoName: PhotoBackup +Summary: Upload photos on-the-fly +Description: |- + Always running silently in background, this service sends photos to the + associated server as soon as you take them. An upload journal allows you to see + the status of each photo in your device. It does not backup videos. + + A [https://github.com/PhotoBackup/server-bottle server implementation] is also + available. + +RepoType: git +Repo: https://github.com/PhotoBackup/client-android + +Builds: + - versionName: 0.6.1 + versionCode: 10 + commit: ece3725e5d09e8c007c8782e5cbee04e33a5da9b + gradle: + - yes + + - versionName: 0.6.2 + versionCode: 11 + commit: 8b37bbb1e085d3f359c9c622ba987f5bef538f22 + gradle: + - yes + + - versionName: 0.6.3 + versionCode: 12 + commit: v0.6.3 + gradle: + - yes + + - versionName: 0.6.4 + versionCode: 13 + commit: v0.6.4 + gradle: + - yes + + - versionName: 0.6.5 + versionCode: 14 + commit: v0.6.5 + gradle: + - yes + + - versionName: 0.7.0 + versionCode: 16 + commit: v0.7.0 + gradle: + - yes + + - versionName: 0.7.1 + versionCode: 17 + commit: v0.7.1 + gradle: + - yes + + - versionName: 0.7.2 + versionCode: 18 + commit: v0.7.2 + gradle: + - yes + + - versionName: 0.8.0-dev + versionCode: 19 + commit: v0.8.0-dev + gradle: + - yes + + - versionName: 0.8.0 + versionCode: 20 + commit: v0.8.0 + gradle: + - yes + + - versionName: 0.9.0 + versionCode: 24 + commit: v0.9.0 + subdir: app + gradle: + - yes + + - versionName: 0.10.1 + versionCode: 26 + commit: v0.10.1 + subdir: app + gradle: + - yes + + - versionName: 0.10.3 + versionCode: 28 + commit: v0.10.3 + subdir: app + gradle: + - yes + + - versionName: 0.10.4 + versionCode: 29 + commit: v0.10.4 + subdir: app + gradle: + - yes + + - versionName: 0.10.5 + versionCode: 30 + commit: v0.10.5 + subdir: app + gradle: + - yes + + - versionName: 0.11.0 + versionCode: 33 + commit: v0.11.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.11.0 +CurrentVersionCode: 33