Compare commits

...

8 Commits

Author SHA1 Message Date
CatSalad ⭐ D.Burch
412244fa74
Merge debdaae29612f7fff60a63f56c8a4bccda8cacb0 into 83a603e1bf9d3d265c2ab91e2052911c4c4f8351 2024-02-13 13:50:08 +00:00
CatSalad ⭐ D.Burch
debdaae296
Update dialers.json
Added only good open source dialer app I know.

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 08:19:17 -04:00
CatSalad ⭐ D.Burch
ede58a8bc6
Update screen_recorders.json
Updated repo link and added optional source field.

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 08:10:00 -04:00
CatSalad ⭐ D.Burch
ee2a673bf2
Update translators.json
Repo link update for TranslateYou 

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 07:56:53 -04:00
CatSalad ⭐ D.Burch
7d13bf472f
Update sms.json
(Miss comma😬)

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 07:48:31 -04:00
CatSalad ⭐ D.Burch
0895f71da0
Update contacts.json
Added Simple Contacts recommendation

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 07:47:35 -04:00
CatSalad ⭐ D.Burch
b3ad729c9a
Update sms.json
Added Simple SMS Messenger recommendation.

Signed-off-by: CatSalad  D.Burch <118766369+devsalad@users.noreply.github.com>
2023-10-20 07:38:54 -04:00
CatSalad ⭐ D.Burch
a1a7563dfc update suggestions/gallery.json - Included Play Store in source list 2023-10-20 07:21:02 -04:00
6 changed files with 29 additions and 5 deletions

View File

@ -1 +1,9 @@
[]
[
{
"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"
}
]

View File

@ -1 +1,9 @@
[]
[
{
"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"
}
]

View File

@ -2,7 +2,7 @@
{
"id": "com.simplemobiletools.gallery.pro",
"label": "Simple Gallery Pro",
"source": "f",
"source": "fg",
"repo": "https://github.com/SimpleMobileTools/Simple-Gallery"
},
{

View File

@ -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"
}
]

View File

@ -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"
}
]

View File

@ -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"
}
]