diff --git a/gradle.properties b/gradle.properties index 0b13e5b33..6dbe27e09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.parallel = true android.useAndroidX = true kotlin.code.style = official kotlin.jvm.target.validation.mode = IGNORE -version = 5.6.2-dev.1 +version = 5.6.2-dev.2 diff --git a/patches.json b/patches.json index 72c3927ef..09e8f3fde 100644 --- a/patches.json +++ b/patches.json @@ -1024,8 +1024,7 @@ "description": "Adds an option to disable the popup that appears when taking a screenshot.", "use": true, "dependencies": [ - "Settings for Reddit", - "ResourcePatch" + "Settings for Reddit" ], "compatiblePackages": { "com.reddit.frontpage": [ @@ -1310,6 +1309,15 @@ "Clone": "com.rvx.android.apps.youtube.music", "Default": "app.rvx.android.apps.youtube.music" } + }, + { + "key": "patchAllManifest", + "title": "Patch all manifest components", + "description": "Patch all permissions, intents and content provider authorities supported by GmsCore.", + "required": true, + "type": "kotlin.Boolean", + "default": true, + "values": null } ] }, @@ -1374,6 +1382,15 @@ "Clone": "com.rvx.android.apps.youtube.music", "Default": "app.rvx.android.apps.youtube.music" } + }, + { + "key": "patchAllManifest", + "title": "Patch all manifest components", + "description": "Patch all permissions, intents and content provider authorities supported by GmsCore.", + "required": true, + "type": "kotlin.Boolean", + "default": true, + "values": null } ] }, @@ -3097,6 +3114,7 @@ "BytecodePatch", "BytecodePatch", "BytecodePatch", + "BytecodePatch", "ResourcePatch" ], "compatiblePackages": { diff --git a/patches/api/patches.api b/patches/api/patches.api index f4d107275..a314dc173 100644 --- a/patches/api/patches.api +++ b/patches/api/patches.api @@ -414,7 +414,7 @@ public final class app/revanced/patches/reddit/layout/screenshotpopup/Screenshot } public final class app/revanced/patches/reddit/layout/subredditdialog/FingerprintsKt { - public static final fun indexOfGetOverInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I + public static final fun indexOfHasBeenVisitedInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I public static final fun indexOfSetBackgroundTintListInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I public static final fun listOfIsLoggedInInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)Ljava/util/List; } @@ -459,9 +459,7 @@ public final class app/revanced/patches/reddit/utils/extension/SharedExtensionPa } public final class app/revanced/patches/reddit/utils/resourceid/SharedResourceIdPatchKt { - public static final fun getActionShare ()J public static final fun getNsfwDialogTitle ()J - public static final fun getScreenShotShareBanner ()J } public final class app/revanced/patches/reddit/utils/settings/SettingsPatchKt { @@ -897,6 +895,10 @@ public final class app/revanced/patches/youtube/utils/FingerprintsKt { public static final fun indexOfSpannedCharSequenceInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I } +public final class app/revanced/patches/youtube/utils/auth/AuthHookPatchKt { + public static final fun getAuthHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + public final class app/revanced/patches/youtube/utils/bottomsheet/BottomSheetHookPatchKt { public static final fun getBottomSheetHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch; }