mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
add Warden (AuroraOSS/AppWarden) to full package
This commit is contained in:
parent
eb62b7feae
commit
05852b85e3
@ -24,6 +24,9 @@
|
||||
* improve function to auto-detect wether we use official or Nanolx GmsCore/DroidGuard and migrate between, if required
|
||||
* (there's no public Nanolx GmsCore build as of now, I'm using this for internal testing)
|
||||
|
||||
* Full package
|
||||
* add `Warden` an app management utility that let's you disable Services and Trackers
|
||||
|
||||
* build-package
|
||||
* allow side-loading custom APKs from `local` directory inside the NanoDroid tree
|
||||
* side-loading libraries is currently not supported
|
||||
|
@ -79,6 +79,7 @@ gh_SMARTPACKKERNELMANAGER=(SmartPack/SmartPack-Kernel-Manager app SmartPackKerne
|
||||
###
|
||||
|
||||
gl_AURORASERVICES=(AuroraOSS/AuroraServices priv-app AuroraServices)
|
||||
gl_AURORAWARDEN=(AuroraOSS/AppWarden app Warden)
|
||||
|
||||
###
|
||||
# URL
|
||||
@ -140,6 +141,7 @@ file_database=(
|
||||
${appsfolder[3]}/Termux/Termux.apk.gz
|
||||
${appsfolder[3]}/TorBrowser/TorBrowser.apk.gz
|
||||
${appsfolder[3]}/Twidere/Twidere.apk.gz
|
||||
${appsfolder[3]}/Warden/Warden.apk.gz
|
||||
${appsfolder[3]}/XDALabs/XDALabs.apk.gz
|
||||
|
||||
${appsfolder[4]}/AuroraServices/AuroraServices.apk.gz
|
||||
|
@ -125,6 +125,9 @@ grab_apps () {
|
||||
grab_apk_from_github ${gh_AMAZE[@]}
|
||||
grab_apk_from_github ${gh_SMARTPACKKERNELMANAGER[@]}
|
||||
|
||||
# GitLab
|
||||
grab_apk_from_gitlab ${gl_AURORAWARDEN[@]}
|
||||
|
||||
# URL
|
||||
grab_apk_from_url ${raw_XDALABS[@]}
|
||||
}
|
||||
|
@ -37,4 +37,5 @@ SmartPackKernelManager
|
||||
Termux
|
||||
TorBrowser
|
||||
Twidere
|
||||
Warden
|
||||
XDALabs
|
||||
|
@ -46,6 +46,7 @@ Full list of included applications:
|
||||
* Termux (Terminal Emulator) {Termux} [> F-Droid](https://f-droid.org/packages/com.termux)
|
||||
* TorBrowser {TorBrowser} [> Tor](https://www.torproject.org/projects/torbrowser.html.en)
|
||||
* Twidere (Twitter client) {Twidere} [> F-Droid](https://f-droid.org/packages/org.mariotaku.twidere)
|
||||
* Warden (Disable Services and Tracakers) {Warden} [> GitLab](https://gitlab.com/AuroraOSS/AppWarden)
|
||||
* XDA Labs (XDA Forum and App Store) {XDALabs} [> XDA](https://forum.xda-developers.com/android/apps-games/labs-t3241866)
|
||||
* source not (yet) available
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user