Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Instagram): Added few patches #3604

Draft
wants to merge 20 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2a4c2dc
feat(Instagram): Added `Enable developer menu` patch
swakwork Sep 1, 2024
ab1690f
feat(Instagram): Added `Max media quality` patch
swakwork Sep 1, 2024
535a50a
feat(Instagram): Added `Selectable bio` patch
swakwork Sep 1, 2024
6a54ffb
feat(Instagram): Added `Sanitize sharing links` patch
swakwork Sep 1, 2024
685c7c8
feat(Instagram): Added `Open links in external browser` patch
swakwork Sep 1, 2024
71657ac
upd(Instagram): Code correction for `Enable developer menu` patch
swakwork Sep 2, 2024
7589cef
upd(Instagram): Code correction for `Selectable bio` patch
swakwork Sep 2, 2024
0968783
upd(Instagram): Code correction for `Max media quality` patch
swakwork Sep 2, 2024
1eb6017
upd(Instagram): Code correction for `Sanitize sharing links` patch
swakwork Sep 2, 2024
bf5762b
upd(Instagram): Code correction for `Open links in external browser` …
swakwork Sep 2, 2024
af9fc80
upd(Instagram): Code correction for `Enable developer menu` patch
swakwork Sep 2, 2024
4ec9a28
upd(Instagram): Code correction for `Open links in external browser` …
swakwork Sep 2, 2024
7ab6003
upd(Instagram): Code correction for `Sanitize sharing links` patch
swakwork Sep 2, 2024
c36a50f
upd(Instagram): Code correction for `Selectable bio` patch
swakwork Sep 2, 2024
b6e2e8a
upd(Instagram): Code correction for `Max media quality` patch
swakwork Sep 2, 2024
ddb9ed8
upd(Instagram): updated descriptions.
swakwork Sep 2, 2024
606f571
upd(Instagram): Added profile & highlights link `Sanitize sharing lin…
swakwork Sep 2, 2024
8788b4e
upd(Instagram): Better patch description for `Max media quality`
swakwork Sep 6, 2024
4603458
upd(Instagram): Better patch description for `Max media quality`
swakwork Sep 6, 2024
12ef5c9
refactor
oSumAtrIX Sep 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction

@Patch(
name = "Max media quality",
description = "Sets the images/videos/stories quality to max.",
description = "Sets the images/videos/stories quality to max. " +
"Instagram ,sometimes, compresses the media resolution with respect to device dimensions causing quality loss. " +
swakwork marked this conversation as resolved.
Show resolved Hide resolved
"This patch overrides that limitation.",
compatiblePackages = [CompatiblePackage("com.instagram.android")],
)
@Suppress("unused")
Expand Down