Compare commits

...

4 Commits

Author SHA1 Message Date
blitziak
9089327fd8
Merge 06676e43c96e0ae247649ce199edb83b70dee835 into d56addf82a46c78e04cb80bbb51d3f50c7261825 2025-02-11 07:32:31 +00: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
blitziak
06676e43c9
Update carrier.json
continuation of my lists.

Signed-off-by: blitziak <107147792+Blitz517@users.noreply.github.com>
2023-09-28 16:50:37 +00:00
3 changed files with 126 additions and 8 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

@ -1,4 +1,127 @@
[
{
"id": "com.aura.oobe.vodafone",
"label": "Vodafone AppBox",
"description": "It is some kind of post-install recommended apps setup from the carrier.\nAsks for your age and gender and then recommends you to install popular apps.\nDevelopped by IronSource, an Israeli advertising company.",
"removal": "delete"
},
{
"id": "com.ironsource.appcloud.oobe.hutchison",
"label": "AppCloud",
"description": "AppCloud (discontinued) from ironSource, an advertising company.\nWorth reading:",
"web": [
"https://en.wikipedia.org/wiki/IronSource"
],
"removal": "delete"
},
{
"id": "com.dti.bouyguestelecom",
"label": "Bouygues AppCloud",
"description": "Its problably for install apps but its useless and have ads and a lot permissions.",
"removal": "delete"
},
{
"id": "com.altice.android.myapps",
"label": "MyApps",
"description": "Its problably for install apps but its useless.",
"removal": "delete"
},
{
"id": "com.sfr.android.sfrjeux",
"label": "My Games",
"description": "Its not useful app for games and better uninstall it",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfc",
"label": "com.felicanetworks.mfc",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfm.main",
"label": "com.felicanetworks.mfm.main",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfs",
"label": "com.felicanetworks.mfs",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.felicanetworks.mfw.a.boot",
"label": "com.felicanetworks.mfw.a.boot",
"description": "Chinese felicanetworks",
"removal": "delete"
},
{
"id": "com.aura.oobe.motorola",
"label": "MotoApps",
"description": "It's something to install apps, but it's an advertising company.",
"removal": "delete"
},
{
"id": "com.dti.motorola",
"label": "Mobile Services Manager",
"description": "Its something for install apps but its useless and a lot permissions.",
"removal": "delete"
},
{
"id": "com.claroColombia.contenedor",
"label": "Claro",
"description": "It's something to install apps, but it's an advertising company.",
"removal": "delete"
},
{
"id": "com.dti.cricket",
"label": "com.dti.cricket",
"description": "Its app for installing recommanded apps? Its only used on first-boot setup and its useless.",
"removal": "delete"
},
{
"id": "com.cricketwireless.minus",
"label": "com.cricketwireless.minus",
"description": "Cricket partner tab? better remove it. It problably have news or partner customization to chrome.",
"removal": "delete"
},
{
"id": "com.att.deviceunlock",
"label": "Device Unlock",
"description": "Useless app from AT&T. Its only for unlock device.",
"removal": "delete"
},
{
"id": "com.oem.euiccpartnerapp",
"label": "EuiccPartnerApp",
"description": "Needed for eSIM (eUICC)?\nI think its useless.",
"removal": "delete"
},
{
"id": "com.oem.euiccpartnerapp",
"label": "EuiccPartnerApp",
"description": "Needed for eSIM (eUICC)?\nI think its useless.",
"removal": "delete"
},
{
"id": "com.inmobi.installer",
"label": "com.inmobi.installer",
"description": "Its installer advertising company app.",
"removal": "delete"
},
{
"id": "com.verizon.services",
"label": "AppDirectedSMS",
"description": "OMA Device Management for Verizon.\nIts for wifi calling, sms",
"removal": "replace"
},
{
"id": "com.dti.amx",
"label": "com.dti.amx",
"description": "Its used to choose app install? A lot trackers, permissions.\nUseless.",
"removal": "delete"
},
{
"id": "ca.bell.wt.android.tunesappswidget",
"label": "App Widget",

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