You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before creating a new bug report, please keep the following in mind:
72
70
73
-
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-manager-downloader-template/issues?q=label%3A%22Bug+report%22).
74
-
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager-downloader-template/blob/main/CONTRIBUTING.md).
71
+
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/issues?q=label%3A%22Bug+report%22).
72
+
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/blob/main/CONTRIBUTING.md).
75
73
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
76
74
- type: textarea
77
75
attributes:
@@ -85,7 +83,7 @@ body:
85
83
- type: textarea
86
84
attributes:
87
85
label: Error logs
88
-
description: Exceptions can be captured by running `logcat | grep AndroidRuntime` in a shell.
86
+
description: These can be exported from the Patcher screen or from the Manager settings.
Before creating a new feature request, please keep the following in mind:
72
70
73
-
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-manager-downloader-template/issues?q=label%3A%22Feature+request%22).
74
-
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager-downloader-template/blob/main/CONTRIBUTING.md).
71
+
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/issues?q=label%3A%22Feature+request%22).
72
+
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-manager-apkmirror-downloader/blob/main/CONTRIBUTING.md).
75
73
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
76
74
- type: textarea
77
75
attributes:
@@ -82,10 +80,10 @@ body:
82
80
- type: textarea
83
81
attributes:
84
82
label: Motivation
85
-
description: |
83
+
description: |
86
84
A strong motivation is necessary for a feature request to be considered.

63
+

An [APKMirror](https://www.apkmirror.com/) plugin for ReVanced Manager.
97
67
98
68
## 🧑💻 Usage
99
69
100
-
To develop and release ReVanced Manager downloader using this template, some things need to be considered:
70
+
- Plugins are managed as Android apps. Download and install the APK file from the releases page.
71
+
- After installing, restart ReVanced Manager and enable the plugin in the settings.
72
+
- The plugin will now be usable.
101
73
102
-
- Development starts in feature branches. Once a feature branch is ready, it is squashed and merged into the `dev` branch
103
-
- The `dev` branch is merged into the `main` branch once it is ready for release
104
-
- Semantic versioning is used to version ReVanced Manager downloader.
105
-
- Semantic commit messages are used for commits
106
-
- Commits on the `dev` branch and `main` branch are automatically released
107
-
via the [release.yml](.github/workflows/release.yml) workflow, which is also responsible for generating the changelog
108
-
and updating the version of ReVanced Manager downloader. It is triggered by pushing to the `dev` or `main` branch.
109
-
The workflow uses the `publish` task to publish the release.
110
-
- The `publish` task depends on the `assembleRelease` task, so it will be run automatically when publishing a release.
74
+
The plugin works by opening the APKMirror website in an embedded browser. If the search string contains a version, you must select that version. Selecting another version in that situation will cause patching to fail.
111
75
112
76
## 📚 Everything else
113
77
114
78
### 📙 Contributing
115
79
116
-
Thank you for considering contributing to ReVanced Manager downloader.
80
+
Thank you for considering contributing to ReVanced Manager APKMirror downloader.
117
81
You can find the contribution guidelines [here](CONTRIBUTING.md).
118
82
119
83
### 🛠️ Building
120
84
121
-
To build ReVanced Manager downloader template, a Java Development Kit (JDK) and Git must be installed.
85
+
To build ReVanced Manager downloader template, a Java Development Kit (JDK) and Git must be installed.
122
86
Follow the steps below to build ReVanced Manager downloader template:
123
87
124
-
1. Run `git clone [email protected]:ReVanced/revanced-manager-downloader-template.git` to clone the repository
88
+
1. Run `git clone [email protected]:ReVanced/revanced-manager-apkmirror-downloader.git` to clone the repository
125
89
2. Run `gradlew assembleRelease` to build the project
126
90
127
91
> [!NOTE]
@@ -137,9 +101,9 @@ Follow the steps below to build ReVanced Manager downloader template:
137
101
138
102
## 📜 Licence
139
103
140
-
ReVanced Manager downloader template is licensed under the GPLv3 licence.
104
+
This project is licensed under the GPLv3 licence.
141
105
Please see the [license file](LICENSE) for more information.
142
106
[tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute
143
-
and modify ReVanced Manager downloader template as long as you track changes/dates in source files.
144
-
Any modifications to ReVanced Manager downloader template must also be made available under the GPL,
107
+
and modify the plugin as long as you track changes/dates in source files.
108
+
Any modifications must also be made available under the GPL,
0 commit comments