mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-04-23 05:26:51 +08:00
Compare commits
10 Commits
412244fa74
...
3ec9469fd6
Author | SHA1 | Date | |
---|---|---|---|
|
3ec9469fd6 | ||
|
d56addf82a | ||
|
29bb0c2fbf | ||
|
debdaae296 | ||
|
ede58a8bc6 | ||
|
ee2a673bf2 | ||
|
7d13bf472f | ||
|
0895f71da0 | ||
|
b3ad729c9a | ||
|
a1a7563dfc |
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
@ -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/"
|
||||
}
|
||||
]
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"id": "com.simplemobiletools.gallery.pro",
|
||||
"label": "Simple Gallery Pro",
|
||||
"source": "f",
|
||||
"source": "fg",
|
||||
"repo": "https://github.com/SimpleMobileTools/Simple-Gallery"
|
||||
},
|
||||
{
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user