Compare commits

...

10 Commits

Author SHA1 Message Date
CatSalad ⭐ D.Burch
3ec9469fd6
Merge debdaae29612f7fff60a63f56c8a4bccda8cacb0 into d56addf82a46c78e04cb80bbb51d3f50c7261825 2025-02-11 00:23:25 -08:00
Muntashir Al-Islam
d56addf82a Update GitHub workflow
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:36:31 -08:00
Muntashir Al-Islam
29bb0c2fbf Remove Libre Camera from suggestions
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-02-10 09:30:22 -08: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
8 changed files with 32 additions and 13 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup PHP
@ -22,6 +22,6 @@ jobs:
run: php ./scripts/lint.php
- name: Upload lint results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./build/lint-results.txt

View File

@ -4,16 +4,11 @@
"label": "Camera",
"repo": "https://github.com/GrapheneOS/Camera"
},
{
"id": "com.iakmds.librecamera",
"label": "Libre Camera",
"source": "f",
"repo": "https://github.com/iakmds/librecamera"
},
{
"id": "net.sourceforge.opencamera",
"label": "Open Camera",
"source": "fg",
"reason": "A more advanced camera app",
"repo": "https://sourceforge.net/projects/opencamera/"
}
]

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