Skip to content

feat(Instagram): Add Open links externally patch#6012

Merged
LisoUseInAIKyrios merged 13 commits intoReVanced:devfrom
Swakshan:feat/instagram/open-in-ext-browser
Oct 1, 2025
Merged

feat(Instagram): Add Open links externally patch#6012
LisoUseInAIKyrios merged 13 commits intoReVanced:devfrom
Swakshan:feat/instagram/open-in-ext-browser

Conversation

@Swakshan
Copy link
Contributor

This patch will let users to open links available in the app, to open in an external browser instead of the default in app browser.

Copy link
Member

@oSumAtrIX oSumAtrIX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to run the apiDump Gradle task and comit the changes here

@Swakshan Swakshan force-pushed the feat/instagram/open-in-ext-browser branch from c6e98d3 to 0a4854d Compare September 27, 2025 17:24
@Swakshan
Copy link
Contributor Author

Hi @oSumAtrIX @LisoUseInAIKyrios ,
Lemme know if any further refactoring is requested.
Thanks :)

@Swakshan
Copy link
Contributor Author

Hi team,
Any other correction ?

@Swakshan Swakshan force-pushed the feat/instagram/open-in-ext-browser branch from 97c3a7e to fffc563 Compare September 28, 2025 16:29
@kitadai31
Copy link
Contributor

kitadai31 commented Sep 28, 2025

The Twitter's "Open links with app chooser" patch is different from "Open links externally" patch.
That patch is for opening links in the app chooser (see image below).

Screenshot_20250311-142600_IntentResolver

So, the Twitter's Open links with app chooser patch cannot be abstracted with this Instagram's Open link externally patch.

Also, opening links in an external browser is possible on the stock Twitter app. (Settings > Accessibility, display and language > Display > Use in-app browser)

Therefore, all changes related to Twitter should be reverted.

@kitadai31
Copy link
Contributor

kitadai31 commented Sep 28, 2025

Moreover, Open links with app chooser patch is actually completely unnecessary.

This patch requires that no default browser is set.
If a default browser is set, the app chooser will not open, so this patch will have no effect.

