Skip to content

feat(googlenews): restore CustomTabs for v5.161.0#37

Merged
docbt merged 1 commit into
devfrom
claude/kind-ptolemy-axyubh
Jun 20, 2026
Merged

feat(googlenews): restore CustomTabs for v5.161.0#37
docbt merged 1 commit into
devfrom
claude/kind-ptolemy-axyubh

Conversation

@docbt

@docbt docbt commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Aktualisierte Fingerprints und Patch-Code für Google News v5.161.0.931240252
  • Neuer Step: Ladvb.a() Experiment-Flag-Switch (NOP IF_EQZ → immer enabled Ladvi Picker)
  • Ladvi/Ladvf Browser-Allowlist Bypass
  • Ladut;->i:Z → const/4 1 in 5 Handler-Klassen
  • CustomTabsTrampolineActivity IF_NEZ → GOTO (bypass null advd check)

Test plan

  • MPP aus Actions Artifact laden
  • Mit ReVanced Manager auf GN v5.161.0.931240252 anwenden
  • Artikel antippen → sollte im Standard-Browser via CustomTabs öffnen
  • Verschiedene Browser testen (Chrome, Firefox, Brave)

Generated by Claude Code

…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
@docbt
docbt merged commit 125ec13 into dev Jun 20, 2026
1 check passed
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))
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.

2 participants