Skip to content

Conversation

@github-actions
Copy link

This pull request will dev to main.

dependabot bot and others added 30 commits July 1, 2025 18:18
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:".
swakwork and others added 30 commits December 15, 2025 22:43
## [2.0.0-dev.18](v2.0.0-dev.17...v2.0.0-dev.18) (2025-12-15)

### Bug Fixes

* **Twitter:** `Disunify xchat system` patch ([ad767b1](ad767b1))
* **Twitter:** Fix `Customize timeline top bar` logic ([642d092](642d092))

### Updates

* **Translations:** Update `Polish` ([8302efe](8302efe))
## [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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.