From 2e49733518a7ae755df083247c5dbc11bd3d34ad Mon Sep 17 00:00:00 2001 From: dakhnod Date: Sat, 18 Aug 2018 14:53:59 +0200 Subject: [PATCH 1/5] Added metadata for new app --- metadata/d.d.meshenger.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/d.d.meshenger.yml diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml new file mode 100644 index 0000000000..3897f64248 --- /dev/null +++ b/metadata/d.d.meshenger.yml @@ -0,0 +1,28 @@ +Categories: + - Messenger + - P2P + - Decentralized + - VoIP + - IPv6 +License: GPL-3.0-only +WebSite: https://github.com/dakhnod/Meshenger +SourceCode: https://github.com/dakhnod/Meshenger +IssueTracker: https://github.com/dakhnod/Meshenger/issues + +Summary: An Open-Source P2P Messenger +Description: | + This Android app allows voice- and videocommunication without any server or Internet access. Simply scan each others contact QR-Code and call each other. This works on most networks such as community networks or even company networks. + +RepoType: git +Repo: https://github.com/dakhnod/Meshenger + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: 28b55f7e69d92bbb6c8f34a64be7822cf48b1473 +# subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags From 78776813ffece742d62611922fdda593fbd92e23 Mon Sep 17 00:00:00 2001 From: dakhnod Date: Sun, 19 Aug 2018 01:36:34 +0200 Subject: [PATCH 2/5] Changed categories --- metadata/d.d.meshenger.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml index 3897f64248..0e63d4293c 100644 --- a/metadata/d.d.meshenger.yml +++ b/metadata/d.d.meshenger.yml @@ -1,9 +1,9 @@ Categories: - - Messenger - - P2P - - Decentralized - - VoIP - - IPv6 + - Connectivity + - Internet + - Multimedia + - Phone & SMS + - Security License: GPL-3.0-only WebSite: https://github.com/dakhnod/Meshenger SourceCode: https://github.com/dakhnod/Meshenger From e31c121f5964eb247f99126db24a6b0ac1fafb15 Mon Sep 17 00:00:00 2001 From: dakhnod Date: Sun, 19 Aug 2018 01:40:06 +0200 Subject: [PATCH 3/5] fixed missing/wrong values --- metadata/d.d.meshenger.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml index 0e63d4293c..acac95bf80 100644 --- a/metadata/d.d.meshenger.yml +++ b/metadata/d.d.meshenger.yml @@ -9,9 +9,12 @@ WebSite: https://github.com/dakhnod/Meshenger SourceCode: https://github.com/dakhnod/Meshenger IssueTracker: https://github.com/dakhnod/Meshenger/issues +CurrentVersion: 1.0.0 +CurrentVersionCode: 1 + Summary: An Open-Source P2P Messenger Description: | - This Android app allows voice- and videocommunication without any server or Internet access. Simply scan each others contact QR-Code and call each other. This works on most networks such as community networks or even company networks. + This app allows voice- and videocommunication without any server or Internet access. Simply scan each others contact QR-Code and call each other. This works on most networks such as community networks or even company networks. RepoType: git Repo: https://github.com/dakhnod/Meshenger @@ -20,9 +23,8 @@ Builds: - versionName: 1.0.0 versionCode: 1 commit: 28b55f7e69d92bbb6c8f34a64be7822cf48b1473 -# subdir: app gradle: - yes -AutoUpdateMode: None +AutoUpdateMode: %v UpdateCheckMode: Tags From d5940e4fadbd44dae580357c076fb0c1794e2284 Mon Sep 17 00:00:00 2001 From: dakhnod Date: Sun, 19 Aug 2018 02:31:40 +0200 Subject: [PATCH 4/5] Changed some wrong values --- metadata/d.d.meshenger.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml index acac95bf80..9e17c6d316 100644 --- a/metadata/d.d.meshenger.yml +++ b/metadata/d.d.meshenger.yml @@ -3,14 +3,11 @@ Categories: - Internet - Multimedia - Phone & SMS - - Security License: GPL-3.0-only WebSite: https://github.com/dakhnod/Meshenger SourceCode: https://github.com/dakhnod/Meshenger IssueTracker: https://github.com/dakhnod/Meshenger/issues -CurrentVersion: 1.0.0 -CurrentVersionCode: 1 Summary: An Open-Source P2P Messenger Description: | @@ -23,8 +20,11 @@ Builds: - versionName: 1.0.0 versionCode: 1 commit: 28b55f7e69d92bbb6c8f34a64be7822cf48b1473 + subdir: app gradle: - yes -AutoUpdateMode: %v +AutoUpdateMode: Version %v UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 1 From 221aeb7890ec3c84ba22abbb300f66a60553e1b5 Mon Sep 17 00:00:00 2001 From: dakhnod Date: Sun, 19 Aug 2018 02:48:34 +0200 Subject: [PATCH 5/5] removed emtpy line --- metadata/d.d.meshenger.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml index 9e17c6d316..689a5feb6a 100644 --- a/metadata/d.d.meshenger.yml +++ b/metadata/d.d.meshenger.yml @@ -8,7 +8,6 @@ WebSite: https://github.com/dakhnod/Meshenger SourceCode: https://github.com/dakhnod/Meshenger IssueTracker: https://github.com/dakhnod/Meshenger/issues - Summary: An Open-Source P2P Messenger Description: | This app allows voice- and videocommunication without any server or Internet access. Simply scan each others contact QR-Code and call each other. This works on most networks such as community networks or even company networks.