From 718e3bf632249f180e06070af0bd707cbae164fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Gaspar?=
<46165813+ericgaspar@users.noreply.github.com>
Date: Sun, 5 Mar 2023 10:52:52 +0100
Subject: [PATCH 1/5] Cleaning
---
doc/ADMIN.md | 10 ++--------
doc/ADMIN_fr.md | 10 ++--------
doc/POST_INSTALL.md | 1 -
doc/POST_INSTALL_fr.md | 1 -
doc/POST_UPGRADE.md | 1 -
doc/POST_UPGRADE_fr.md | 1 -
6 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 40a65a8..5d55ab1 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -4,11 +4,5 @@ Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
-For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
-
-[
](https://apps.apple.com/us/app/simplex-chat/id1605771084)
-
-[](https://play.google.com/store/apps/details?id=chat.simplex.app)
-
-[
](https://app.simplex.chat)
-
+Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and f-droid(https://app.simplex.chat).
+To configure mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md
index c725c68..f7d5f43 100644
--- a/doc/ADMIN_fr.md
+++ b/doc/ADMIN_fr.md
@@ -4,11 +4,5 @@ L'adresse de votre serveur SMP est :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
-Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
-
-[
](https://apps.apple.com/us/app/simplex-chat/id1605771084)
-
-[](https://play.google.com/store/apps/details?id=chat.simplex.app)
-
-[
](https://app.simplex.chat)
-
+Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat).
+Pour configurer les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
\ No newline at end of file
diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md
index 972dca1..c7220db 100644
--- a/doc/POST_INSTALL.md
+++ b/doc/POST_INSTALL.md
@@ -1,4 +1,3 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md
index 132e29d..531d913 100644
--- a/doc/POST_INSTALL_fr.md
+++ b/doc/POST_INSTALL_fr.md
@@ -1,4 +1,3 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_UPGRADE.md b/doc/POST_UPGRADE.md
index 972dca1..c7220db 100644
--- a/doc/POST_UPGRADE.md
+++ b/doc/POST_UPGRADE.md
@@ -1,4 +1,3 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_UPGRADE_fr.md b/doc/POST_UPGRADE_fr.md
index 132e29d..531d913 100644
--- a/doc/POST_UPGRADE_fr.md
+++ b/doc/POST_UPGRADE_fr.md
@@ -1,4 +1,3 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
From 138df0ad6d3c47fe7a12d4b6c7aa19e7a17ae0ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Gaspar?=
<46165813+ericgaspar@users.noreply.github.com>
Date: Sun, 5 Mar 2023 10:53:17 +0100
Subject: [PATCH 2/5] Update install
---
scripts/install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/install b/scripts/install
index dd20ded..7b1847c 100755
--- a/scripts/install
+++ b/scripts/install
@@ -39,7 +39,7 @@ chown -R $app:$app "/etc/opt/simplex"
#=================================================
# SYSTEM CONFIGURATION
#=================================================
-ynh_script_progression --message="Adding system configurations related to $app ..." --weight=6
+ynh_script_progression --message="Adding system configurations related to $app..." --weight=6
# Create a dedicated systemd config
ynh_add_systemd_config
From bedc3837ed8850809e08320382f205f3ddddb2a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Gaspar?=
<46165813+ericgaspar@users.noreply.github.com>
Date: Sun, 5 Mar 2023 10:53:36 +0100
Subject: [PATCH 3/5] Update upgrade
---
scripts/upgrade | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/upgrade b/scripts/upgrade
index effc4c9..5de770f 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
-
#=================================================
# STORE SETTINGS
#=================================================
From 1635ef3b708dc0401a882f4185b357867354c419 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Gaspar?=
<46165813+ericgaspar@users.noreply.github.com>
Date: Sun, 5 Mar 2023 10:54:49 +0100
Subject: [PATCH 4/5] Update manifest.toml
---
manifest.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manifest.toml b/manifest.toml
index e81f619..d307cb2 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "SimpleX"
description.en = "Messaging platform operating without user identifiers"
description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs"
-version = "4.4.1~ynh1"
+version = "4.4.1~ynh2"
maintainers = ["eric_G"]
From 2bbf79ee8e0f90161ed2ed134884956326724ac1 Mon Sep 17 00:00:00 2001
From: yunohost-bot
Date: Sun, 5 Mar 2023 09:54:53 +0000
Subject: [PATCH 5/5] Auto-update README
---
README.md | 2 +-
README_fr.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b2d5bfa..11b56bf 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released.
-**Shipped version:** 4.4.1~ynh1
+**Shipped version:** 4.4.1~ynh2
## Screenshots
diff --git a/README_fr.md b/README_fr.md
index 9fd0a97..e592eff 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception !
-**Version incluse :** 4.4.1~ynh1
+**Version incluse :** 4.4.1~ynh2
## Captures d’écran