From e6cb595b08068dc0b2c72fb1213d68a4c7fee4b8 Mon Sep 17 00:00:00 2001 From: koyu Date: Wed, 23 Oct 2019 17:12:49 +0200 Subject: [PATCH 1/4] koyu.space: add 1.2 --- metadata/com.Sommerlichter.social.yml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.Sommerlichter.social.yml diff --git a/metadata/com.Sommerlichter.social.yml b/metadata/com.Sommerlichter.social.yml new file mode 100644 index 0000000000..7027bd950d --- /dev/null +++ b/metadata/com.Sommerlichter.social.yml @@ -0,0 +1,32 @@ +Categories: + - Internet +License: CC0-1.0 +SourceCode: https://git.koyu.space/koyu/koyuspace-app +IssueTracker: https://git.koyu.space/koyu/koyuspace-app/issues +Changelog: https://git.koyu.space/koyu/koyuspace-app/releases +LiberapayID: '28700' + +Summary: Stay connected with the fediverse +Description: "koyu.space is a community based on the Mastodon network. This app is\ + \ the entry into the fediverse to communicate with the people you like. koyu.space\ + \ uses Mastodon and it has some advantages. Instead on relying on a centralized\ + \ infrastructure, Mastodon relies on a decentralized infrastructure. That's pretty\ + \ much like E-Mail: You have an e-mail address, but you can also interact with\ + \ people on other servers. Besides that we have some other features included,\ + \ that aren't available on Mastodon." + +RepoType: git +Repo: https://git.koyu.space/koyu/koyuspace-app + +Builds: + - versionName: '1.2' + versionCode: 1200 + commit: 662a674 + subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: '1200' +CurrentVersionCode: 1200 From e82bc6684bb8a8ee2cd61b0550959e4d07b04ee1 Mon Sep 17 00:00:00 2001 From: koyu Date: Thu, 24 Oct 2019 10:54:09 +0200 Subject: [PATCH 2/4] Fixed metadata file --- metadata/com.Sommerlichter.social.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/com.Sommerlichter.social.yml b/metadata/com.Sommerlichter.social.yml index 7027bd950d..1ccc471bff 100644 --- a/metadata/com.Sommerlichter.social.yml +++ b/metadata/com.Sommerlichter.social.yml @@ -21,12 +21,12 @@ Repo: https://git.koyu.space/koyu/koyuspace-app Builds: - versionName: '1.2' versionCode: 1200 - commit: 662a674 + commit: v1.2 subdir: app gradle: - yes -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: '1200' +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.2' CurrentVersionCode: 1200 From c1627e20d2d3c60b5a8e1e765676365fb3aca791 Mon Sep 17 00:00:00 2001 From: koyu Date: Thu, 24 Oct 2019 18:06:00 +0200 Subject: [PATCH 3/4] Removed Summary and Description fields since we're using Fastlane --- metadata/com.Sommerlichter.social.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/metadata/com.Sommerlichter.social.yml b/metadata/com.Sommerlichter.social.yml index 1ccc471bff..b09586c6e2 100644 --- a/metadata/com.Sommerlichter.social.yml +++ b/metadata/com.Sommerlichter.social.yml @@ -6,15 +6,6 @@ IssueTracker: https://git.koyu.space/koyu/koyuspace-app/issues Changelog: https://git.koyu.space/koyu/koyuspace-app/releases LiberapayID: '28700' -Summary: Stay connected with the fediverse -Description: "koyu.space is a community based on the Mastodon network. This app is\ - \ the entry into the fediverse to communicate with the people you like. koyu.space\ - \ uses Mastodon and it has some advantages. Instead on relying on a centralized\ - \ infrastructure, Mastodon relies on a decentralized infrastructure. That's pretty\ - \ much like E-Mail: You have an e-mail address, but you can also interact with\ - \ people on other servers. Besides that we have some other features included,\ - \ that aren't available on Mastodon." - RepoType: git Repo: https://git.koyu.space/koyu/koyuspace-app From 989e078ebe441d028d2ea4196e1e60f58e07fca1 Mon Sep 17 00:00:00 2001 From: koyu Date: Thu, 24 Oct 2019 18:32:18 +0200 Subject: [PATCH 4/4] Empty commit to trigger CI