mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 22:14:25 +02:00
docs: part 8.5
TODO: see PR #1411 suggestions Co-authored-by: Palm <palmpasuthorn@gmail.com> Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
dcf51c1777
commit
2f31fc7d6e
@ -65,11 +65,11 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
|
|||||||
|
|
||||||
## 📝 How to contribute
|
## 📝 How to contribute
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> It's worth noting that we recommend that you discuss your changes with
|
> We recommend that you discuss your changes with
|
||||||
> the maintainers of ReVanced Manager before contributing.
|
> the maintainers of ReVanced Manager before contributing.
|
||||||
> This will help you determine whether your change is acceptable.
|
> This will help you determine whether your change is acceptable.
|
||||||
|
|
||||||
1. Fork the repository and create your branch from `dev`
|
1. Fork the repository and create a new branch based off the `dev` branch
|
||||||
2. Make sure that the commit name are clear and concise as possible and commit your changes.
|
2. Make sure that the commit name are clear and concise as possible and commit your changes.
|
||||||
If you have never contributed to this repository before, it's recommended to read the overview in the [documentation for developers](/docs/developers/README.md)
|
If you have never contributed to this repository before, it's recommended to read the overview in the [documentation for developers](/docs/developers/README.md)
|
||||||
3. Open a pull request to the `dev` branch and reference issues that your pull request closes
|
3. Open a pull request to the `dev` branch and reference issues that your pull request closes
|
||||||
@ -78,6 +78,6 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
|
|||||||
|
|
||||||
## 🤚 I want to contribute but don't know how to code
|
## 🤚 I want to contribute but don't know how to code
|
||||||
Even if you don't know how to code, you can still contribute by
|
Even if you don't know how to code, you can still contribute by
|
||||||
translating the ReVanced Manager application on our [Crowdin](https://translate.revanced.app/).
|
translating ReVanced Manager on [Crowdin](https://translate.revanced.app/).
|
||||||
|
|
||||||
❤️ Thank you for considering contributing to ReVanced Manager.
|
❤️ Thank you for considering contributing to ReVanced Manager.
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
# 💊 ReVanced Manager
|
# 💊 ReVanced Manager
|
||||||
|
|
||||||
[](https://github.com/ReVanced/revanced-manager/commits/compose-dev "")
|
[](https://github.com/ReVanced/revanced-manager/commits/compose-dev "")
|
||||||
[](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev "")
|
[](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev "")
|
||||||
|
|
||||||
@ -51,6 +52,7 @@ ReVanced Manager is an Android application that uses ReVanced Patcher to add, re
|
|||||||
|
|
||||||
### 💪 Features
|
### 💪 Features
|
||||||
We provide the some of the features are:
|
We provide the some of the features are:
|
||||||
|
|
||||||
* 📱 **Portable**: ReVanced Patcher that fit in your pocket!
|
* 📱 **Portable**: ReVanced Patcher that fit in your pocket!
|
||||||
* 🤗 **Intuitive UI**: Help you manage your patched applications *intuitively*!
|
* 🤗 **Intuitive UI**: Help you manage your patched applications *intuitively*!
|
||||||
* 🛠️ **Customization**: Patch with third-party sources!
|
* 🛠️ **Customization**: Patch with third-party sources!
|
||||||
|
@ -11,7 +11,8 @@ The following pages will guide you through using ReVanced Manager to patch apps.
|
|||||||
5. Select the patches you want to apply
|
5. Select the patches you want to apply
|
||||||
6. Tap the Patch button
|
6. Tap the Patch button
|
||||||
7. Tap on the **Install** button
|
7. Tap on the **Install** button
|
||||||
> [!Note]: If you are rooted, you can mount the patched app on top of the original app.[^3]
|
> [!Note]
|
||||||
|
> If you are rooted, you can mount the patched app on top of the original app.[^3]
|
||||||
> Optionally, you may export the patched app to storage using the options in the top right corner.
|
> Optionally, you may export the patched app to storage using the options in the top right corner.
|
||||||
|
|
||||||
[^1]: Non-root users may be prompted to select an APK from storage, in which case you have to source the APK file yourself. ReVanced does not provide any APK files.
|
[^1]: Non-root users may be prompted to select an APK from storage, in which case you have to source the APK file yourself. ReVanced does not provide any APK files.
|
||||||
|
@ -14,7 +14,7 @@ This documentation explains how to use [ReVanced Manager](https://github.com/ReV
|
|||||||
3. [❔ Troubleshooting](3_troubleshooting.md)
|
3. [❔ Troubleshooting](3_troubleshooting.md)
|
||||||
|
|
||||||
## 👋 Developer version
|
## 👋 Developer version
|
||||||
Interested in contributing? Consider checking out developer version of the [documentation](/developers/README.md).
|
Interested in contributing? Consider checking out the developer [documentation](/developers/README.md)
|
||||||
|
|
||||||
## ⏭️ Start here
|
## ⏭️ Start here
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ In order to compile ReVanced Manager, certain requirements must be met.
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
|
git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
|
||||||
```
|
```
|
||||||
2. Build the APK
|
2. Build the application
|
||||||
```sh
|
```sh
|
||||||
gradlew assembleRelease
|
gradlew assembleRelease
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user