mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 03:05:11 +00:00
OwO-Ify
This commit is contained in:
parent
81f8c7a036
commit
f15dcdfaef
1 changed files with 40 additions and 3 deletions
43
README.md
43
README.md
|
@ -1,4 +1,10 @@
|
|||
# Vanced Manager [![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg)](https://github.com/YTVanced/VancedManager/releases/latest) [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg)](https://github.com/YTVanced/VancedManager/releases/latest)
|
||||
<div align="center">
|
||||
|
||||
# Vanced Manager
|
||||
|
||||
[![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedManager/total.svg?style=for-the-badge)](https://github.com/YTVanced/VancedManager/releases/latest) [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedManager.svg?style=for-the-badge)](https://github.com/YTVanced/VancedManager/releases/latest)
|
||||
|
||||
</div>
|
||||
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.
|
||||
|
||||
|
@ -6,20 +12,45 @@ After 3 months of development, we are finally ready to introduce Vanced Manager
|
|||
|
||||
##### Background download/installation feature is no longer supported due to problems with some ROMs, please do NOT report issues regarding background activity.
|
||||
|
||||
<div align="center">
|
||||
|
||||
## Contributions
|
||||
|
||||
</div>
|
||||
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 YouTube Vanced. Any issues with translations should be posted there too.
|
||||
|
||||
<div align="center">
|
||||
|
||||
## TODO
|
||||
|
||||
</div>
|
||||
- [ ] Clean up the ViewModel and DataModel code
|
||||
- [ ] Migrate to Jetpack Compose when it's officially released
|
||||
|
||||
## Building [![Build](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml/badge.svg?branch=dev)](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml)
|
||||
<div align="center">
|
||||
|
||||
## Building
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[![Build](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml/badge.svg?branch=dev&)](https://github.com/YTVanced/VancedManager/actions/workflows/debug.yml)
|
||||
|
||||
### Using Android Studio
|
||||
|
||||
</div>
|
||||
|
||||
Clone the repo, open it in Android Studio and build the app.
|
||||
|
||||
<div align="center">
|
||||
|
||||
### Using command line
|
||||
|
||||
</div>
|
||||
|
||||
#### On Windows:
|
||||
```powershell
|
||||
.\gradlew.bat assembleDebug
|
||||
|
@ -30,5 +61,11 @@ chmod +x gradlew
|
|||
./gradlew assembleDebug
|
||||
```
|
||||
|
||||
<div align="center">
|
||||
|
||||
## Vanced FAQ
|
||||
Vanced FAQ (from the faq branch) now available on the playstore! https://play.google.com/store/apps/details?id=com.vanced.faq
|
||||
|
||||
</div>
|
||||
Vanced FAQ (from the faq branch) now available on the playstore!
|
||||
|
||||
[![Get It Now](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.vanced.faq)
|
||||
|
|
Loading…
Reference in a new issue