Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge branch dev to main #4078

Merged
merged 36 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
75c740c
feat(Change package name): Add options to change provider and permiss…
1fexd Dec 9, 2024
044a8ea
chore: Release v5.4.0-dev.1 [skip ci]
semantic-release-bot Dec 9, 2024
f4659a3
fix(TikTok - SIM Spoof): Change patch to default off to fix login (#4…
LisoUseInAIKyrios Dec 9, 2024
cb22f65
feat: Add Internal data documents provider patch (#3830)
timschneeb Dec 9, 2024
f7d0d05
chore: Sync translations (#4085)
github-actions[bot] Dec 9, 2024
834ae2d
chore: Release v5.4.0-dev.2 [skip ci]
semantic-release-bot Dec 9, 2024
6bd22ff
fix(TikTok - Settings): Use correct colors for dark mode (#4087)
LisoUseInAIKyrios Dec 9, 2024
d95720f
chore: Release v5.4.0-dev.3 [skip ci]
semantic-release-bot Dec 9, 2024
f5769ec
chore(YouTube - Spoof video streams): Improve error logging
LisoUseInAIKyrios Dec 9, 2024
be3630a
refactor(YouTube - Miniplayer): Use 'Default' language to describe un…
LisoUseInAIKyrios Dec 9, 2024
be72064
refactor(YouTube Music): Show error toast if `GmsCore Support` is inc…
LisoUseInAIKyrios Dec 10, 2024
4c46cb2
fix(YouTube - Spoof video streams): Fix error toast that is sometimes…
LisoUseInAIKyrios Dec 10, 2024
e30ca68
chore: Release v5.4.0-dev.4 [skip ci]
semantic-release-bot Dec 10, 2024
a92c7b2
refactor(YouTube - Spoof streaming data): Add more debug logging
LisoUseInAIKyrios Dec 10, 2024
0501ba6
chore: Sync translations (#4093)
github-actions[bot] Dec 10, 2024
839a404
fix(YouTube - Spoof video streams): Resolve playback of age restricte…
LisoUseInAIKyrios Dec 10, 2024
e450c60
chore: Release v5.4.0-dev.5 [skip ci]
semantic-release-bot Dec 10, 2024
16bb9df
fix(YouTube Music - Spoof video streams): Disable stable volume (#4097)
LisoUseInAIKyrios Dec 10, 2024
d6c649e
chore: Release v5.4.0-dev.6 [skip ci]
semantic-release-bot Dec 10, 2024
5d8fc1b
fix(GmsCore support): Adjust presentation of battery optimization dia…
LisoUseInAIKyrios Dec 10, 2024
09ce384
chore: Release v5.4.0-dev.7 [skip ci]
semantic-release-bot Dec 10, 2024
5897a1c
chore(YouTube): Simplify strings for translations
LisoUseInAIKyrios Dec 11, 2024
17a5a6c
fix(YouTube Music - Bypass certificate checks): Add a recommended tar…
LisoUseInAIKyrios Dec 11, 2024
b639476
chore: Release v5.4.0-dev.8 [skip ci]
semantic-release-bot Dec 11, 2024
c9b1a3b
refactor: Use raw string resources (#4109)
LisoUseInAIKyrios Dec 12, 2024
c696b5f
chore: Sync translations (#4105)
github-actions[bot] Dec 12, 2024
269493c
feat(YouTube - Comments): Add `Hide 'Chat summary'` (#4110)
ILoveOpenSourceApplications Dec 12, 2024
58be339
chore: Release v5.4.0-dev.9 [skip ci]
semantic-release-bot Dec 12, 2024
5e76286
ci: Only build relevant project
oSumAtrIX Dec 12, 2024
a02f78c
ci: Upload PR build artifact
oSumAtrIX Dec 12, 2024
6777f17
chore: Sync translations (#4114)
github-actions[bot] Dec 13, 2024
13c7592
fix(YouTube - Hide ads): Hide new type of featured promotions (#4113)
ILoveOpenSourceApplications Dec 13, 2024
f810a03
chore: Release v5.4.0-dev.10 [skip ci]
semantic-release-bot Dec 13, 2024
b0cde78
chore: Sync translations (#4116)
github-actions[bot] Dec 14, 2024
eecfbb7
feat(Twitch): Make patches compatible with latest versions (#4099)
oSumAtrIX Dec 14, 2024
28c915a
chore: Release v5.4.0-dev.11 [skip ci]
semantic-release-bot Dec 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@ jobs:
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon
run: ./gradlew :patches:buildAndroid --no-daemon

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: revanced-patches
path: patches/build/libs
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build clean
run: ./gradlew :patches:buildAndroid clean

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,85 @@
# [5.4.0-dev.11](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.10...v5.4.0-dev.11) (2024-12-14)


### Features

* **Twitch:** Make patches compatible with latest versions ([#4099](https://github.com/ReVanced/revanced-patches/issues/4099)) ([eecfbb7](https://github.com/ReVanced/revanced-patches/commit/eecfbb7122a9072e55e687f2c003f63108654888))

# [5.4.0-dev.10](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.9...v5.4.0-dev.10) (2024-12-13)


### Bug Fixes

* **YouTube - Hide ads:** Hide new type of featured promotions ([#4113](https://github.com/ReVanced/revanced-patches/issues/4113)) ([13c7592](https://github.com/ReVanced/revanced-patches/commit/13c7592b21defd27e3a7aa9b219ffc0247bb5914))

# [5.4.0-dev.9](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.8...v5.4.0-dev.9) (2024-12-12)


### Features

* **YouTube - Comments:** Add `Hide 'Chat summary'` ([#4110](https://github.com/ReVanced/revanced-patches/issues/4110)) ([269493c](https://github.com/ReVanced/revanced-patches/commit/269493cd198604f1438ea2850fb68fe900d0e56f))

# [5.4.0-dev.8](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.7...v5.4.0-dev.8) (2024-12-11)


### Bug Fixes

* **YouTube Music - Bypass certificate checks:** Add a recommended target version ([#4104](https://github.com/ReVanced/revanced-patches/issues/4104)) ([17a5a6c](https://github.com/ReVanced/revanced-patches/commit/17a5a6c1691b0c23f601d3355b72f122c2bd5dcb))

# [5.4.0-dev.7](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.6...v5.4.0-dev.7) (2024-12-10)


### Bug Fixes

* **GmsCore support:** Adjust presentation of battery optimization dialog ([#4091](https://github.com/ReVanced/revanced-patches/issues/4091)) ([5d8fc1b](https://github.com/ReVanced/revanced-patches/commit/5d8fc1bcd4e453298cfac086cdbdf279612bfb63))

# [5.4.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.5...v5.4.0-dev.6) (2024-12-10)


### Bug Fixes

* **YouTube Music - Spoof video streams:** Disable stable volume ([#4097](https://github.com/ReVanced/revanced-patches/issues/4097)) ([16bb9df](https://github.com/ReVanced/revanced-patches/commit/16bb9dfc299612f3922724c136878606987ab132))

# [5.4.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.4...v5.4.0-dev.5) (2024-12-10)


### Bug Fixes

* **YouTube - Spoof video streams:** Resolve playback of age restricted videos ([#4096](https://github.com/ReVanced/revanced-patches/issues/4096)) ([839a404](https://github.com/ReVanced/revanced-patches/commit/839a4045f1bb1759d89047834e0b7695781e82a3))

# [5.4.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.3...v5.4.0-dev.4) (2024-12-10)


### Bug Fixes

* **YouTube - Spoof video streams:** Fix error toast that is sometimes shown ([#4090](https://github.com/ReVanced/revanced-patches/issues/4090)) ([4c46cb2](https://github.com/ReVanced/revanced-patches/commit/4c46cb27a02c6f29626cd769b6a8e825645d5b16))

# [5.4.0-dev.3](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.2...v5.4.0-dev.3) (2024-12-09)


### Bug Fixes

* **TikTok - Settings:** Use correct colors for dark mode ([#4087](https://github.com/ReVanced/revanced-patches/issues/4087)) ([6bd22ff](https://github.com/ReVanced/revanced-patches/commit/6bd22ffa7e8af4d8f5d2d3b1711bd92c44b4e4aa))

# [5.4.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v5.4.0-dev.1...v5.4.0-dev.2) (2024-12-09)


### Bug Fixes

* **TikTok - SIM Spoof:** Change patch to default off to fix login ([#4084](https://github.com/ReVanced/revanced-patches/issues/4084)) ([f4659a3](https://github.com/ReVanced/revanced-patches/commit/f4659a328eaf600e1e5f02a66fa2af4b6d8dc7c1))


### Features

* Add Internal data documents provider patch ([#3830](https://github.com/ReVanced/revanced-patches/issues/3830)) ([cb22f65](https://github.com/ReVanced/revanced-patches/commit/cb22f652ed678d81ffda9ece659b3971225d6931))

# [5.4.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.3.0...v5.4.0-dev.1) (2024-12-09)


### Features

* **Change package name:** Add options to change provider and permission package names to handle installation conflicts ([75c740c](https://github.com/ReVanced/revanced-patches/commit/75c740c6ba2e0c62e567f7dc90cdad368fc4f372))

# [5.3.0](https://github.com/ReVanced/revanced-patches/compare/v5.2.3...v5.3.0) (2024-12-09)


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
compileOnly(libs.annotation)
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<manifest/>
Loading