+
# ReVanced Manager (Compose Rewrite)
[![GitHub license](https://img.shields.io/github/license/revanced/revanced-manager)](../../blob/main/LICENSE)
@@ -52,4 +96,4 @@ We're accepting translations on [Crowdin](https://translate.revanced.app)
## ๐ ๏ธ Building Manager from source
-For instructions on how to build ReVanced Manager from source, refer to [docs/4_building.md](docs/4_building.md)
\ No newline at end of file
+For instructions on how to build ReVanced Manager from source, refer to [docs/4_building.md](docs/4_building.md)
From 676eb1e9e2a492fb46816e5aa5d206f84c665406 Mon Sep 17 00:00:00 2001
From: Pun Butrach
Date: Mon, 9 Oct 2023 17:09:34 +0700
Subject: [PATCH 02/55] docs: part 2
---
README.md | 63 +++++++++++++++++++------------------------------------
1 file changed, 22 insertions(+), 41 deletions(-)
diff --git a/README.md b/README.md
index 6c30402082..6a90fb6fb8 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
-# ๐ Contributing guidelines
+# ๐ Contribution guidelines
This document describes how to contribute to ReVanced Manager.
## ๐ Resources to help you get started
diff --git a/README.md b/README.md
index 03b3942a89..0f5a7f2971 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ You can obtain ReVanced Manager by downloading it from either [revanced.app/down
Step on how to compile & use the application are available [here](/docs/README.md).
## ๐ Contributing
-You can find the contributing guidelines [here](/CONTRIBUTING.md), Thanks for consider contributing to ReVanced Manager!
+You can find the contribution guidelines [here](/CONTRIBUTING.md), Thanks for consider contributing to ReVanced Manager!
## ๐ด Issues
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new/choose) with ReVanced Manager Compose label.
From f732df1b9a0217785cbfb29e677d7af39d65f033 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:11:43 +0700
Subject: [PATCH 10/55] docs: part 4.4
---
CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 59ffc92549..c88d8973d9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -52,7 +52,7 @@ This document describes how to contribute to ReVanced Manager.
## ๐ Submitting a feature request
Features can be requested by opening an issue using the
-[Feature request issue template](https://github.com/ReVanced/revanced-manager/issues/new).
+[Feature request issue template](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=feature-request&projects=&template=feature-issue.yml&title=feat%3A+%3Ctitle%3E).
> [!NOTE]
> We may rejected your request at the discretion of maintainers,
@@ -60,7 +60,7 @@ Features can be requested by opening an issue using the
## ๐ Submitting a bug report
If you encounter a bug while using the ReVanced Manager app, open an issue using the
-[Bug report issue template](https://github.com/ReVanced/revanced-manager/issues/new).
+[Bug report issue template](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+%3Ctitle%3E).
## ๐ How to contribute
> [!NOTE]
From a503f4830bd4a2e2213f0aec35349131c10b0209 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:15:39 +0700
Subject: [PATCH 11/55] docs: part 4.5
---
CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c88d8973d9..28061cbbee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,9 +71,9 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
1. Fork the repository and create your branch from `dev`
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 follow the rules in the [documentation](/docs/README.md)
-3. Open a pull request to the `dev` branch and reference issues with `fix: #No.` if needed.
+3. Open a pull request to the `dev` branch and reference issues that your pull request closes
4. The maintainers of ReVanced Manager will review and provide suggestions.
- Once your PR is approved and merged, it will be included in the next release of ReVanced Manager
+ Once your pull request is approved and merged, it will be included in the next release of ReVanced Manager
## ๐ค I want to contribute but don't know how to code
Even if you don't know how to code, you can still help us by
From a280fc2446a7964d788f897c1b216c63a07b1a39 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:21:21 +0700
Subject: [PATCH 12/55] docs: part 4.5.1 (test)
---
CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 28061cbbee..3fae64e0d0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,6 +6,7 @@
srcset="assets/revanced-headline/revanced-headline-vertical-dark.svg"
>
From cd5787a4f73d7214308ad727481cf2f36bab0572 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:30:32 +0700
Subject: [PATCH 13/55] docs: part 4.6
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0f5a7f2971..8bb13663e2 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
srcset="assets/revanced-headline/revanced-headline-vertical-dark.svg"
>
From 2f0cdfff59fa6214f51742b0544eb5fb408330ec Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:35:29 +0700
Subject: [PATCH 14/55] docs: part 4.7
---
CONTRIBUTING.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3fae64e0d0..fa82f57bae 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,8 +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
Even if you don't know how to code, you can still help us by
-translate the ReVanced Manager application at Crowdin!
-
-
+translate the ReVanced Manager application at [Crowdin](https://translate.revanced.app/)!
โค๏ธ Thank you for considering contributing to ReVanced Manager
From b8378fbb028fcbc963f2f7fbb006292b5dcdf646 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:44:01 +0700
Subject: [PATCH 15/55] docs: part 4.8
---
README.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8bb13663e2..068b19e938 100644
--- a/README.md
+++ b/README.md
@@ -67,4 +67,14 @@ Step on how to compile & use the application are available [here](/docs/README.m
You can find the contribution guidelines [here](/CONTRIBUTING.md), Thanks for consider contributing to ReVanced Manager!
## ๐ด Issues
-For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new/choose) with ReVanced Manager Compose label.
+For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+%3Ctitle%3E).
+
+## โ๏ธ License
+> [!IMPORTANT]
+> The license is not yet adopted, wait for https://github.com/ReVanced/revanced-manager/issues/1412
+> License might changes!!
+
+We adopt the [GNU General Public License 3.0](/LICENSE) [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
+
+> [!NOTE]
+> This is not legal advice
From 259f76379ec25546b6b277861fcdca4fa18f7b5c Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 17:50:59 +0700
Subject: [PATCH 16/55] docs: part 4.9
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 068b19e938..2cb9985a80 100644
--- a/README.md
+++ b/README.md
@@ -70,11 +70,10 @@ You can find the contribution guidelines [here](/CONTRIBUTING.md), Thanks for co
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+%3Ctitle%3E).
## โ๏ธ License
+
> [!IMPORTANT]
> The license is not yet adopted, wait for https://github.com/ReVanced/revanced-manager/issues/1412
> License might changes!!
+
-We adopt the [GNU General Public License 3.0](/LICENSE) [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
-
-> [!NOTE]
-> This is not legal advice
+ReVanced Manager adopt the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
From d58fd96bb09d5651a71d7b88f897daebcdca49d4 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 18:29:51 +0700
Subject: [PATCH 17/55] docs: part 4.10
---
README.md | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 2cb9985a80..84f249d65f 100644
--- a/README.md
+++ b/README.md
@@ -48,18 +48,21 @@
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/ReVanced/revanced-manager/compose-dev)](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev)
## โ About
-ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications
+ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications.
-## ๐ช Features
+### ๐ช Features
We provide the some of the features are:
* ๐ฑ ReVanced Patcher that fit in your pocket!
-* ๐ค Friendly & initutive UI to help you manage your patched applications!
-* ๐ ๏ธ Lot's of customisation to patch using 3rd-party sources and integration!
+* ๐ค Friendly & intuitive UI to help you manage your patched applications!
+* ๐ ๏ธ Lots of customization to patch using 3rd-party sources and integration!
* โจ And a lot more!
-## ๐ฝ Download
+### ๐ฝ Download
You can obtain ReVanced Manager by downloading it from either [revanced.app/download](https://revanced.app/download) or [GitHub Releases](https://github.com/ReVanced/revanced-manager/releases)
+## ๐ฑ Miscellaneous
+Anything else can be found here.
+
## ๐ Documentation
Step on how to compile & use the application are available [here](/docs/README.md).
@@ -70,10 +73,4 @@ You can find the contribution guidelines [here](/CONTRIBUTING.md), Thanks for co
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+%3Ctitle%3E).
## โ๏ธ License
-
-> [!IMPORTANT]
-> The license is not yet adopted, wait for https://github.com/ReVanced/revanced-manager/issues/1412
-> License might changes!!
-
-
ReVanced Manager adopt the [GNU General Public License 3.0](/LICENSE), [tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3): You may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
From 8a3d16326623821f9c52eea3343a67c5a8cd5c54 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sat, 21 Oct 2023 19:39:20 +0700
Subject: [PATCH 18/55] docs: part 5
---
CONTRIBUTING.md | 6 ++---
README.md | 6 ++---
docs/3_troubleshooting.md | 6 -----
docs/4_building.md | 38 --------------------------------
docs/README.md | 7 +++---
docs/developers/0_preparation.md | 24 ++++++++++++++++++++
docs/developers/1_overview.md | 38 ++++++++++++++++++++++++++++++++
docs/developers/README.md | 11 +++++++++
8 files changed, 82 insertions(+), 54 deletions(-)
delete mode 100644 docs/4_building.md
create mode 100644 docs/developers/0_preparation.md
create mode 100644 docs/developers/1_overview.md
create mode 100644 docs/developers/README.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fa82f57bae..763f3edce3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,13 +71,13 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
1. Fork the repository and create your branch from `dev`
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 follow the rules in the [documentation](/docs/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
4. The maintainers of ReVanced Manager will review and provide suggestions.
Once your pull request is approved and merged, it will be included in the next release of ReVanced Manager
## ๐ค I want to contribute but don't know how to code
Even if you don't know how to code, you can still help us by
-translate the ReVanced Manager application at [Crowdin](https://translate.revanced.app/)!
+translate the ReVanced Manager application at [Crowdin](https://translate.revanced.app/).
-โค๏ธ Thank you for considering contributing to ReVanced Manager
+โค๏ธ Thank you for considering contributing to ReVanced Manager.
diff --git a/README.md b/README.md
index 84f249d65f..b1da83fbe3 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@
From 944b57c336cebdc6ecd29bbde7a8b52d958986c9 Mon Sep 17 00:00:00 2001
From: validcube
Date: Wed, 8 Nov 2023 22:19:54 +0700
Subject: [PATCH 43/55] docs: part 8.7
Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com>
---
docs/README.md | 2 +-
docs/developers/1_overview.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index ef892fb12c..b3f2a277e5 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,7 +15,7 @@ This documentation explains how to use [ReVanced Manager](https://github.com/ReV
## ๐ Developer version
-Interested in contributing? Consider checking out the developer [documentation](/developers/README.md)
+Interested in contributing? Consider checking out the developer version of [documentation](/developers/README.md)
## โญ๏ธ Start here
diff --git a/docs/developers/1_overview.md b/docs/developers/1_overview.md
index fa2a0b9c9f..5ac0b60c7a 100644
--- a/docs/developers/1_overview.md
+++ b/docs/developers/1_overview.md
@@ -1,6 +1,6 @@
# ๐ Overview
-Take a quick peak of how ReVanced Compose work.
+Take a quick peak of how ReVanced Compose works.
## โ๏ธ Technology
From 2a3395ce1503305da235ca595d3d1b7ee480c1a7 Mon Sep 17 00:00:00 2001
From: validcube
Date: Wed, 8 Nov 2023 22:25:33 +0700
Subject: [PATCH 44/55] docs: part 9
This commit removes the developer version, preventing this PR from being locked up with additional developer experiences.
---
CONTRIBUTING.md | 1 -
docs/README.md | 4 ----
docs/developers/0_preparation.md | 26 --------------------------
docs/developers/1_overview.md | 30 ------------------------------
docs/developers/README.md | 14 --------------
5 files changed, 75 deletions(-)
delete mode 100644 docs/developers/0_preparation.md
delete mode 100644 docs/developers/1_overview.md
delete mode 100644 docs/developers/README.md
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 33800674b7..2af7a944ba 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -76,7 +76,6 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
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.
- 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
4. The maintainers of ReVanced Manager will review and provide suggestions.
Once your pull request is approved and merged, it will be included in the next release of ReVanced Manager
diff --git a/docs/README.md b/docs/README.md
index b3f2a277e5..f6ae368a56 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,10 +13,6 @@ This documentation explains how to use [ReVanced Manager](https://github.com/ReV
4. [โ๏ธ Configuring ReVanced Manager](2_4_settings.md)
3. [โ Troubleshooting](3_troubleshooting.md)
-## ๐ Developer version
-
-Interested in contributing? Consider checking out the developer version of [documentation](/developers/README.md)
-
## โญ๏ธ Start here
The next page will tell you about the prerequisites for using ReVanced Manager.
diff --git a/docs/developers/0_preparation.md b/docs/developers/0_preparation.md
deleted file mode 100644
index f3c5a8effc..0000000000
--- a/docs/developers/0_preparation.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# ๐ผ Preparing a development environment
-
-In order to compile ReVanced Manager, certain requirements must be met.
-
-## ๐ Prerequisites
-
-* Kotlin IDE such as [Android Studio](https://developer.android.com/studio)
-* Knowledge of [Android](https://android.com) app development, and the [Kotlin](https://kotlinlang.org/) language.
-* At least JDK 17 of any vendors
-
-## ๐ Prepare the environment
-
-1. Clone the repository
- ```sh
- git clone https://github.com/ReVanced/revanced-manager.git && cd revanced-manager
- ```
-2. Build the application
- ```sh
- gradlew assembleRelease
- ```
-
-## โญ๏ธ What's next
-
-The next page will introduce you to the basic overview of ReVanced Manager
-
-Continue: [๐ Overview](1_overview.md)
diff --git a/docs/developers/1_overview.md b/docs/developers/1_overview.md
deleted file mode 100644
index 5ac0b60c7a..0000000000
--- a/docs/developers/1_overview.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# ๐ Overview
-
-Take a quick peak of how ReVanced Compose works.
-
-## โ๏ธ Technology
-
-We use [Jetpack Compose](https://developer.android.com/jetpack/compose) to
-build beautiful and performant user interfaces using declarative programming.
-It provides a unified and efficient way of building UI that is well-integrated with the Android framework.
-
-## ๐ Structure
-
-We structure our code to use [MVVM architecture](https://developer.android.com/topic/libraries/architecture/viewmodel) for easier maintenance of the code.
-
-## ๐งโ๐ป Code readability
-
-In order to maintain readability of the code, It's highly recommend that you follow
-https://developer.android.com/jetpack/compose/api-guidelines style guide to maintain
-consistent style through out the codebase.
-
-## ๐จ Design language
-
-We adopt the [Material Design 3](https://m3.material.io) as our design language to
-bring friendly, intuitive and colourful UI to our application ensuring that the
-app's user interface is consistent, customizable, accessible, and engaging for our users.
-
-## ๐ Commit message
-
-At ReVanced, we follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0)
-format for our commit message.
diff --git a/docs/developers/README.md b/docs/developers/README.md
deleted file mode 100644
index 6cbc0dc6cd..0000000000
--- a/docs/developers/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# ๐ ReVanced Manager
-
-This documentation explains how [ReVanced Manager](https://github.com/ReVanced/revanced-manager) works.
-
-## ๐ Table of contents
-
-0. [๐ผ Preparing a development environment](0_preparation.md)
-1. [๐ Overview](1_overview.md)
-
-## โญ๏ธ Start here
-
-The next page will tell you how to prepare a development environment for ReVanced Manager.
-
-Continue: [๐ผ Preparing a development environment](0_preparation.md)
From d32a213457639e14a97a40ef567aff3703d08c7f Mon Sep 17 00:00:00 2001
From: validcube
Date: Wed, 8 Nov 2023 22:31:19 +0700
Subject: [PATCH 45/55] docs: part 9.1
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index dba3e5a59b..6f5310452f 100644
--- a/README.md
+++ b/README.md
@@ -69,9 +69,9 @@ ReVanced Manager is an Android application that uses ReVanced Patcher to add, re
We provide the some of the features are:
-* ๐ฑ **Portable**: ReVanced Patcher that fit in your pocket!
-* ๐ค **Intuitive UI**: Help you manage your patched applications *intuitively*!
-* ๐ ๏ธ **Customization**: Patch with third-party sources!
+* ๐ฑ **Portable**: ReVanced Patcher that fit in your pocket;
+* ๐ค **Intuitive UI**: Help you manage your patched applications *intuitively*;
+* ๐ ๏ธ **Customization**: Patch with third-party sources;
* โจ And a **lot more!**
### ๐ฝ Download
From 35996b6c69c233877c2749c34c8d3116f88a01a1 Mon Sep 17 00:00:00 2001
From: Pun Butrach
Date: Wed, 8 Nov 2023 22:41:12 +0700
Subject: [PATCH 46/55] docs: part 9.2
Co-authored-by: Palm
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6f5310452f..37c790f94d 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ We provide the some of the features are:
### ๐ฝ Download
-You can obtain ReVanced Manager by downloading it from either [ReVanced site](https://revanced.app/download) or [GitHub Releases](https://github.com/ReVanced/revanced-manager/releases).
+You can get ReVanced Manager by downloading from [ReVanced site](https://revanced.app/download) or [GitHub releases](https://github.com/ReVanced/revanced-manager/releases).
## ๐ฑ Miscellaneous
From 1521d21e4e91dfed39316f974544e385aabac055 Mon Sep 17 00:00:00 2001
From: Pun Butrach
Date: Wed, 8 Nov 2023 23:46:31 +0700
Subject: [PATCH 47/55] docs: part 9.3
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 37c790f94d..4aaeb65db5 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ We provide the some of the features are:
You can get ReVanced Manager by downloading from [ReVanced site](https://revanced.app/download) or [GitHub releases](https://github.com/ReVanced/revanced-manager/releases).
-## ๐ฑ Miscellaneous
+## ๐ Everything else
### ๐ Documentation
From 62bb0d34cea385944ccdeed16310bbb47dc4272d Mon Sep 17 00:00:00 2001
From: Pun Butrach
Date: Thu, 9 Nov 2023 00:01:02 +0700
Subject: [PATCH 48/55] docs(accessibility): part 9.4
Heading 1 -> 2 -> 3 not 1 -> 3
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4aaeb65db5..772c7ca202 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@
ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications.
-### ๐ช Features
+## ๐ช Features
We provide the some of the features are:
@@ -74,7 +74,7 @@ We provide the some of the features are:
* ๐ ๏ธ **Customization**: Patch with third-party sources;
* โจ And a **lot more!**
-### ๐ฝ Download
+## ๐ฝ Download
You can get ReVanced Manager by downloading from [ReVanced site](https://revanced.app/download) or [GitHub releases](https://github.com/ReVanced/revanced-manager/releases).
From 94de17049068de6cce725556a8cc5bd622e99ca8 Mon Sep 17 00:00:00 2001
From: Pun Butrach
Date: Sat, 9 Dec 2023 21:40:43 +0700
Subject: [PATCH 49/55] docs: part 9.5
merge changes from `dev` (flutter)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 772c7ca202..d99ca437aa 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ ReVanced Manager is an Android application that uses ReVanced Patcher to add, re
We provide the some of the features are:
* ๐ฑ **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 with easy-to-use interface;
* ๐ ๏ธ **Customization**: Patch with third-party sources;
* โจ And a **lot more!**
From adf5f9f6e86be9a3f3b4c68bb757fa8b3ef85891 Mon Sep 17 00:00:00 2001
From: validcube
Date: Sun, 18 Aug 2024 20:00:17 +0700
Subject: [PATCH 50/55] docs: Pull change from ReVanced Branding
---
.../revanced-logo/{revanced-logo-round.svg => revanced-logo.svg} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename assets/revanced-logo/{revanced-logo-round.svg => revanced-logo.svg} (100%)
diff --git a/assets/revanced-logo/revanced-logo-round.svg b/assets/revanced-logo/revanced-logo.svg
similarity index 100%
rename from assets/revanced-logo/revanced-logo-round.svg
rename to assets/revanced-logo/revanced-logo.svg
From a290369d8d39a1bf0e58580bed31d528f79f998b Mon Sep 17 00:00:00 2001
From: validcube
Date: Sun, 18 Aug 2024 20:00:44 +0700
Subject: [PATCH 51/55] docs: Pull change from ReVanced Manager Flutter
---
SECURITY.md | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/SECURITY.md b/SECURITY.md
index b8c6fd144b..8af902fc3d 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -13,8 +13,8 @@
-
-
+
+
@@ -64,15 +64,17 @@ This document describes how to report security vulnerabilities for ReVanced Mana
## ๐จ Reporting a Vulnerability
-Please open an issue in our [advisory tracker](https://github.com/ReVanced/revanced-manager/security/advisories/new) or reach out privately to us on [Discord](https://discord.gg/revanced).
+Please open an issue in our [advisory tracker](https://github.com/ReVanced/revanced-manager/security/advisories/new)
+or reach out privately to us on [Discord](https://discord.gg/revanced).
-If a vulnerability is confirmed and accepted, you can join our [Discord](https://discord.gg/revanced) server to receive a special contributor role.
+If a vulnerability is confirmed and accepted, they will be published and
+you can join our [Discord](https://discord.gg/revanced) server to receive a
+special contributor role.
### โณ Supported Versions
-| Version | Branch | Supported |
-| ------- | ------------|------------------- |
-| v1.18.0 | main | :white_check_mark: |
-| latest | dev | :white_check_mark: |
-| latest | compose-dev | :white_check_mark: |
-
+| Version | Branch | Supported |
+| --------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------ |
+| ![Latest stable release](https://img.shields.io/github/v/release/ReVanced/revanced-manager?style=for-the-badge "Latest stable release") | main | :white_check_mark: |
+| ![Latest version](https://img.shields.io/badge/version-latest-brightgreen?style=for-the-badge "Latest version") | dev | :white_check_mark: |
+| ![Latest version](https://img.shields.io/badge/version-latest-brightgreen?style=for-the-badge "Latest version") | compose-dev | :white_check_mark: |
From db4ce6bb77f213fc29281773cab9d7da1dba1c4b Mon Sep 17 00:00:00 2001
From: validcube
Date: Sun, 18 Aug 2024 20:01:45 +0700
Subject: [PATCH 52/55] docs: Use correct asset directory
---
CONTRIBUTING.md | 25 ++++++++++++++++++++-----
README.md | 4 ++--
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2af7a944ba..d4cc28bf92 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,10 @@
-
+
+
+
+
@@ -21,13 +24,22 @@
-
+
+
+
+
-
+
+
+
+
-
+
+
+
+
@@ -36,7 +48,10 @@
-
+
+
+
+