Skip to content

Commit

Permalink
bump 5.2.1-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Jan 3, 2025
1 parent f9d5170 commit 697a519
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
| `Disable DRC audio` | Adds an option to disable DRC (Dynamic Range Compression) audio. | 6.20.51 ~ 7.25.53 |
| `Disable auto captions` | Adds an option to disable captions from being automatically enabled. | 6.20.51 ~ 7.25.53 |
| `Disable dislike redirection` | Adds an option to disable redirection to the next track when clicking the Dislike button. | 6.20.51 ~ 7.25.53 |
| `Disable music video in album` | Adds option to redirect music videos from albums. | 6.20.51 ~ 7.25.53 |
| `Enable OPUS codec` | Adds an options to enable the OPUS audio codec if the player response includes. | 6.20.51 ~ 7.25.53 |
| `Enable debug logging` | Adds an option to enable debug logging. | 6.20.51 ~ 7.25.53 |
| `Enable landscape mode` | Adds an option to enable landscape mode when rotating the screen on phones. | 6.20.51 ~ 7.25.53 |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
kotlin.jvm.target.validation.mode = IGNORE
version = 5.2.1-dev.1
version = 5.2.1-dev.2

28 changes: 27 additions & 1 deletion patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,28 @@
},
"options": []
},
{
"name": "Disable music video in album",
"description": "Adds option to redirect music videos from albums.",
"use": false,
"dependencies": [
"Settings for YouTube Music",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch"
],
"compatiblePackages": {
"com.google.android.apps.youtube.music": [
"6.20.51",
"6.29.59",
"6.42.55",
"6.51.53",
"7.16.53",
"7.25.53"
]
},
"options": []
},
{
"name": "Disable resuming Shorts on startup",
"description": "Adds an option to disable the Shorts player from resuming on app startup when Shorts were last being watched.",
Expand Down Expand Up @@ -1087,6 +1109,9 @@
"Settings for YouTube",
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"BytecodePatch",
"ResourcePatch",
"ResourcePatch"
],
Expand Down Expand Up @@ -1493,7 +1518,8 @@
"BytecodePatch",
"ResourcePatch",
"BytecodePatch",
"BytecodePatch"
"BytecodePatch",
"ResourcePatch"
],
"compatiblePackages": {
"com.google.android.youtube": [
Expand Down
15 changes: 15 additions & 0 deletions patches/api/patches.api
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public final class app/revanced/patches/music/layout/visual/VisualPreferencesIco
public static final fun getVisualPreferencesIconsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
}

public final class app/revanced/patches/music/misc/album/AlbumMusicVideoPatchKt {
public static final fun getAlbumMusicVideoPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatchKt {
public static final fun getBackgroundPlaybackPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
Expand Down Expand Up @@ -138,6 +142,10 @@ public final class app/revanced/patches/music/player/components/PlayerComponents
public static final fun getPlayerComponentsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/music/utils/dismiss/DismissQueueHookPatchKt {
public static final fun getDismissQueueHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/music/utils/extension/SharedExtensionPatchKt {
public static final fun getSharedExtensionPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
Expand Down Expand Up @@ -183,6 +191,7 @@ public final class app/revanced/patches/music/utils/playservice/VersionCheckPatc
public static final fun is_6_27_or_greater ()Z
public static final fun is_6_36_or_greater ()Z
public static final fun is_6_42_or_greater ()Z
public static final fun is_7_03_or_greater ()Z
public static final fun is_7_06_or_greater ()Z
public static final fun is_7_13_or_greater ()Z
public static final fun is_7_17_or_greater ()Z
Expand Down Expand Up @@ -432,6 +441,8 @@ public final class app/revanced/patches/shared/mainactivity/BaseMainActivityReso
public static final fun getMainActivityMutableClass ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableClass;
public static final fun getOnConfigurationChangedMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public static final fun getOnCreateMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public static final fun getOnStartMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public static final fun getOnStopMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
}

public final class app/revanced/patches/shared/mapping/ResourceElement {
Expand Down Expand Up @@ -834,6 +845,10 @@ public final class app/revanced/patches/youtube/utils/flyoutmenu/FlyoutMenuHookP
public static final fun getFlyoutMenuHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/youtube/utils/fullscreen/FullscreenButtonHookPatchKt {
public static final fun getFullscreenButtonHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}

public final class app/revanced/patches/youtube/utils/gms/GmsCoreSupportPatchKt {
public static final fun getGmsCoreSupportPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
}
Expand Down

0 comments on commit 697a519

Please # to comment.