generated from ReVanced/revanced-patches-template
-
Notifications
You must be signed in to change notification settings - Fork 66
chore: Merge branch dev to main
#672
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
Draft
github-actions
wants to merge
239
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1 to 3. - [Release notes](https://github.com/burrunan/gradle-cache-action/releases) - [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md) - [Commits](burrunan/gradle-cache-action@v1...v3) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Removed unnecessary files, including files that appear to have been accidentally copied from official ReVanced. * dummy/: It was a remnant from v19 patches. In patcher v21, dummy is called "stub". * extensions/shared/: Removed classes for non-existent patches. e.g. SpoofVideoStreams * extensions/twitter/stub/: Removed unused stubs. * extensions/twitter/library/: library dir only exists in "shared" on official ReVanced. * patches/stub/: At this time, there are no patches in piko that require stubs. It is unlikely that stubs will be needed in the future. * patches.json: This was removed from the official ReVanced at some point. It won't be updated unless you bring back the Json generator, so removed. I removed "EmojiCompat" from Twitter stub, but I'm not sure if it is needed. If it is needed, please tell me.
Fix minSdk to 26 (Android 8.0) as the X app is minSdk 26 Remove unused dependencies from ReVanced Match to official ReVanced Fix "About" information of patches (There is no contact for piko, so I replaced it with the sample one from the revenanced-patches-template.)
Without this fix, CI will break. Changed the semantic release configurations to find new .rvp files. Reflected the changes in the official ReVanced repo.
My understanding is that piko doesn't use these patches because piko adds resources and settings in piko's own way. So I judged these were accidentally copied from the official ReVanced. Am I doing the right thing?
My understanding is that piko doesn't use these patches. If you copied this for future use, please let me know so I can revert it. However, in my opinion, it's better to copy these when they are actually needed for piko. Copying them now will make it burdensome to reflect changes in the official ReVanced.
…Removed extendWith extendWith is done in sharedExtensionPatch
The default value of `use` is true. Both ReVanced and RVX omit `use` if it is `true`.
All fingerprints are now internal or private. In the official ReVanced, all fingerprints are internal, but in piko, many patches and fingerprint are in the same file, so I made it private as much as possible
Patches that other patches depend on (patches without names) do not need compatibleWith.
In ReVanced Manager, these patches were treated as universal patches and were not applied.
Also, removed it from unnecessary files.
* Fix the patch structure. (Make it a single resource patch.) * Fix the issue that Japanese arrays.xml is not modified. * Introduce region comments. This is often used in the official ReVanced project. TODO: Logs are printed (not fixed in this commit)
The old information was remained in README.md. Added temporary information that the latest ReVanced Manager is supported now. TODO: Screenshot of Manager is not updated yet!
Do not change this version manually. By use the breaking change format in commit message, CI will change the major version automatically. Also, use the commit types that triggers CI, such as "feat:".
## [2.0.0-dev.19](v2.0.0-dev.18...v2.0.0-dev.19) (2025-12-27) ### Bug Fixes * **Twitter:** Fix `Custom download folder` in/from 11.51.xx ([c885395](c885395))
## [2.0.0-dev.20](v2.0.0-dev.19...v2.0.0-dev.20) (2026-01-04) ### Bug Fixes * **Twitter:** revert `semantic-release` version ([b50c530](b50c530)) ### Updates * **Translations:** Update `Polish` ([6f5e2e9](6f5e2e9)) * **Translations:** Update Korean ([f337585](f337585)) * **Twitter:** `Custom sharing domain` : added support for new share sheet ([a27675a](a27675a)) ### Refactors * **Twitter:** refactor native reader theme system. ([2ab5f35](2ab5f35))
## [2.0.0-dev.21](v2.0.0-dev.20...v2.0.0-dev.21) (2026-01-25) ### Bug Fixes * **Twitter:** Fix `Customize timeline top bar` patch ([2aa2a36](2aa2a36)) * **Twitter:** Fix tweet short text extraction for `Custom translator` patch ([18becfb](18becfb)) ### Updates * **Translations:** Update `Brazilian Portuguese` ([bbe2af9](bbe2af9)) * **Translations:** Update `Polish` ([beba988](beba988))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request will
devtomain.