Commit graph

10 commits

Author SHA1 Message Date
Gaurav
d852728589 feat(Instagram): Add QoL patches and fix existing patches for v421.x.x
New patches added:
- Disable double-tap to like
- Hide comment button
- Download media (partial - fingerprint needs work)
- Disable feed auto-refresh
- Keep scroll position
- Copy bio text

Fixed existing patches:
- Anonymous story viewing: Updated fingerprint to visual_media_seen
- Disable Reels auto-scroll: Removed strict type constraints
- Hide suggested content: Simplified to use returnEarly()
- Enable location sticker redesign: Updated fingerprint (partial)

Also includes extension Java classes for download and bio patches.
2026-03-22 01:55:00 +05:45
Gaurav Yadav
480fd00b4c fix(Instagram): Update share link fingerprints and navigation patches for 421.x.x
- Fix `Sanitize sharing links` patch: replace deprecated `permalink` string
  with `create_highlight_permalink_share_url` in permalinkResponseJsonParserMethodMatch
- Add error handling in EditShareLinksPatch to gracefully handle fingerprint mismatches
- Fix `Hide navigation buttons` patch: use mutable ArrayList and setAccessible(true)
  to avoid UnsupportedOperationException on newer builds
- Update compatibleWith version to 421.0.0.51.66
2026-03-21 23:53:55 +05:45
kitadai31
7517f57ac7
fix: Add minSdk to all extension projects (#6778) 2026-03-14 19:41:18 +01:00
oSumAtrIX
88d33b847d
feat: Update YouTube & YouTube Music patches (#6571)
This commit is a squash of multiple commits, authored by the individuals referenced below. To see the exact commits by each author, see the unsquashed tree at https://github.com/ReVanced/revanced-patches/pull/6571 or with commit 03940665d27a42ed08992757dfe4534bd8243356.

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: hoodles <207470673+hoo-dles@users.noreply.github.com>
Co-authored-by: ILoveOpenSourceApplications <117499019+iloveopensourceapplications@users.noreply.github.com>
Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
Co-authored-by: OxrxL <108184954+oxrxl@users.noreply.github.com>
2026-02-27 16:16:21 +01:00
brosssh
20c413120b
feat(Instagram): Add Custom share domain patch (#5998) 2025-10-07 15:40:37 +04:00
brosssh
963a4ef43f
feat(Instagram): Add Sanitize sharing links patch (#5986)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com>
2025-10-03 11:19:01 +04:00
Swakshan
08e8ead04f
feat(Instagram): Add Open links externally patch (#6012) 2025-10-01 10:17:19 +04:00
brosssh
6fa404331b
fix(Instagram - Hide navigation buttons): Remove button based on name (#5971) 2025-09-23 12:25:36 +02:00
brosssh
ef514017f4
fix(Instagram - Limit feed to followed profiles): Preserve favorites feed (#5963) 2025-09-22 13:32:30 +04:00
brosssh
8ba9a19ade
feat(Instagram): Add Limit feed to followed profiles patch (#5908) 2025-09-18 10:13:46 +04:00