bump 5.4.1-dev.5

This commit is contained in:
inotia00 2025-02-10 18:05:21 +09:00
parent 2d56a072c9
commit d52fb7a457
4 changed files with 84 additions and 33 deletions

View File

@ -131,19 +131,19 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
| 💊 Patch | 📜 Description | 🏹 Target Version |
|:--------:|:--------------:|:-----------------:|
| `Change package name` | Changes the package name for Reddit 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. | ALL |
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | ALL |
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | ALL |
| `Hide ads` | Adds options to hide ads. | ALL |
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | ALL |
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | ALL |
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | ALL |
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | ALL |
| `Premium icon` | Unlocks premium app icons. | ALL |
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | ALL |
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | ALL |
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | 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. | 2024.17.0 ~ 2025.05.1 |
| `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. | 2024.17.0 ~ 2025.05.1 |
| `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. | 2024.17.0 ~ 2025.05.1 |
| `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. | 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. | 2024.17.0 ~ 2025.05.1 |
| `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. | 2024.17.0 ~ 2025.05.1 |
| `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. | 2024.17.0 ~ 2025.05.1 |
</details>
@ -195,7 +195,10 @@ Example:
"description": "Adds options to hide ads.",
"use":true,
"compatiblePackages": {
"com.reddit.frontpage": "ALL"
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
}

View File

@ -4,5 +4,5 @@ org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
kotlin.jvm.target.validation.mode = IGNORE
version = 5.4.1-dev.4
version = 5.4.1-dev.5

View File

@ -192,7 +192,10 @@
"use": false,
"dependencies": [],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": [
{
@ -491,7 +494,10 @@
"use": false,
"dependencies": [],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": [
{
@ -744,6 +750,7 @@
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch",
"ResourcePatch"
],
@ -974,7 +981,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1336,7 +1346,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1410,6 +1423,7 @@
"BytecodePatch",
"ResourcePatch",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch"
],
"compatiblePackages": {
@ -1458,6 +1472,7 @@
"BytecodePatch",
"Navigation bar components",
"BytecodePatch",
"ResourcePatch",
"ResourcePatch"
],
"compatiblePackages": {
@ -1481,7 +1496,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1638,7 +1656,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1737,7 +1758,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1939,7 +1963,10 @@
"BytecodePatch"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -1952,7 +1979,10 @@
"BytecodePatch"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -2086,7 +2116,8 @@
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch"
"ResourcePatch",
"BytecodePatch"
],
"compatiblePackages": {
"com.google.android.youtube": [
@ -2107,7 +2138,10 @@
"use": true,
"dependencies": [],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -2161,7 +2195,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -2344,7 +2381,10 @@
"Settings for Reddit"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": []
},
@ -2404,7 +2444,10 @@
"BytecodePatch"
],
"compatiblePackages": {
"com.reddit.frontpage": null
"com.reddit.frontpage": [
"2024.17.0",
"2025.05.1"
]
},
"options": [
{
@ -2757,6 +2800,9 @@
"use": true,
"dependencies": [
"Settings for YouTube Music",
"ResourcePatch",
"BytecodePatch",
"ResourcePatch",
"BytecodePatch"
],
"compatiblePackages": {

View File

@ -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_25_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_33_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 getHistoryMenuItem ()J
public static final fun getInlineTimeBarAdBreakMarkerColor ()J
public static final fun getInlineTimeBarProgressColor ()J
public static final fun getInterstitialsContainer ()J
public static final fun getLikeDislikeContainer ()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 getMiniPlayerPlayPauseReplayButton ()J
public static final fun getMiniPlayerViewPager ()J
public static final fun getModernDialogBackground ()J
public static final fun getMusicNotifierShelf ()J
public static final fun getMusicTasteBuilderShelf ()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_2025_01_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 {
@ -1028,7 +1033,6 @@ public final class app/revanced/patches/youtube/utils/resourceid/SharedResourceI
public static final fun getChannelListSubMenu ()J
public static final fun getCompactLink ()J
public static final fun getCompactListItem ()J
public static final fun getComponentLongClickListener ()J
public static final fun getContentPill ()J
public static final fun getControlsLayoutStub ()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 getMusicAppDeeplinkButtonView ()J
public static final fun getNotificationBigPictureIconWidth ()J
public static final fun getOfflineActionsVideoDeletedUndoSnackbarText ()J
public static final fun getPlayerCollapseButton ()J
public static final fun getPlayerControlNextButtonTouchArea ()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 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 copyResources (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;[Lapp/revanced/util/ResourceGroup;Z)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 copyResources (Lapp/revanced/patcher/patch/ResourcePatchContext;Ljava/lang/String;[Lapp/revanced/util/ResourceGroup;)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 (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