diff --git a/gradle.properties b/gradle.properties index fbb95566f..0b13e5b33 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.1 +version = 5.6.2-dev.1 diff --git a/patches.json b/patches.json index cff3a24c6..4de24746a 100644 --- a/patches.json +++ b/patches.json @@ -1024,7 +1024,8 @@ "description": "Adds an option to disable the popup that appears when taking a screenshot.", "use": true, "dependencies": [ - "Settings for Reddit" + "Settings for Reddit", + "ResourcePatch" ], "compatiblePackages": { "com.reddit.frontpage": [ @@ -2211,7 +2212,8 @@ "description": "Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically.", "use": true, "dependencies": [ - "Settings for Reddit" + "Settings for Reddit", + "ResourcePatch" ], "compatiblePackages": { "com.reddit.frontpage": [ diff --git a/patches/api/patches.api b/patches/api/patches.api index 11f542538..f4d107275 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 indexOfHasBeenVisitedInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I + public static final fun indexOfGetOverInstruction (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; } @@ -458,6 +458,12 @@ public final class app/revanced/patches/reddit/utils/extension/SharedExtensionPa public static final fun getSharedExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch; } +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 { public static final fun getSettingsPatch ()Lapp/revanced/patcher/patch/ResourcePatch; public static final fun is_2024_26_or_greater ()Z @@ -903,6 +909,10 @@ public final class app/revanced/patches/youtube/utils/controlsoverlay/ControlsOv public static final fun getControlsOverlayConfigPatch ()Lapp/revanced/patcher/patch/BytecodePatch; } +public final class app/revanced/patches/youtube/utils/dismiss/DismissPlayerHookPatchKt { + public static final fun getDismissPlayerHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch; +} + public final class app/revanced/patches/youtube/utils/engagement/EngagementPanelHookPatchKt { public static final fun getEngagementPanelHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch; } @@ -1050,6 +1060,7 @@ public final class app/revanced/patches/youtube/utils/playservice/VersionCheckPa public static final fun is_19_34_or_greater ()Z public static final fun is_19_36_or_greater ()Z public static final fun is_19_41_or_greater ()Z + public static final fun is_19_42_or_greater ()Z public static final fun is_19_43_or_greater ()Z public static final fun is_19_44_or_greater ()Z public static final fun is_19_46_or_greater ()Z