From 99f21d5808e399bfe62c8f8ef81c07e92133adc3 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Mon, 28 Oct 2024 19:10:32 +0530 Subject: [PATCH 1/2] Add Convo --- apps/Convo.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 apps/Convo.yml diff --git a/apps/Convo.yml b/apps/Convo.yml new file mode 100644 index 0000000..814e10a --- /dev/null +++ b/apps/Convo.yml @@ -0,0 +1,29 @@ +name: Convo +description: A basic XMPP messaging client for KaiOS supporting sending messages to existing contacts and joining existing groupchats. The app is a bit limited on its own, but works well along with a companion desktop app. +icon: https://git.disroot.org/badrihippo/convo/raw/branch/master/public/images/icon-64.png +# screenshots are optional +screenshots: + - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/splash.png + - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/messages.png + - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/contacts.png + - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/groupchat.png +# website is optional +website: +# git repo is optional +git_repo: https://git.disroot.org/badrihippo/convo +download: + url: https://git.disroot.org/badrihippo/convo/releases/download/0.1.0/convo-0.1.0-kaios2-omnisd.zip + manifest: https://git.disroot.org/badrihippo/convo/raw/branch/master/public/manifest.webapp +type: packaged +license: GPL-3-or-later +author: Badri Sunderarajan +maintainer: Badri Sunderarajan +#donation is optional +donation: https://git.disroot.org/badrihippo/convo#donations +has_ads: false +has_tracking: false +meta: + tags: xmpp; xmpp-client; chat; messaging; + categories: + - communication + - social -- GitLab From 46561c665ffbbf20956ccdbb6810ae48197d11ed Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Mon, 28 Oct 2024 21:20:44 +0530 Subject: [PATCH 2/2] Remove blank "website" field from Convo It says it's optional but I guess that means if I'm not using it it shouldn't be there at all. Also removed the comment lines, as I guess they're not needed any more. --- apps/Convo.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/Convo.yml b/apps/Convo.yml index 814e10a..488d4a0 100644 --- a/apps/Convo.yml +++ b/apps/Convo.yml @@ -1,15 +1,11 @@ name: Convo description: A basic XMPP messaging client for KaiOS supporting sending messages to existing contacts and joining existing groupchats. The app is a bit limited on its own, but works well along with a companion desktop app. icon: https://git.disroot.org/badrihippo/convo/raw/branch/master/public/images/icon-64.png -# screenshots are optional screenshots: - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/splash.png - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/messages.png - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/contacts.png - https://git.disroot.org/badrihippo/convo/raw/branch/master/screenshots/groupchat.png -# website is optional -website: -# git repo is optional git_repo: https://git.disroot.org/badrihippo/convo download: url: https://git.disroot.org/badrihippo/convo/releases/download/0.1.0/convo-0.1.0-kaios2-omnisd.zip @@ -18,7 +14,6 @@ type: packaged license: GPL-3-or-later author: Badri Sunderarajan maintainer: Badri Sunderarajan -#donation is optional donation: https://git.disroot.org/badrihippo/convo#donations has_ads: false has_tracking: false -- GitLab