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" + } +] 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" + } +] 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" }, { 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" } ] diff --git a/suggestions/sms.json b/suggestions/sms.json index 6870d4a..ff8f53f 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" } ] 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" } ]