VancedManager/README.md

29 lines
1.9 KiB
Markdown
Raw Normal View History

2020-07-03 23:18:52 +00:00
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://translatemanager.vanced.app as we also use it for YouTube Vanced. Any issues with translations should be posted there too.
2020-07-02 17:53:18 +00:00
======
2020-07-03 13:34:57 +00:00
[![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg)]() [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg)]()
2020-04-04 13:21:33 +00:00
# Vanced Manager
2020-06-30 23:40:03 +00:00
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 5mb?" and that's how Vanced Manager was born.
2020-08-12 12:21:23 +00:00
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 problems regarding background activity.
2020-06-23 13:47:20 +00:00
## Vanced Developers
- xfileFIN
- KevinX8
- Zanezam
- Laura Almeida
2020-06-23 13:47:20 +00:00
## Vanced Manager Developer
- Xinto (X1nto)
2020-06-23 13:47:20 +00:00
2020-04-04 13:21:33 +00:00
## Credits
2020-06-30 21:33:33 +00:00
- topjohnwu for his wonderful [LibSU](https://github.com/topjohnwu/libsu)
2020-07-01 07:11:30 +00:00
- Mindorks for their amazing [PRDownloader](https://github.com/MindorksOpenSource/PRDownloader)
2020-06-30 23:40:03 +00:00
- aefyr for [SAI](https://github.com/aefyr/SAI), which was an inspiration for our Manager
2020-08-12 12:21:23 +00:00
- kittinunf for [Fuel](https://github.com/kittinunf/Fuel) HTTP client
- cbeust for [klaxon](https://github.com/cbeust/klaxon) JSON parser