Skip to content

chore: Merge branch dev to main#1

Draft
github-actions[bot] wants to merge 179 commits intomainfrom
dev
Draft

chore: Merge branch dev to main#1
github-actions[bot] wants to merge 179 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown

This pull request will dev to main.

swakwork and others added 30 commits September 15, 2025 22:53
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 28 commits November 13, 2025 19:56
## [2.0.0-dev.10](crimera/piko@v2.0.0-dev.9...v2.0.0-dev.10) (2025-11-13)

### Bug Fixes

* **Twitter:** Fix `Show post source label` patch ([42efbe2](crimera@42efbe2))

### Features

* **Twitter:** Added `Change app icon` patch ([efbd6f7](crimera@efbd6f7))

### Updates

* **Translations:** Update `Polish` ([15cf2b1](crimera@15cf2b1))
* **Translations:** Update Korean ([b1edad5](crimera@b1edad5))
## [2.0.0-dev.11](crimera/piko@v2.0.0-dev.10...v2.0.0-dev.11) (2025-11-18)

### Bug Fixes

* **Twitter:** Corrected Moon app icon string ([60d0ede](crimera@60d0ede))
* **Twitter:** Fix font import bug. ([c8ea53c](crimera@c8ea53c))

### Updates

* **Translations:** Update `Korean` strings ([6bdf0cc](crimera@6bdf0cc))
* **Translations:** Update `Polish` ([2347537](crimera@2347537))
* **Twitter:** Include translations for app icon strings ([edad4a6](crimera@edad4a6))
## [2.0.0-dev.12](crimera/piko@v2.0.0-dev.11...v2.0.0-dev.12) (2025-11-23)

### Bug Fixes

* **Twitter:** Fixed preference import ([4623b93](crimera@4623b93))

### Updates

* spanish translation to new strings ([28dbebd](crimera@28dbebd))
* **Translations:** <Arabic> ([9ae0f3a](crimera@9ae0f3a))
* **Translations:** Updated `Arabic` strings [crimera#735](crimera#735) ([61a05c6](crimera@61a05c6))
* **Translations:** Updated `Spanish` strings [crimera#732](crimera#732) ([8137cd5](crimera@8137cd5))
* **Twitter:** Updated side bar elements to hide ([45f93a1](crimera@45f93a1))
Updated Turkish localization strings for various settings in the application, including premium, download, native features, ads, and customization settings.
## [2.0.0-dev.13](crimera/piko@v2.0.0-dev.12...v2.0.0-dev.13) (2025-11-27)

### Features

* **Twitter:** Added `Hide badges from navigation bar icons` patch ([1d98886](crimera@1d98886))

### Updates

* **Translations:** Update Korean ([23f1f25](crimera@23f1f25))
* **Translations:** Updated `Turkish` ([ae0df82](crimera@ae0df82))
* **Twitter:** Added more elements to hide from navigation bar ([8e6706c](crimera@8e6706c))

### Refactors

* **Bring Back Twitter:** Added more numeric character  <-> emoji pairs ([5534c57](crimera@5534c57))
* **Bring Back Twitter:** Refactor English strings ([18b68b3](crimera@18b68b3))
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.