From b3ad729c9aaa0f809b39b39b0d0224d6ad30bdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CatSalad=20=E2=AD=90=20D=2EBurch?= <118766369+devsalad@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:38:54 -0400 Subject: [PATCH] Update sms.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Simple SMS Messenger recommendation. Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/sms.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/suggestions/sms.json b/suggestions/sms.json index 6870d4a..e7082e9 100644 --- a/suggestions/sms.json +++ b/suggestions/sms.json @@ -4,5 +4,12 @@ "label": "QKSMS", "source": "fg", "repo": "https://github.com/moezbhatti/qksms" + }, + { + "id": "com.simplemobiletools.smsmessenger", + "label": "Simple SMS Messenger", + "reason": "Closely emulates stock SMS with support for message archives, delayed sending, AOSP blocklist integration, recycle bin, backups, etc. No app unlocks needed." + "source": "fg", + "repo": "https://github.com/SimpleMobileTools/Simple-SMS-Messenger" } ]