Skip to content

Commit 9917ddd

Browse files
authored
chore: Merge branch dev to main (#2707)
2 parents 1502fe1 + 951ebc5 commit 9917ddd

File tree

150 files changed

+2074
-1238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+2074
-1238
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.{kt,kts}]
2+
ktlint_code_style = intellij_idea
3+
ktlint_standard_no-wildcard-imports = disabled
File renamed without changes.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build pull request
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- dev
8+
9+
jobs:
10+
release:
11+
name: Build
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
19+
- name: Cache Gradle
20+
uses: burrunan/gradle-cache-action@v1
21+
22+
- name: Build
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
run: ./gradlew build --no-daemon
File renamed without changes.

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
branches:
77
- main
88
- dev
9-
pull_request:
10-
branches:
11-
- main
12-
- dev
139

1410
jobs:
1511
release:
@@ -41,6 +37,13 @@ jobs:
4137
- name: Install dependencies
4238
run: npm install
4339

40+
- name: Import GPG key
41+
uses: crazy-max/ghaction-import-gpg@v6
42+
with:
43+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
44+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
45+
fingerprint: ${{ env.GPG_FINGERPRINT }}
46+
4447
- name: Release
4548
env:
4649
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"assets": [
3535
{
36-
"path": "build/libs/*.jar"
36+
"path": "build/libs/revanced-patches*"
3737
},
3838
{
3939
"path": "patches.json"

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,102 @@
1+
# [4.3.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.12...v4.3.0-dev.13) (2024-03-02)
2+
3+
4+
### Features
5+
6+
* **YouTube:** Reorganize settings menu ([#2737](https://github.com/ReVanced/revanced-patches/issues/2737)) ([36132df](https://github.com/ReVanced/revanced-patches/commit/36132df4be6a04c08b6f3dd79de1bcea93a80fb8))
7+
8+
# [4.3.0-dev.12](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.11...v4.3.0-dev.12) (2024-03-02)
9+
10+
11+
### Features
12+
13+
* **YouTube - Spoof app version:** Add target versions ([#2787](https://github.com/ReVanced/revanced-patches/issues/2787)) ([83a7bd8](https://github.com/ReVanced/revanced-patches/commit/83a7bd8d69e62623fc4d2ba73d9fb49e92751d89))
14+
15+
# [4.3.0-dev.11](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.10...v4.3.0-dev.11) (2024-03-02)
16+
17+
18+
### Bug Fixes
19+
20+
* **YouTube - Spoof signature:** Fix tracking such as history or watch time ([bcd8b48](https://github.com/ReVanced/revanced-patches/commit/bcd8b48e70693dac1bfcc0bf4971d6b526065b59))
21+
22+
# [4.3.0-dev.10](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.9...v4.3.0-dev.10) (2024-02-29)
23+
24+
25+
### Bug Fixes
26+
27+
* **YouTube - Spoof app version:** Remove broken versions ([#2776](https://github.com/ReVanced/revanced-patches/issues/2776)) ([9466d97](https://github.com/ReVanced/revanced-patches/commit/9466d973c6d7a2891e3fa9f283107b64399152ea))
28+
29+
# [4.3.0-dev.9](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.8...v4.3.0-dev.9) (2024-02-28)
30+
31+
32+
### Bug Fixes
33+
34+
* **Override certificate pinning:** Always overwrite with a generic network security configuration ([2a842a1](https://github.com/ReVanced/revanced-patches/commit/2a842a1e14e1993eb028ae0bd1a93e227bb929a6))
35+
36+
# [4.3.0-dev.8](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.7...v4.3.0-dev.8) (2024-02-28)
37+
38+
39+
### Bug Fixes
40+
41+
* Remove extra space from patch description ([#2780](https://github.com/ReVanced/revanced-patches/issues/2780)) ([96a3f35](https://github.com/ReVanced/revanced-patches/commit/96a3f359266ff8d16ae9ee3c6ce2f16ce67a3b93))
42+
43+
# [4.3.0-dev.7](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.6...v4.3.0-dev.7) (2024-02-26)
44+
45+
46+
### Features
47+
48+
* **OpeningHours:** Add `Fix crash` patch ([#2697](https://github.com/ReVanced/revanced-patches/issues/2697)) ([0d011b8](https://github.com/ReVanced/revanced-patches/commit/0d011b876ecf05031a7daa54ab7e6d3506728a47))
49+
50+
# [4.3.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.5...v4.3.0-dev.6) (2024-02-25)
51+
52+
53+
### Features
54+
55+
* **VSCO - Unlock pro:** Constrain to last working version ([6dd4a7c](https://github.com/ReVanced/revanced-patches/commit/6dd4a7c29e48c3bc517bbdd7ed160624c36c2333))
56+
57+
# [4.3.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.4...v4.3.0-dev.5) (2024-02-25)
58+
59+
60+
### Features
61+
62+
* Remove unnecessary description from patch ([1a89dd9](https://github.com/ReVanced/revanced-patches/commit/1a89dd9f8cd0c614055a9da97338839b77a25ed1))
63+
* **Twitter - Unlock downloads:** Unlock GIF downloads ([d0f91c8](https://github.com/ReVanced/revanced-patches/commit/d0f91c8550592723e1252e1af2971b508591dd59))
64+
65+
# [4.3.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.3...v4.3.0-dev.4) (2024-02-22)
66+
67+
68+
### Bug Fixes
69+
70+
* Compile DEX without debugging information ([f5df957](https://github.com/ReVanced/revanced-patches/commit/f5df9578669f71a67411bc93a25a7e8da43610d0))
71+
* Use deprecated members to ensure backwards compatibility ([083bd40](https://github.com/ReVanced/revanced-patches/commit/083bd4009231b9612394b4496ca1d329947d6577))
72+
73+
74+
### Features
75+
76+
* **X:** Add `Open links as query` patch ([#2730](https://github.com/ReVanced/revanced-patches/issues/2730)) ([ba75a51](https://github.com/ReVanced/revanced-patches/commit/ba75a51b71dbb9157db230b3e97a90361019fe30))
77+
78+
# [4.3.0-dev.3](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.2...v4.3.0-dev.3) (2024-02-20)
79+
80+
81+
### Features
82+
83+
* **YouTube - Change header:** Improve patch option description ([3b8bc08](https://github.com/ReVanced/revanced-patches/commit/3b8bc08d4ed3a3a0f96d2f476e5059840b9f9d9b))
84+
* **YouTube - Custom branding:** Improve patch option description ([e27f56c](https://github.com/ReVanced/revanced-patches/commit/e27f56c8a34d41167b290f47280276c1c6003876))
85+
86+
# [4.3.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v4.3.0-dev.1...v4.3.0-dev.2) (2024-02-09)
87+
88+
89+
### Features
90+
91+
* **Sync for Reddit:** Add `Fix /s/ links` patch ([f15ef3f](https://github.com/ReVanced/revanced-patches/commit/f15ef3f63460254236185f8e22c9395db4db9465))
92+
93+
# [4.3.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v4.2.0...v4.3.0-dev.1) (2024-02-09)
94+
95+
96+
### Features
97+
98+
* **YouTube - Change start page:** Add more start pages ([cc1d9b7](https://github.com/ReVanced/revanced-patches/commit/cc1d9b743633c619fb6acc428e884c1c9b53e10b))
99+
1100
# [4.2.0](https://github.com/ReVanced/revanced-patches/compare/v4.1.0...v4.2.0) (2024-02-08)
2101

3102

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ This document describes how to contribute to ReVanced Patches.
6464

6565
## 📖 Resources to help you get started
6666

67-
* The [documentation](https://github.com/ReVanced/revanced-patches/tree/docs/docs) provides the fundamentals of patches
68-
and everything necessary to create your own patch from scratch
67+
* The [documentation](https://github.com/ReVanced/revanced-patcher/tree/docs/docs) contains the fundamentals
68+
of ReVanced Patcher and how to use ReVanced Patcher to create patches
6969
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
7070
* [Issues](https://github.com/ReVanced/revanced-patches/issues) are where we keep track of bugs and feature requests
7171

7272
## 🙏 Submitting a feature request
7373

7474
Features can be requested by opening an issue using the
75-
[Feature request issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Feature+request&projects=&template=feature-request.yml&title=feat%3A+).
75+
[Feature request issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Feature+request&projects=&template=feature_request.yml&title=feat%3A+).
7676

7777
> **Note**
7878
> Requests can be accepted or rejected at the discretion of maintainers of ReVanced Patches.
@@ -81,7 +81,7 @@ Features can be requested by opening an issue using the
8181
## 🐞 Submitting a bug report
8282

8383
If you encounter a bug while using ReVanced Patches, open an issue using the
84-
[Bug report issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Bug+report&projects=&template=bug-report.yml&title=bug%3A+).
84+
[Bug report issue template](https://github.com/ReVanced/revanced-patches/issues/new?assignees=&labels=Bug+report&projects=&template=bug_report.yml&title=bug%3A+).
8585

8686
## 🧑‍⚖️ Guidelines for requesting or contributing patches
8787

@@ -110,7 +110,7 @@ are unaffected by this change.
110110

111111
## 📝 How to contribute
112112

113-
1. Before contributing, it is recommended to open an issue to discuss your change
113+
1. Before contributing, it is recommended to open an issue to discuss your change
114114
with the maintainers of ReVanced Patches. This will help you determine whether your change is acceptable
115115
and whether it is worth your time to implement it
116116
2. Development happens on the `dev` branch. Fork the repository and create your branch from `dev`

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This repository contains a collection of ReVanced Patches.
6767

6868
## ❓ About
6969

70-
Patches are small modifications to Android apps that allow you to change the behaviour of or add new features,
70+
Patches are small modifications to Android apps that allow you to change the behavior of or add new features,
7171
block ads, customize the appearance, and much more.
7272

7373
## 💪 Features
@@ -77,11 +77,11 @@ Some of the features the patches provide are:
7777
* 🚫 **Block ads**: Say goodbye to ads
7878
***Customize your app**: Personalize the appearance of apps with various layouts and themes
7979
* 🪄 **Add new features**: Extend the functionality of apps with lots of new features
80-
* ⚙️ **Miscellaneous and general purpose**: Rename packages, enable debugging, disable screen capture restrictions,
81-
export activities, etc.
80+
* ⚙️ **Miscellaneous and general purpose**: Rename packages, enable debugging, disable screen capture restrictions,
81+
export activities, etc.
8282
***And much more!**
8383

84-
For a full list of all available patches, visit [revanced.app/patches](https://revanced.app/patches).
84+
For a complete list of all available patches, visit [revanced.app/patches](https://revanced.app/patches).
8585

8686
## 🚀 How to get started
8787

@@ -93,17 +93,13 @@ You can use [ReVanced CLI](https://github.com/ReVanced/revanced-cli) or [ReVance
9393

9494
Thank you for considering contributing to ReVanced Patches. You can find the contribution guidelines [here](CONTRIBUTING.md).
9595

96-
### 📃 Documentation
97-
98-
The documentation provides the fundamentals of patches and everything necessary to create your own patch from scratch.
99-
You can find it [here](https://github.com/ReVanced/revanced-patches/tree/docs/docs).
100-
10196
### 🛠️ Building
10297

103-
In order to build ReVanced Patches, you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced-documentation).
98+
To build ReVanced Patches, you can follow the [ReVanced documentation](https://github.com/ReVanced/revanced-documentation).
10499

105100
## 📜 Licence
106101

107-
ReVanced Patches is licensed under the GPLv3 licence. Please see the [licence file](LICENSE) for more information.
102+
ReVanced Patches is licensed under the GPLv3 license. Please see the [license file](LICENSE) for more information.
108103
[tl;dr](https://www.tldrlegal.com/license/gnu-general-public-license-v3-gpl-3) you may copy, distribute and modify ReVanced Patches as long as you track changes/dates in source files.
109-
Any modifications to ReVanced Patches must also be made available under the GPL along with build & install instructions.
104+
Any modifications to ReVanced Patches must also be made available under the GPL,
105+
along with build & install instructions.

0 commit comments

Comments
 (0)