Mirror of YTVanced/VancedManager
Go to file
KevinX8 8b3f2c5e2e
New Crowdin updates (#700)
* New translations strings.xml (Indonesian)

* New translations strings.xml (Croatian)

* New translations strings.xml (Croatian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Croatian)

* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Catalan)

* New translations strings.xml (Catalan)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Norwegian)

* New translations strings.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Hungarian)

* New translations strings.xml (Bengali)

* New translations strings.xml (German)

* New translations strings.xml (Azerbaijani)

* New translations strings.xml (Filipino)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Azerbaijani)

* New translations strings.xml (German)

* New translations strings.xml (Russian)

* New translations strings.xml (Belarusian)

* New translations strings.xml (Belarusian)

* New translations strings.xml (Belarusian)

* New translations strings.xml (Odia)

* New translations strings.xml (Odia)

* New translations strings.xml (German)

* New translations strings.xml (Finnish)
2022-03-14 01:11:33 +00:00
.github update templates 2021-10-11 17:34:57 +04:00
app New Crowdin updates (#700) 2022-03-14 01:11:33 +00:00
core-mvi update deps 2021-10-08 21:57:08 +03:00
core-presentation updated buildscript for subprojects 2021-10-08 16:17:08 +04:00
core-ui cleanup 2021-10-08 19:22:44 +04:00
feature-home update deps 2021-10-08 21:57:08 +03:00
gradle/wrapper dependency updates 2021-10-08 14:21:44 +04:00
library-network update deps 2021-10-08 21:57:08 +03:00
.gitignore switch to github issue forms 2021-10-08 16:58:15 +04:00
LICENSE Create LICENSE 2020-03-16 17:09:11 +00:00
README.md Fix typo 2022-02-17 15:13:12 +01:00
READMEME.md Removed shitty joke from readmeme 2021-02-04 20:50:49 +04:00
build.gradle.kts replace jcenter with maven central 2021-10-08 16:04:50 +04:00
crowdin.yml Update Crowdin configuration file 2020-07-03 17:21:22 +01:00
gradle.properties new icon 2020-12-13 15:54:52 +04:00
gradlew Added UI (Alpha) 2020-03-16 19:41:57 +04:00
gradlew.bat Added UI (Alpha) 2020-03-16 19:41:57 +04:00
settings.gradle.kts switched to kotlin dsl 2021-01-10 14:11:04 +04:00

README.md

Vanced Manager

Github All Releases Github All Releases

Introduction

Hi, when we released Vanced 15.05.54, people were upset because it used the .apks format, which was burdensome 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 user-friendly 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!!

Features

  • Vanced manager can easily install and uninstall Vanced and MicroG.
  • It has various settings for customization and better experience.
  • The Manager comes with an easy-to-use Interface.

NOTE: 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 only.

For anyone who wants to provide translations please submit them to this link as we also use it for YouTube Vanced. Any issues with translations should be posted there too.

TODO

  • Clean up the ViewModel and DataModel code
  • Migrate to Jetpack Compose when it's officially released

Building

Build

Using Android Studio

Clone the Repository, open it in Android Studio and build the application.

Google Advanced Protection Program

If you are using this feature on your Google account, you must either disable it or log out from your Google account before installing Youtube Vanced via Vanced Manager. The Google Advanced Protection Program does not allow the installation of apps from unknown sources. These security measures are tied to the protected account and not the device. After the installation, you will be able to log back in or enroll again into the program.

Using Command Line

On Windows:

.\gradlew.bat assembleDebug

On Linux/macOS:

chmod +x gradlew
./gradlew assembleDebug