Commit Graph

3611 Commits

Author SHA1 Message Date
d62649da49 feat(kakaotalk): add patch and fingerprint to remove native ad 2025-05-21 17:29:43 +09:00
76dcd4c479 feat(kakaotalk): rename fingerprint variables for clarity and consistency
Going forward, fingerprints will follow the filename of the corresponding patch, but will name the variables that are finely fingerprinted after the functionality of the method for the intended target. This is to promote reusability, and hopefully increase maintainability in the future.
2025-05-21 02:55:35 +09:00
3f868cd995 feat(kakaotalk): add patch and fingerprint to remove More tab ad 2025-05-21 02:45:44 +09:00
dd45ddde80 feat(kakaotalk): enhance version info patch to include build timestamp 2025-05-20 23:22:31 +09:00
9dd4a5e1bc feat(kakaotalk): add patch and fingerprint to remove focus ad 2025-05-20 23:17:01 +09:00
57f3a92189 feat(kakaotalk): add patch and fingerprint to remove OpenLink chat room list ad 2025-05-19 20:49:23 +09:00
9b9679a3aa refactor(kakaotalk): remove debug print statement from BypassMoatCheckPatch 2025-05-19 20:48:27 +09:00
60a02aa90a feat(kakaotalk): add bypass moat check patch and associated fingerprints
It's up, but it's not working, need to check further
2025-05-19 20:23:04 +09:00
50b735da19 refactor(kakaotalk): rename BypassRequestChecksumsFingerprint to BypassRequestChecksumsPatch for clarity 2025-05-19 19:24:30 +09:00
2ee3f69c4f feat(kakaotalk): update compatibility to version 25.4.2
fix some fingerprint at BypassRequestChecksumsFingerprint.kt
2025-05-19 02:11:00 +09:00
ae527462e3 fix(kakaotalk): fix RemoveBizBoardPatch
I simply deleted the bizboard, but there is an issue with having 2 divider, especially on the friends tab.
But it's deleted, so let's move on for now
2025-05-17 22:19:59 +09:00
610ebf3711 feat(kakaotalk): Add additional opcodes to GhostModeFingerprint for enhanced functionality
For support 25.4.1
2025-05-17 22:10:47 +09:00
b2f27a66c3 feat(kakaotalk): Add additional opcodes to GhostModeFingerprint for enhanced functionality
For support 25.4.1
2025-05-17 22:10:42 +09:00
92b54e85a8 feat(kakaotalk): Update compatibility to version 25.4.1 for multiple patches 2025-05-17 18:48:32 +09:00
e5c7a88550 feat(kakaotalk): Add bypass request checksums patch to prevent checksum verification 2025-05-14 17:59:57 +09:00
b1c9b5e47c feat(kakaotalk): Fix syntax in GhostModePatch for instruction clarity 2025-05-14 17:59:50 +09:00
afdf66dab4 feat(kakaotalk): Rename signature package to integrity for clarity 2025-05-14 17:49:00 +09:00
b9838f80fd feat(kakaotalk): Add KotlinUnitInstanceFingerprint for ghost mode patch 2025-05-14 17:47:36 +09:00
8ade9e8802 feat(kakaotalk): Add Ghost Mode patch to hide typing status 2025-05-14 13:48:43 +09:00
cb23e62f48 feat(kakaotalk): Update compatible version for multiple patches to 25.4.0 2025-05-14 13:48:37 +09:00
5b55077ccc feat(kakaotalk): Clean up RemoveShopTabFingerprint by removing unused imports 2025-05-04 17:22:49 +09:00
f1a87a28f2 feat(kakaotalk): Remove unused custom filtering logic from shop tab removal patch 2025-05-04 17:21:51 +09:00
49521fb702 feat(kakaotalk): Add patch to force enable emoticon plus feature 2025-05-04 16:45:15 +09:00
647756008e feat(kakaotalk): Add patch to remove shop tab from the bottom navigation bar 2025-05-04 03:14:33 +09:00
82e530a510 feat(kakaotalk): Add patch to remove 99 unread limit in chat logs 2025-05-04 01:25:10 +09:00
e9545a11c4 feat(kakaotalk): Refactor version info patch to improve readability of instruction filtering 2025-05-04 01:07:05 +09:00
ea208b37cb feat(kakaotalk): Add support for version info preview fingerprint patch 2025-05-04 01:06:18 +09:00
b0d693e431 feat(kakaotalk): Add version info patch to include '(ReVanced)' in the version string 2025-05-04 00:52:51 +09:00
ccfc313ff7 feat(kakaotalk): Add patches to remove 300+ unread limit in chatrooms 2025-05-04 00:10:46 +09:00
b80ec7758f feat(kakaotalk): Update import for verifying signature fingerprint 2025-05-03 20:04:30 +09:00
88abc37b49 feat(kakaotalk): Add patches for changing device model and verifying signature 2025-05-03 19:52:43 +09:00
0693212ba5 feat(kakaotalk): Add patches for changing device model and disabling signature verification 2025-05-03 19:25:46 +09:00
5f6d03b705 fix: Update Maven repository configuration to use GiteaPackages 2025-05-03 18:43:37 +09:00
a1303c50da chore: Release v5.22.0 [skip ci]
# [5.22.0](https://github.com/ReVanced/revanced-patches/compare/v5.21.0...v5.22.0) (2025-05-01)

