feat(googlenews): restore CustomTabs for v5.161.0#37
Merged
Conversation
…ted patch approach The previous v5.161 attempt used v5.161 fingerprints but the revert accidentally restored v5.158 patch logic referencing non-existent classes. This commit uses the verified v5.161 bytecode structure: - Ladvb.a(): experiment flag switch (Laqrp), NOP IF_EQZ → always enabled Ladvi - Ladvi.a(): enabled browser picker, NOP IF_EQZ → bypass allowlist - Ladvf.a(): disabled browser picker, NOP IF_EQZ → bypass empty-list bail - Ladut;->i:Z reads in 5 handler classes → const/4 1 (force CT branch) - CustomTabsTrampolineActivity: IF_NEZ → GOTO (bypass null advd check) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J6PqqntTLoAeRvUnLqj659
github-actions Bot
pushed a commit
that referenced
this pull request
Jun 20, 2026
# [1.9.0](v1.8.0...v1.9.0) (2026-06-20) ### Features * **googlenews:** add support for version 5.161.0.931240252 ([2419a42](2419a42)) * **googlenews:** restore CustomTabs support for v5.161.0 with corrected patch approach ([#37](#37)) ([125ec13](125ec13)) ### Reverts * **googlenews:** drop broken CustomTabs support for v5.161.0.931240252 ([9596ae5](9596ae5))
github-actions Bot
pushed a commit
to fbernhart/patched-up
that referenced
this pull request
Jul 11, 2026
# 1.0.0 (2026-07-11) ### Bug Fixes * **changelog:** remove duplicate v1.3.2 entry ([9c556b7](9c556b7)) * correct attribution for Change package name to ReVanced as original source ([c887215](c887215)) * correct patches-bundle.json to point to stable v1.0.1 release ([6194cdb](6194cdb)) * **googlenews:** add aang auth service action ([7342da2](7342da2)) * **googlenews:** correct all IGET_BOOLEAN fingerprints for 5.155.0 ([426243b](426243b)) * **googlenews:** drop v5.155 compatibility, v5.156 only ([45def7d](45def7d)) * **googlenews:** remove mandatory changePackageNamePatch dependency ([593be02](593be02)) * **googlenews:** update fingerprints for 5.155.0.885456612 ([7e3ed22](7e3ed22)) * **kleinanzeigen:** bump supported version to 2026.13.2 ([docbt#5](https://github.com/fbernhart/patched-up/issues/5)) ([2a14b40](2a14b40)) * **kleinanzeigen:** bump supported version to 2026.14.0 ([78d5d16](78d5d16)) * **kleinanzeigen:** fix fingerprints and bump to 2026.12.0 ([2b8efd9](2b8efd9)) * **kleinanzeigen:** set 2026.14.0 as supported version in release ([df28ba4](df28ba4)) * port ChangePackageNamePatch from official MorpheApp/morphe-patches ([140830a](140830a)) * remove deprecated use parameter (morphe-patcher 1.3.1) ([e2867fc](e2867fc)), closes [#2EAD33](https://github.com/fbernhart/patched-up/issues/2EAD33) [#4285F4](https://github.com/fbernhart/patched-up/issues/4285F4) * remove name from gmsCoreSupportResourcePatch to hide it from patch selection UI ([bf81eb2](bf81eb2)) * rename versions.json key to avoid JSONPath hyphen issue ([6df76c6](6df76c6)) * restore PatchListGenerator, regenerate patches-list without example patch ([0ebac66](0ebac66)) * restrict Kleinanzeigen patches to version 2016.9.0 ([8fe9e13](8fe9e13)) * revert ChangePackageNamePatch to hoo-dles version, update attribution ([8ea5307](8ea5307)) * set gradlew executable permission for CI ([a7abac0](a7abac0)) * use 0xRRGGBB Int format for appIconColor (string rejected by Compatibility) ([714562d](714562d)) * use correct patches-list.json without example patch ([0b16930](0b16930)) ### Features * add Kleinanzeigen version to versions.json with dynamic badge in README ([4a6a922](4a6a922)) * **googlenews:** add Enable CustomTabs patch for v5.154.0.880997081 ([ab1baab](ab1baab)) * **googlenews:** add GmsCore support patch for v5.154.0.880997081 ([7bfeb21](7bfeb21)) * **googlenews:** add support for Google News v5.156 ([2bf1417](2bf1417)) * **googlenews:** add support for version 5.158.0.908428942 ([9c87106](9c87106)) * **googlenews:** add support for version 5.161.0.931240252 ([2419a42](2419a42)) * **googlenews:** restore CustomTabs support for v5.161.0 with corrected patch approach ([docbt#37](https://github.com/fbernhart/patched-up/issues/37)) ([125ec13](125ec13)) * **googlenews:** support v5.158.0.908428942 with updated CustomTabs fingerprints ([5f413e0](5f413e0)) * **kleinanzeigen:** add Hide Ads and Hide Pur patches migrated from ReVanced ([ffb2a99](ffb2a99)) * **kleinanzeigen:** add support for version 2026.16.1 ([84fe958](84fe958)) * **kleinanzeigen:** NEW PATCH: remove UTM tracking params from share URLs ([b684461](b684461)) * port ChangePackageNamePatch, add as dependency to Google News patches ([ff664bc](ff664bc)) * support new app versions + Morphe patcher 1.3 app info ([d5233a8](d5233a8)), closes [#2EAD33](https://github.com/fbernhart/patched-up/issues/2EAD33) [#4285F4](https://github.com/fbernhart/patched-up/issues/4285F4) * trigger release v1.4.0 ([35d1707](35d1707)) ### Reverts * **googlenews:** drop broken CustomTabs support for v5.161.0.931240252 ([9596ae5](9596ae5)) * **googlenews:** restore changePackageNamePatch dependency ([2f20304](2f20304))
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
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.
Summary
Test plan
Generated by Claude Code