Mirror of YTVanced/VancedManager
Go to file
KevinX8 1c219ea3e0
last readme edit
2022-03-14 13:59:14 +00:00
.github add Qodana linter 2021-11-03 11:16:58 +04:00
app packagemanager code cleanup 2022-03-11 19:53:34 +04:00
gradle/wrapper update deps 2022-02-09 13:48:00 +04:00
.gitignore initial compose commit 2021-05-30 20:21:05 +04:00
LICENSE Create LICENSE 2020-03-16 17:09:11 +00:00
README.md last readme edit 2022-03-14 13:59:14 +00:00
READMEME.md Removed shitty joke from readmeme 2021-02-04 20:50:49 +04:00
build.gradle.kts switch to github as backend 2022-03-01 19:01:03 +04:00
crowdin.yml Update Crowdin configuration file 2020-07-03 17:21:22 +01:00
gradle.properties initial compose commit 2021-05-30 20:21:05 +04:00
gradlew initial compose commit 2021-05-30 20:21:05 +04:00
gradlew.bat initial compose commit 2021-05-30 20:21:05 +04:00
settings.gradle.kts initial compose commit 2021-05-30 20:21:05 +04:00

README.md

Vanced Manager

Github All Releases Github All Releases

Now discontinued https://twitter.com/YTVanced/status/1503052250268286980

Hi, when we released Vanced 15.05.54, people were upset because it used the .apks format, which was way harder to install than a traditional .apk file. Even though we wrote clear instructions on how to install the new Vanced build, people still couldn't figure it out.
Then we thought, "why don't we make a manager for vanced, which will download, update and uninstall Vanced and MicroG, have an easy and understandable UI and be less than 10mb?" and that's how Vanced Manager was born.

After 3 months of development, we are finally ready to introduce Vanced Manager to the masses. Vanced manager can easily install and uninstall vanced and microg, has various settings for customisation and better experience. The Manager comes with an easy-to-use interface

Background download/installation feature is no longer supported due to problems with some ROMs, please do NOT report issues regarding background activity.

Contributions

Pull requests should be made to the Dev branch as that is the working branch, master is for release code.

For anyone who wants to provide translations please submit them to https://crowdin.com/project/vanced-manager as we also use it for Vanced. Any issues with translations should be posted there too.

Building

Build

Using Android Studio

Clone the repo, open it in Android Studio and build the app.

Using command line

On Windows:

.\gradlew.bat assembleDebug

On Linux/macOS:

chmod +x gradlew
./gradlew assembleDebug