From ef8e218e25dacdb507ecacb089689d23fdbca65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Fri, 12 Jul 2019 14:44:47 +0200 Subject: [PATCH] rewrite yml: fr.xtof54.dragonGoApp --- metadata/fr.xtof54.dragonGoApp.txt | 51 -------------------------- metadata/fr.xtof54.dragonGoApp.yml | 58 ++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 51 deletions(-) delete mode 100644 metadata/fr.xtof54.dragonGoApp.txt create mode 100644 metadata/fr.xtof54.dragonGoApp.yml diff --git a/metadata/fr.xtof54.dragonGoApp.txt b/metadata/fr.xtof54.dragonGoApp.txt deleted file mode 100644 index f203f8fbfb..0000000000 --- a/metadata/fr.xtof54.dragonGoApp.txt +++ /dev/null @@ -1,51 +0,0 @@ -Categories:Games -License:AGPL-3.0-only -Web Site: -Source Code:https://github.com/cerisara/DragonGoApp -Issue Tracker:https://github.com/cerisara/DragonGoApp/issues - -Auto Name:DragonGoApp -Summary:Go game for DGS -Description: -Open-source android App to play the game of go on the DGS server. - -DragonGoApp features: - -* Minimize bandwidth usage: this is especially useful when you have a limited quota of 3G data connection -* Full-featured SGF editor/player based on the open-source eidogo code. Also shows game information and game comments -* Support dual servers/credentials (DGS and develDGS) -* Play moves, pass, resign, send/receive messages, attach a comment to a move -* Invite/accept/refuse challenges, challenge in 19x19 ladder -* Follow reviews of professional games from IGS, which are included in the app -. - -Repo Type:git -Repo:https://github.com/cerisara/DragonGoApp - -Build:1.0,1 - commit=68e3c8ea9f4 - -Build:1.2,2 - commit=3d133d3489a - -Build:1.5,5 - commit=v1.5 - -Build:1.6,6 - disable=build fails - missing resources - commit=v1.6 - -Build:1.7,7 - commit=v1.7 - -Build:1.9,9 - disable=build fails - commit=v1.9 - -Build:1.10,10 - commit=v1.10 - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.10 -Current Version Code:10 diff --git a/metadata/fr.xtof54.dragonGoApp.yml b/metadata/fr.xtof54.dragonGoApp.yml new file mode 100644 index 0000000000..96fd6243ab --- /dev/null +++ b/metadata/fr.xtof54.dragonGoApp.yml @@ -0,0 +1,58 @@ +Categories: + - Games +License: AGPL-3.0-only +SourceCode: https://github.com/cerisara/DragonGoApp +IssueTracker: https://github.com/cerisara/DragonGoApp/issues + +AutoName: DragonGoApp +Summary: Go game for DGS +Description: |- + Open-source android App to play the game of go on the DGS server. + + DragonGoApp features: + + * Minimize bandwidth usage: this is especially useful when you have a limited quota of 3G data connection + * Full-featured SGF editor/player based on the open-source eidogo code. Also shows game information and game comments + * Support dual servers/credentials (DGS and develDGS) + * Play moves, pass, resign, send/receive messages, attach a comment to a move + * Invite/accept/refuse challenges, challenge in 19x19 ladder + * Follow reviews of professional games from IGS, which are included in the app + +RepoType: git +Repo: https://github.com/cerisara/DragonGoApp + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 68e3c8ea9f4 + + - versionName: '1.2' + versionCode: 2 + commit: 3d133d3489a + + - versionName: '1.5' + versionCode: 5 + commit: v1.5 + + - versionName: '1.6' + versionCode: 6 + disable: build fails - missing resources + commit: v1.6 + + - versionName: '1.7' + versionCode: 7 + commit: v1.7 + + - versionName: '1.9' + versionCode: 9 + disable: build fails + commit: v1.9 + + - versionName: '1.10' + versionCode: 10 + commit: v1.10 + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.10' +CurrentVersionCode: 10