### Bug Fixes

* **TikTok - Feed filter:** Hide ads in following feed ([#4844](https://github.com/ReVanced/revanced-patches/issues/4844)) ([c255ac1](c255ac18e0))
* **YouTube - Hide layout components:** Hide new type of community posts ([#4888](https://github.com/ReVanced/revanced-patches/issues/4888)) ([f0c9c35](f0c9c35778))
* **YouTube - Hide Shorts components:** Hide action buttons A/B button layout ([#4889](https://github.com/ReVanced/revanced-patches/issues/4889)) ([9dcd3d3](9dcd3d35dd))
* **YouTube - Shorts autoplay:** Fix autoplay with YT 20.12 ([06b35b2](06b35b2a7d))
* **YouTube - Spoof app version:** Do not hide spoof version in general settings menu ([#4861](https://github.com/ReVanced/revanced-patches/issues/4861)) ([f459c3c](f459c3c7fa))

### Features

* **TikTok - Feed Filter:** Remove TikTok Shop from feed. ([#4851](https://github.com/ReVanced/revanced-patches/issues/4851)) ([f198bec](f198bece65))
* **YouTube - GmsCore support:** Show troubleshooting in app text if the user recently changed their account details ([#4879](https://github.com/ReVanced/revanced-patches/issues/4879)) ([ab4bdc8](ab4bdc8a25))
2025-05-01 07:03:38 +00:00
2879005875 chore: Merge branch dev to main (#4864) 2025-05-01 11:00:16 +04:00
fc0c8e9726 chore: Sync translations (#4894) 2025-05-01 10:59:24 +04:00
d27db53584 chore: Release v5.22.0-dev.4 [skip ci]
# [5.22.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v5.22.0-dev.3...v5.22.0-dev.4) (2025-04-30)

### Bug Fixes

* **YouTube - Hide layout components:** Hide new type of community posts ([#4888](https://github.com/ReVanced/revanced-patches/issues/4888)) ([f0c9c35](f0c9c35778))
* **YouTube - Hide Shorts components:** Hide action buttons A/B button layout ([#4889](https://github.com/ReVanced/revanced-patches/issues/4889)) ([9dcd3d3](9dcd3d35dd))
2025-04-30 22:11:17 +00:00
f0c9c35778 fix(YouTube - Hide layout components): Hide new type of community posts (#4888) 2025-05-01 02:07:52 +04:00
9dcd3d35dd fix(YouTube - Hide Shorts components): Hide action buttons A/B button layout (#4889) 2025-05-01 02:07:32 +04:00
40fa1689e8 chore: Sync translations (#4890) 2025-05-01 02:04:21 +04:00
da099341fa bug(YouTube - Theme): Fix white system navigation bar in the ReVanced settings (#4875) 2025-04-29 23:27:14 +04:00
d47a244f74 chore: Sync translations (#4884) 2025-04-29 23:26:47 +04:00
903cdb9bb3 chore: Release v5.22.0-dev.3 [skip ci]
# [5.22.0-dev.3](https://github.com/ReVanced/revanced-patches/compare/v5.22.0-dev.2...v5.22.0-dev.3) (2025-04-29)

### Features

* **YouTube - GmsCore support:** Show troubleshooting in app text if the user recently changed their account details ([#4879](https://github.com/ReVanced/revanced-patches/issues/4879)) ([ab4bdc8](ab4bdc8a25))
2025-04-29 09:40:18 +00:00
ab4bdc8a25 feat(YouTube - GmsCore support): Show troubleshooting in app text if the user recently changed their account details (#4879) 2025-04-29 13:36:29 +04:00
1d5c6c9351 chore: Release v5.22.0-dev.2 [skip ci]
# [5.22.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v5.22.0-dev.1...v5.22.0-dev.2) (2025-04-27)

### Bug Fixes

* **YouTube - Shorts autoplay:** Fix autoplay with YT 20.12 ([06b35b2](06b35b2a7d))
2025-04-27 14:28:33 +00:00
06b35b2a7d fix(YouTube - Shorts autoplay): Fix autoplay with YT 20.12 2025-04-27 18:24:37 +04:00
a1207c9784 chore: Release v5.22.0-dev.1 [skip ci]
# [5.22.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v5.21.0...v5.22.0-dev.1) (2025-04-26)

### Bug Fixes

* **TikTok - Feed filter:** Hide ads in following feed ([#4844](https://github.com/ReVanced/revanced-patches/issues/4844)) ([c255ac1](c255ac18e0))
* **YouTube - Spoof app version:** Do not hide spoof version in general settings menu ([#4861](https://github.com/ReVanced/revanced-patches/issues/4861)) ([f459c3c](f459c3c7fa))

### Features

* **TikTok - Feed Filter:** Remove TikTok Shop from feed. ([#4851](https://github.com/ReVanced/revanced-patches/issues/4851)) ([f198bec](f198bece65))
2025-04-26 13:55:47 +00:00
f198bece65 feat(TikTok - Feed Filter): Remove TikTok Shop from feed. (#4851) 2025-04-26 17:52:17 +04:00
f459c3c7fa fix(YouTube - Spoof app version): Do not hide spoof version in general settings menu (#4861) 2025-04-26 17:51:35 +04:00
39769bf384 chore: Sync translations (#4865) 2025-04-26 17:51:18 +04:00