mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-20 16:27:17 +02:00
bump 5.4.1-dev.5
This commit is contained in:
parent
2d56a072c9
commit
d52fb7a457
31
README.md
31
README.md
@ -131,19 +131,19 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
|
|||||||
|
|
||||||
| 💊 Patch | 📜 Description | 🏹 Target Version |
|
| 💊 Patch | 📜 Description | 🏹 Target Version |
|
||||||
|:--------:|:--------------:|:-----------------:|
|
|:--------:|:--------------:|:-----------------:|
|
||||||
| `Change package name` | Changes the package name for Reddit to the name specified in patch options. | ALL |
|
| `Change package name` | Changes the package name for Reddit to the name specified in patch options. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Custom branding name for Reddit` | Changes the Reddit app name to the name specified in patch options. | ALL |
|
| `Custom branding name for Reddit` | Changes the Reddit app name to the name specified in patch options. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | ALL |
|
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | ALL |
|
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Hide ads` | Adds options to hide ads. | ALL |
|
| `Hide ads` | Adds options to hide ads. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | ALL |
|
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | ALL |
|
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | ALL |
|
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | ALL |
|
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Premium icon` | Unlocks premium app icons. | ALL |
|
| `Premium icon` | Unlocks premium app icons. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | ALL |
|
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | ALL |
|
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | 2024.17.0 ~ 2025.05.1 |
|
||||||
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | ALL |
|
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | 2024.17.0 ~ 2025.05.1 |
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
@ -195,7 +195,10 @@ Example:
|
|||||||
"description": "Adds options to hide ads.",
|
"description": "Adds options to hide ads.",
|
||||||
"use":true,
|
"use":true,
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": "ALL"
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,5 @@ org.gradle.parallel = true
|
|||||||
android.useAndroidX = true
|
android.useAndroidX = true
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
kotlin.jvm.target.validation.mode = IGNORE
|
kotlin.jvm.target.validation.mode = IGNORE
|
||||||
version = 5.4.1-dev.4
|
version = 5.4.1-dev.5
|
||||||
|
|
||||||
|
74
patches.json
74
patches.json
@ -192,7 +192,10 @@
|
|||||||
"use": false,
|
"use": false,
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
@ -491,7 +494,10 @@
|
|||||||
"use": false,
|
"use": false,
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
@ -744,6 +750,7 @@
|
|||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
|
"BytecodePatch",
|
||||||
"ResourcePatch",
|
"ResourcePatch",
|
||||||
"ResourcePatch"
|
"ResourcePatch"
|
||||||
],
|
],
|
||||||
@ -974,7 +981,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1336,7 +1346,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1410,6 +1423,7 @@
|
|||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"ResourcePatch",
|
"ResourcePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
|
"BytecodePatch",
|
||||||
"ResourcePatch"
|
"ResourcePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
@ -1458,6 +1472,7 @@
|
|||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"Navigation bar components",
|
"Navigation bar components",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
|
"ResourcePatch",
|
||||||
"ResourcePatch"
|
"ResourcePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
@ -1481,7 +1496,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1638,7 +1656,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1737,7 +1758,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1939,7 +1963,10 @@
|
|||||||
"BytecodePatch"
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -1952,7 +1979,10 @@
|
|||||||
"BytecodePatch"
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -2086,7 +2116,8 @@
|
|||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"BytecodePatch",
|
"BytecodePatch",
|
||||||
"ResourcePatch"
|
"ResourcePatch",
|
||||||
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.google.android.youtube": [
|
"com.google.android.youtube": [
|
||||||
@ -2107,7 +2138,10 @@
|
|||||||
"use": true,
|
"use": true,
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -2161,7 +2195,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -2344,7 +2381,10 @@
|
|||||||
"Settings for Reddit"
|
"Settings for Reddit"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": []
|
"options": []
|
||||||
},
|
},
|
||||||
@ -2404,7 +2444,10 @@
|
|||||||
"BytecodePatch"
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
"com.reddit.frontpage": null
|
"com.reddit.frontpage": [
|
||||||
|
"2024.17.0",
|
||||||
|
"2025.05.1"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
@ -2757,6 +2800,9 @@
|
|||||||
"use": true,
|
"use": true,
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"Settings for YouTube Music",
|
"Settings for YouTube Music",
|
||||||
|
"ResourcePatch",
|
||||||
|
"BytecodePatch",
|
||||||
|
"ResourcePatch",
|
||||||
"BytecodePatch"
|
"BytecodePatch"
|
||||||
],
|
],
|
||||||
"compatiblePackages": {
|
"compatiblePackages": {
|
||||||
|
@ -229,7 +229,9 @@ public final class app/revanced/patches/music/utils/playservice/VersionCheckPatc
|
|||||||
public static final fun is_7_23_or_greater ()Z
|
public static final fun is_7_23_or_greater ()Z
|
||||||
public static final fun is_7_25_or_greater ()Z
|
public static final fun is_7_25_or_greater ()Z
|
||||||
public static final fun is_7_27_or_greater ()Z
|
public static final fun is_7_27_or_greater ()Z
|
||||||
|
public static final fun is_7_28_or_greater ()Z
|
||||||
public static final fun is_7_29_or_greater ()Z
|
public static final fun is_7_29_or_greater ()Z
|
||||||
|
public static final fun is_7_33_or_greater ()Z
|
||||||
public static final fun is_8_03_or_greater ()Z
|
public static final fun is_8_03_or_greater ()Z
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -249,6 +251,7 @@ public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdP
|
|||||||
public static final fun getFloatingLayout ()J
|
public static final fun getFloatingLayout ()J
|
||||||
public static final fun getHistoryMenuItem ()J
|
public static final fun getHistoryMenuItem ()J
|
||||||
public static final fun getInlineTimeBarAdBreakMarkerColor ()J
|
public static final fun getInlineTimeBarAdBreakMarkerColor ()J
|
||||||
|
public static final fun getInlineTimeBarProgressColor ()J
|
||||||
public static final fun getInterstitialsContainer ()J
|
public static final fun getInterstitialsContainer ()J
|
||||||
public static final fun getLikeDislikeContainer ()J
|
public static final fun getLikeDislikeContainer ()J
|
||||||
public static final fun getMainActivityLaunchAnimation ()J
|
public static final fun getMainActivityLaunchAnimation ()J
|
||||||
@ -257,6 +260,7 @@ public final class app/revanced/patches/music/utils/resourceid/SharedResourceIdP
|
|||||||
public static final fun getMiniPlayerMdxPlaying ()J
|
public static final fun getMiniPlayerMdxPlaying ()J
|
||||||
public static final fun getMiniPlayerPlayPauseReplayButton ()J
|
public static final fun getMiniPlayerPlayPauseReplayButton ()J
|
||||||
public static final fun getMiniPlayerViewPager ()J
|
public static final fun getMiniPlayerViewPager ()J
|
||||||
|
public static final fun getModernDialogBackground ()J
|
||||||
public static final fun getMusicNotifierShelf ()J
|
public static final fun getMusicNotifierShelf ()J
|
||||||
public static final fun getMusicTasteBuilderShelf ()J
|
public static final fun getMusicTasteBuilderShelf ()J
|
||||||
public static final fun getNamesInactiveAccountThumbnailSize ()J
|
public static final fun getNamesInactiveAccountThumbnailSize ()J
|
||||||
@ -419,6 +423,7 @@ public final class app/revanced/patches/reddit/utils/settings/SettingsPatchKt {
|
|||||||
public static final fun is_2024_41_or_greater ()Z
|
public static final fun is_2024_41_or_greater ()Z
|
||||||
public static final fun is_2025_01_or_greater ()Z
|
public static final fun is_2025_01_or_greater ()Z
|
||||||
public static final fun is_2025_05_or_greater ()Z
|
public static final fun is_2025_05_or_greater ()Z
|
||||||
|
public static final fun is_2025_06_or_greater ()Z
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class app/revanced/patches/shared/FingerprintsKt {
|
public final class app/revanced/patches/shared/FingerprintsKt {
|
||||||
@ -1028,7 +1033,6 @@ public final class app/revanced/patches/youtube/utils/resourceid/SharedResourceI
|
|||||||
public static final fun getChannelListSubMenu ()J
|
public static final fun getChannelListSubMenu ()J
|
||||||
public static final fun getCompactLink ()J
|
public static final fun getCompactLink ()J
|
||||||
public static final fun getCompactListItem ()J
|
public static final fun getCompactListItem ()J
|
||||||
public static final fun getComponentLongClickListener ()J
|
|
||||||
public static final fun getContentPill ()J
|
public static final fun getContentPill ()J
|
||||||
public static final fun getControlsLayoutStub ()J
|
public static final fun getControlsLayoutStub ()J
|
||||||
public static final fun getDarkBackground ()J
|
public static final fun getDarkBackground ()J
|
||||||
@ -1070,7 +1074,6 @@ public final class app/revanced/patches/youtube/utils/resourceid/SharedResourceI
|
|||||||
public static final fun getModernMiniPlayerRewindButton ()J
|
public static final fun getModernMiniPlayerRewindButton ()J
|
||||||
public static final fun getMusicAppDeeplinkButtonView ()J
|
public static final fun getMusicAppDeeplinkButtonView ()J
|
||||||
public static final fun getNotificationBigPictureIconWidth ()J
|
public static final fun getNotificationBigPictureIconWidth ()J
|
||||||
public static final fun getOfflineActionsVideoDeletedUndoSnackbarText ()J
|
|
||||||
public static final fun getPlayerCollapseButton ()J
|
public static final fun getPlayerCollapseButton ()J
|
||||||
public static final fun getPlayerControlNextButtonTouchArea ()J
|
public static final fun getPlayerControlNextButtonTouchArea ()J
|
||||||
public static final fun getPlayerControlPreviousButtonTouchArea ()J
|
public static final fun getPlayerControlPreviousButtonTouchArea ()J
|
||||||
@ -1281,8 +1284,7 @@ public final class app/revanced/util/ResourceUtilsKt {
|
|||||||
public static final fun copyAdaptiveIcon (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
|
public static final fun copyAdaptiveIcon (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;)V
|
||||||
public static synthetic fun copyAdaptiveIcon$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V
|
public static synthetic fun copyAdaptiveIcon$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)V
|
||||||
public static final fun copyFile (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Z
|
public static final fun copyFile (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/util/List;Ljava/lang/String;Ljava/lang/String;)Z
|
||||||
public static final fun copyResources (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;[Lapp/revanced/util/ResourceGroup;Z)V
|
public static final fun copyResources (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;[Lapp/revanced/util/ResourceGroup;)V
|
||||||
public static synthetic fun copyResources$default (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;[Lapp/revanced/util/ResourceGroup;ZILjava/lang/Object;)V
|
|
||||||
public static final fun copyXmlNode (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lkotlin/Unit;
|
public static final fun copyXmlNode (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lkotlin/Unit;
|
||||||
public static final fun copyXmlNode (Ljava/lang/String;Lapp/revanced/patcher/util/Document;Lapp/revanced/patcher/util/Document;)Ljava/lang/AutoCloseable;
|
public static final fun copyXmlNode (Ljava/lang/String;Lapp/revanced/patcher/util/Document;Lapp/revanced/patcher/util/Document;)Ljava/lang/AutoCloseable;
|
||||||
public static final fun doRecursively (Lorg/w3c/dom/Node;Lkotlin/jvm/functions/Function1;)V
|
public static final fun doRecursively (Lorg/w3c/dom/Node;Lkotlin/jvm/functions/Function1;)V
|
||||||
|
Loading…
x
Reference in New Issue
Block a user