However, if the default browser is not set, the stock Twitter is also able to open a normal intent chooser.
(You need to turn off X settings > Display > "Use in-app browser", or the intent chooser won't be shown.)

Therefore, Open links with app chooser patch for Twitter can be removed.
But this is outside the scope of this PR, so it may be better to leave it as is for this PR.
This can be done in the future.

For details, refer to the conversation in crimera/piko#540 and "5. fix: Remove non-functional Open browser chooser on opening links patch" section

LisoUseInAIKyrios

This comment was marked as resolved.

LisoUseInAIKyrios added 5 commits September 30, 2025 21:48
…in-ext-browser

# Conflicts:
#	extensions/twitter/src/main/java/app/revanced/twitter/patches/links/OpenLinksWithAppChooserPatch.java
#	patches/src/main/kotlin/app/revanced/patches/twitter/misc/links/OpenLinksWithAppChooserPatch.kt
@welcome
Copy link

welcome bot commented Oct 1, 2025

Thank you for contributing to ReVanced. Join us on Discord to receive a role for your contribution.

github-actions bot pushed a commit that referenced this pull request Oct 1, 2025
# [5.42.0-dev.7](v5.42.0-dev.6...v5.42.0-dev.7) (2025-10-01)

### Features

* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([08e8ead](08e8ead))
github-actions bot pushed a commit that referenced this pull request Oct 8, 2025
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([9441e7a](9441e7a))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([ae4b947](ae4b947))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([080a226](080a226))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([19949e1](19949e1))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([673609c](673609c))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([bd4ba2d](bd4ba2d))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([9d67316](9d67316))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([76b0364](76b0364))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([f03256c](f03256c))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([7afeaeb](7afeaeb))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([a62ee43](a62ee43))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([328234f](328234f))
* **YouTube Music - Hide cast button:** Fix patching error ([28799a5](28799a5))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([7817885](7817885))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([6b26346](6b26346))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([a50f3b5](a50f3b5))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([20c4131](20c4131))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([2154d89](2154d89))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([08e8ead](08e8ead))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([963a4ef](963a4ef))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([5cb46c4](5cb46c4))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([4c8b56f](4c8b56f))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([d0d53d1](d0d53d1))
github-actions bot pushed a commit that referenced this pull request Oct 8, 2025
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([9441e7a](9441e7a))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([ae4b947](ae4b947))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([080a226](080a226))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([19949e1](19949e1))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([673609c](673609c))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([bd4ba2d](bd4ba2d))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([9d67316](9d67316))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([76b0364](76b0364))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([f03256c](f03256c))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([7afeaeb](7afeaeb))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([a62ee43](a62ee43))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([328234f](328234f))
* **YouTube Music - Hide cast button:** Fix patching error ([28799a5](28799a5))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([7817885](7817885))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([6b26346](6b26346))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([a50f3b5](a50f3b5))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([20c4131](20c4131))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([2154d89](2154d89))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([08e8ead](08e8ead))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([963a4ef](963a4ef))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([5cb46c4](5cb46c4))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([4c8b56f](4c8b56f))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([d0d53d1](d0d53d1))
github-actions bot pushed a commit to Viole403/revanced-patches-old that referenced this pull request Oct 9, 2025
# [5.42.0](https://github.com/Viole403/revanced-patches/compare/v5.41.0...v5.42.0) (2025-10-09)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([ReVanced#6049](https://github.com/Viole403/revanced-patches/issues/6049)) ([9441e7a](https://github.com/Viole403/revanced-patches/commit/9441e7acb4817e12d1443d438ef6c448518bd614))
* **Custom branding:** Update ReVanced logo sizing ([ReVanced#6029](https://github.com/Viole403/revanced-patches/issues/6029)) ([ae4b947](https://github.com/Viole403/revanced-patches/commit/ae4b9474d3fb62528fc21397c19954d31605e9da))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([080a226](https://github.com/Viole403/revanced-patches/commit/080a2266146798be71789c939deef2f289697523))
* **Spotify:** Change `Hide Create button` patch to default off ([ReVanced#6067](https://github.com/Viole403/revanced-patches/issues/6067)) ([19949e1](https://github.com/Viole403/revanced-patches/commit/19949e1695cc252ff0f94a33b6e3fb62e967d7fd))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([ReVanced#6033](https://github.com/Viole403/revanced-patches/issues/6033)) ([673609c](https://github.com/Viole403/revanced-patches/commit/673609c2aa87988cdc138eab101b9750fe6a7b62))
* **YouTube - Custom Branding:** Resolve startup crash with root installation ([fd4b2e1](https://github.com/Viole403/revanced-patches/commit/fd4b2e1bb98c6e507178e5b46b896ef7d320bc3d))
* **YouTube - Force original audio:** Change patch to default on ([ReVanced#6070](https://github.com/Viole403/revanced-patches/issues/6070)) ([bd4ba2d](https://github.com/Viole403/revanced-patches/commit/bd4ba2dae85ee6fd8d7e6078c3de775ca336e0b6))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([9d67316](https://github.com/Viole403/revanced-patches/commit/9d6731660ba0e19b863d05d54aa04f74a879f69b))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([ReVanced#6027](https://github.com/Viole403/revanced-patches/issues/6027)) ([76b0364](https://github.com/Viole403/revanced-patches/commit/76b0364c5b5562c6a0d178d2bbe5b220f48aaca9))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([ReVanced#6071](https://github.com/Viole403/revanced-patches/issues/6071)) ([f03256c](https://github.com/Viole403/revanced-patches/commit/f03256c471e1ee6a12267c1b56b531ca8f89278c))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([7afeaeb](https://github.com/Viole403/revanced-patches/commit/7afeaebb5cc22eb4f4512d8aa0cf4e835e7a2daf))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([ReVanced#6051](https://github.com/Viole403/revanced-patches/issues/6051)) ([a62ee43](https://github.com/Viole403/revanced-patches/commit/a62ee43441b197f5c8352ae373bb8919ad66f0bd))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([ReVanced#6026](https://github.com/Viole403/revanced-patches/issues/6026)) ([328234f](https://github.com/Viole403/revanced-patches/commit/328234f39ada81542e596f04e8ce410c787c15c8))
* **YouTube Music - Hide cast button:** Fix patching error ([28799a5](https://github.com/Viole403/revanced-patches/commit/28799a548a73651134ef304cb6cb542cf8e55abe))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([7817885](https://github.com/Viole403/revanced-patches/commit/7817885cffed66608039ab45881537cbd3069c9d))
* **YouTube:** Resolve UI components not hiding for some users ([ReVanced#6054](https://github.com/Viole403/revanced-patches/issues/6054)) ([6b26346](https://github.com/Viole403/revanced-patches/commit/6b2634691423f5ce25a28b3f2fbc420977b81748))

### Features

* **crunchyroll/premium:** Add EnablePremiumPatch and related fingerprint ([688fa01](https://github.com/Viole403/revanced-patches/commit/688fa013eb5fe374e8d7c88dd416be0f7442f875))
* **Custom branding:** Add in-app settings to change icon and name ([ReVanced#6059](https://github.com/Viole403/revanced-patches/issues/6059)) ([a50f3b5](https://github.com/Viole403/revanced-patches/commit/a50f3b5177808f07d84041c946caccb5a08ad387))
* **DisableAdsPatch:** Update patch details and compatibility ([c9ea6bd](https://github.com/Viole403/revanced-patches/commit/c9ea6bd54659edf205dee651f03d1c75137e5a06))
* **duolingo/music:** Add FullSongsPatch and DisableNagsPatch ([5c31d2b](https://github.com/Viole403/revanced-patches/commit/5c31d2bf45dc3abf511c1d77d34d636cc8cbb6fb))
* **duolingo/music:** Refactor FullSongsPatch for constructor retrieval ([96e73ea](https://github.com/Viole403/revanced-patches/commit/96e73eafbb8b467e1cc62c14d9c54ae16ac1594e))
* **duolingo/premium:** Refactor EnablePremiumPatch field handling ([9df0a7d](https://github.com/Viole403/revanced-patches/commit/9df0a7dbde68ed65d68a6d27dae7e691896a9a33))
* **duolingo/unlocksuper:** Refactor user serialization fingerprints ([a5ce75a](https://github.com/Viole403/revanced-patches/commit/a5ce75a8a7f3bbc61f6748be7429138376f216bc))
* **duolingo:** Add UnlockDuolingoSuperPatch for feature unlocking ([ea76edf](https://github.com/Viole403/revanced-patches/commit/ea76edf1c28b07fb026092b717cf62f02beb834f))
* **EnableDebugMenuPatch:** Update compatibility and description ([a5872b2](https://github.com/Viole403/revanced-patches/commit/a5872b23a42fa595101332fadabb0df7f3bc0f2b))
* **FullSongsPatch:** Specify compatibility version for licensed songs ([aa89a94](https://github.com/Viole403/revanced-patches/commit/aa89a9497fb500c798f83b6bc543056f640a65cc))
* **Instagram:** Add `Custom share domain` patch ([ReVanced#5998](https://github.com/Viole403/revanced-patches/issues/5998)) ([20c4131](https://github.com/Viole403/revanced-patches/commit/20c413120bad97af6121718e76b22a1b5540aa44))
* **Instagram:** Add `Enable developer menu` patch ([ReVanced#6043](https://github.com/Viole403/revanced-patches/issues/6043)) ([2154d89](https://github.com/Viole403/revanced-patches/commit/2154d89242fd8d7f7460145d5d35a4f1986944a3))
* **Instagram:** Add `Open links externally` patch ([ReVanced#6012](https://github.com/Viole403/revanced-patches/issues/6012)) ([08e8ead](https://github.com/Viole403/revanced-patches/commit/08e8ead04ffff47a4608a3db7aadc8d5feccd4ad))
* **Instagram:** Add `Sanitize sharing links` patch ([ReVanced#5986](https://github.com/Viole403/revanced-patches/issues/5986)) ([963a4ef](https://github.com/Viole403/revanced-patches/commit/963a4ef43fd513de7a2d7d019992f06b62fdcc10))
* **music:** Add fingerprint and patch for unlocking licensed songs ([661655d](https://github.com/Viole403/revanced-patches/commit/661655df9317b2d4934d73decc986d55c21dad88))
* **nags:** Add DisableNagsPatch and related fingerprints ([417bef9](https://github.com/Viole403/revanced-patches/commit/417bef9d696f2c965f1d0838ad110035a1ad0b03))
* **premium:** Add EnablePremiumPatch and related fingerprints ([651c372](https://github.com/Viole403/revanced-patches/commit/651c372edc8139347c50977ed7c43058c29afff0))
* **UnlockDuolingoSuperPatch:** Implement patch to unlock Duolingo Super features ([83a3391](https://github.com/Viole403/revanced-patches/commit/83a33919933b151d9bbea791f6e5073949af2e25))
* **Utils:** Add utility functions for ClassDef handling ([588d225](https://github.com/Viole403/revanced-patches/commit/588d2259567a623c7028c4752b0b72810dc4c9a8))
* **Utils:** Refactor toString method retrieval in ClassDef ([36cb62b](https://github.com/Viole403/revanced-patches/commit/36cb62b663ea59ef2bb2a1bde7fb1eec63dcef7f))
* **Viber:** Add `Hide navigation buttons` patch ([ReVanced#5991](https://github.com/Viole403/revanced-patches/issues/5991)) ([5cb46c4](https://github.com/Viole403/revanced-patches/commit/5cb46c4e9180ebc16eddb983dad73d137d8ec047))
* **YouTube Music:** Add `Custom branding` patch ([ReVanced#6007](https://github.com/Viole403/revanced-patches/issues/6007)) ([4c8b56f](https://github.com/Viole403/revanced-patches/commit/4c8b56f5466b244737f501654eb7c5d34b6b2f88))
* **YouTube Music:** Add `Force original audio` patch ([ReVanced#6036](https://github.com/Viole403/revanced-patches/issues/6036)) ([d0d53d1](https://github.com/Viole403/revanced-patches/commit/d0d53d109e451759a029326873adfa36fba12b23))
oSumAtrIX pushed a commit that referenced this pull request Feb 12, 2026
# [5.42.0-dev.7](v5.42.0-dev.6...v5.42.0-dev.7) (2025-10-01)

### Features

* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([92b9784](92b9784))
oSumAtrIX pushed a commit that referenced this pull request Feb 12, 2026
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([34a6c1c](34a6c1c))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([4b8acb5](4b8acb5))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([f768965](f768965))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([66b9431](66b9431))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([7f1433d](7f1433d))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([746ea68](746ea68))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([d3ba1d9](d3ba1d9))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([24ef82d](24ef82d))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([51ec14a](51ec14a))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([ea3f5e4](ea3f5e4))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([c692a13](c692a13))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([bc8f575](bc8f575))
* **YouTube Music - Hide cast button:** Fix patching error ([3a0cdad](3a0cdad))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([5fe064f](5fe064f))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([74e3fd1](74e3fd1))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([15453bd](15453bd))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([37002d1](37002d1))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([7005fdc](7005fdc))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([92b9784](92b9784))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([786ca51](786ca51))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([d6dbe03](d6dbe03))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([5729f36](5729f36))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([cca1310](cca1310))
oSumAtrIX pushed a commit that referenced this pull request Feb 12, 2026
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([34a6c1c](34a6c1c))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([4b8acb5](4b8acb5))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([f768965](f768965))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([66b9431](66b9431))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([7f1433d](7f1433d))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([746ea68](746ea68))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([d3ba1d9](d3ba1d9))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([24ef82d](24ef82d))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([51ec14a](51ec14a))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([ea3f5e4](ea3f5e4))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([c692a13](c692a13))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([bc8f575](bc8f575))
* **YouTube Music - Hide cast button:** Fix patching error ([3a0cdad](3a0cdad))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([5fe064f](5fe064f))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([74e3fd1](74e3fd1))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([15453bd](15453bd))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([37002d1](37002d1))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([7005fdc](7005fdc))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([92b9784](92b9784))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([786ca51](786ca51))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([d6dbe03](d6dbe03))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([5729f36](5729f36))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([cca1310](cca1310))
oSumAtrIX pushed a commit that referenced this pull request Feb 27, 2026
# [5.42.0-dev.7](v5.42.0-dev.6...v5.42.0-dev.7) (2025-10-01)

### Features

* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([269bd99](269bd99))
oSumAtrIX pushed a commit that referenced this pull request Feb 27, 2026
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([cbcdf3f](cbcdf3f))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([6ac2995](6ac2995))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([2a58905](2a58905))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([4149160](4149160))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([241fb29](241fb29))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([f5c9ec1](f5c9ec1))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([e76684f](e76684f))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([c10c39f](c10c39f))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([fca38be](fca38be))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([2d527f3](2d527f3))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([b14c639](b14c639))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([72c5819](72c5819))
* **YouTube Music - Hide cast button:** Fix patching error ([9657405](9657405))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([5730714](5730714))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([c70dc5f](c70dc5f))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([66d2339](66d2339))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([e5f0ea7](e5f0ea7))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([f69559c](f69559c))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([269bd99](269bd99))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([ab4327e](ab4327e))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([ae29c66](ae29c66))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([e786c9b](e786c9b))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([6920ebc](6920ebc))
oSumAtrIX pushed a commit that referenced this pull request Feb 27, 2026
# [5.42.0](v5.41.0...v5.42.0) (2025-10-08)

### Bug Fixes

* **Custom branding:** Update ReVanced logo ([#6049](#6049)) ([cbcdf3f](cbcdf3f))
* **Custom branding:** Update ReVanced logo sizing ([#6029](#6029)) ([6ac2995](6ac2995))
* **Instagram - Hide navigation buttons:** Resolve app startup crash ([2a58905](2a58905))
* **Spotify:** Change `Hide Create button` patch to default off ([#6067](#6067)) ([4149160](4149160))
* **X / Twitter:** Remove non functional and obsolete patch `Open links with app chooser` ([#6033](#6033)) ([241fb29](241fb29))
* **YouTube - Force original audio:** Change patch to default on ([#6070](#6070)) ([f5c9ec1](f5c9ec1))
* **YouTube - Force original language:** Resolve some videos using Swedish audio track ([e76684f](e76684f))
* **YouTube - Hide end screen cards:** Hide new type of end screen card ([#6027](#6027)) ([c10c39f](c10c39f))
* **YouTube - Spoof video streams:** Add "Allow Android VR AV1" setting ([#6071](#6071)) ([fca38be](fca38be))
* **YouTube - Spoof video streams:** Do not allow VR AV1 if "Force AVC" is enabled ([2d527f3](2d527f3))
* **YouTube - Spoof video streams:** Resolve playback dropping frames ([#6051](#6051)) ([b14c639](b14c639))
* **YouTube Music - GmsCore support:** Handle sharing links to certain apps such as Instagram ([#6026](#6026)) ([72c5819](72c5819))
* **YouTube Music - Hide cast button:** Fix patching error ([9657405](9657405))
* **YouTube Music - Hide cast button:** Resolve button not hiding ([5730714](5730714))
* **YouTube:** Resolve UI components not hiding for some users ([#6054](#6054)) ([c70dc5f](c70dc5f))

### Features

* **Custom branding:** Add in-app settings to change icon and name ([#6059](#6059)) ([66d2339](66d2339))
* **Instagram:** Add `Custom share domain` patch ([#5998](#5998)) ([e5f0ea7](e5f0ea7))
* **Instagram:** Add `Enable developer menu` patch ([#6043](#6043)) ([f69559c](f69559c))
* **Instagram:** Add `Open links externally` patch ([#6012](#6012)) ([269bd99](269bd99))
* **Instagram:** Add `Sanitize sharing links` patch ([#5986](#5986)) ([ab4327e](ab4327e))
* **Viber:** Add `Hide navigation buttons` patch ([#5991](#5991)) ([ae29c66](ae29c66))
* **YouTube Music:** Add `Custom branding` patch ([#6007](#6007)) ([e786c9b](e786c9b))
* **YouTube Music:** Add `Force original audio` patch ([#6036](#6036)) ([6920ebc](6920ebc))
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.

4 participants