From a1a7563dfc6549bc636a2bf2e2ef1ab377bc3e6c 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:21:02 -0400 Subject: [PATCH 1/7] update suggestions/gallery.json - Included Play Store in source list --- suggestions/gallery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestions/gallery.json b/suggestions/gallery.json index 44cbfd6..3f3a90e 100644 --- a/suggestions/gallery.json +++ b/suggestions/gallery.json @@ -2,7 +2,7 @@ { "id": "com.simplemobiletools.gallery.pro", "label": "Simple Gallery Pro", - "source": "f", + "source": "fg", "repo": "https://github.com/SimpleMobileTools/Simple-Gallery" }, { 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 2/7] 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" } ] From 0895f71da0dc3d34fd20f671e1a8830aa46a85f8 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:47:35 -0400 Subject: [PATCH 3/7] Update contacts.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Simple Contacts recommendation Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/contacts.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/suggestions/contacts.json b/suggestions/contacts.json index 0637a08..ee5e2f5 100644 --- a/suggestions/contacts.json +++ b/suggestions/contacts.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "id": "com.simplemobiletools.contacts.pro", + "label": "Simple Contacts", + "reason": "Simple contacts app with the basic features plus contact photos, favorites, automatic backup, and private contacts", + "source": "fg", + "repo": "https://github.com/SimpleMobileTools/Simple-Contacts" + } +] From 7d13bf472fa66aa076f07060e6ad7c1047ef8a5a 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:48:31 -0400 Subject: [PATCH 4/7] Update sms.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Miss comma😬) Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/sms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestions/sms.json b/suggestions/sms.json index e7082e9..ff8f53f 100644 --- a/suggestions/sms.json +++ b/suggestions/sms.json @@ -8,7 +8,7 @@ { "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." + "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" } From ee2a673bf24a624fc334053e7d676b7049f65a89 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:56:53 -0400 Subject: [PATCH 5/7] Update translators.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo link update for TranslateYou Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/translators.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestions/translators.json b/suggestions/translators.json index 4b9259c..4c304f1 100644 --- a/suggestions/translators.json +++ b/suggestions/translators.json @@ -3,6 +3,6 @@ "id": "com.bnyro.translate", "label": "Translate You", "source": "f", - "repo": "https://github.com/Bnyro/TranslateYou" + "repo": "https://github.com/you-apps/TranslateYou" } ] From ede58a8bc6790ed73b29869bf390cefa119ebc42 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 08:10:00 -0400 Subject: [PATCH 6/7] Update screen_recorders.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated repo link and added optional source field. Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/screen_recorders.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suggestions/screen_recorders.json b/suggestions/screen_recorders.json index 337abb1..225eb1f 100644 --- a/suggestions/screen_recorders.json +++ b/suggestions/screen_recorders.json @@ -2,6 +2,7 @@ { "id": "com.bnyro.recorder", "label": "Record You", - "repo": "https://github.com/Bnyro/RecordYou" + "source": "f", + "repo": "https://github.com/you-apps/RecordYou" } ] From debdaae29612f7fff60a63f56c8a4bccda8cacb0 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 08:19:17 -0400 Subject: [PATCH 7/7] Update dialers.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added only good open source dialer app I know. Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/dialers.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/suggestions/dialers.json b/suggestions/dialers.json index 0637a08..7995a53 100644 --- a/suggestions/dialers.json +++ b/suggestions/dialers.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "id": "com.simplemobiletools.dialer", + "label": "Simple Dialer", + "reason": "Lightweight dialer app with all the basics plus call log import and export.", + "source": "fg", + "repo": "https://github.com/SimpleMobileTools/Simple-Dialer" + } +]