Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge branch dev to main #860

Merged
merged 18 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
320aa48
feat(YouTube - Hide ads): Add `Hide player shopping shelf` setting
anddea Oct 29, 2024
da4dd43
feat(YouTube - Hide feed components): Add `Hide floating button` setting
anddea Oct 29, 2024
a0476b5
feat(YouTube - Seekbar components): Add `Enable high quality thumbnai…
anddea Oct 29, 2024
c50b4ed
chore(Translations): Update translations
anddea Oct 25, 2024
0808410
build: Update api
anddea Oct 29, 2024
53044ae
build: Update dependencies
anddea Oct 29, 2024
e767d66
refactor(Python): Use better structure
anddea Oct 29, 2024
4a1c3b3
chore(release): 2.231.0-dev.1 [skip ci]
semantic-release-bot Oct 29, 2024
2aa33b2
chore(YouTube - Translations): Update `Polish` (#863)
Patriot99 Oct 29, 2024
03cef77
chore(YouTube - Translations): Update `Korean` (#866)
BlackGold8282 Nov 5, 2024
fef16e8
feat(YouTube - Description components): Add `Hide AI-generated video …
anddea Nov 6, 2024
1220449
fix(YouTube - Spoof app version): Remove obsolete `17.33.42` spoof ta…
anddea Nov 6, 2024
de7c682
chore(YouTube - Seekbar components): Remove `Enable high quality thum…
inotia00 Nov 6, 2024
a58c3df
fix(YouTube - Overlay buttons): Support A/B player layout
anddea Nov 6, 2024
2d5d325
chore(Python): Check if missing strings path exists and is not empty
anddea Nov 6, 2024
cd48784
chore(Translations): Update translations
anddea Nov 6, 2024
af25371
chore(release): 2.231.0-dev.2 [skip ci]
semantic-release-bot Nov 6, 2024
1fd91ca
chore(YouTube - Translations): Update `Polish` (#868)
Patriot99 Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [2.231.0-dev.2](https://github.com/anddea/revanced-patches/compare/v2.231.0-dev.1...v2.231.0-dev.2) (2024-11-06)


### Bug Fixes

* **YouTube - Overlay buttons:** Support A/B player layout ([a58c3df](https://github.com/anddea/revanced-patches/commit/a58c3dfbc6573adc56d7ea600bf66f5cb885ac73))
* **YouTube - Spoof app version:** Remove obsolete `17.33.42` spoof target ([1220449](https://github.com/anddea/revanced-patches/commit/1220449f2ac46f2dd5319441f82cc7de56e1efb6))


### Features

* **YouTube - Description components:** Add `Hide AI-generated video summary section` setting ([fef16e8](https://github.com/anddea/revanced-patches/commit/fef16e84d05be391b301e09d7958d685d4d9df38))

# [2.231.0-dev.1](https://github.com/anddea/revanced-patches/compare/v2.230.0...v2.231.0-dev.1) (2024-10-29)


### Features

* **YouTube - Hide ads:** Add `Hide player shopping shelf` setting ([320aa48](https://github.com/anddea/revanced-patches/commit/320aa485f917ef612e12b5bca27a307c2961a57c))
* **YouTube - Hide feed components:** Add `Hide floating button` setting ([da4dd43](https://github.com/anddea/revanced-patches/commit/da4dd43bb1b3a493fb1f4480fca2f9471e431437))
* **YouTube - Seekbar components:** Add `Enable high quality thumbnails` setting ([a0476b5](https://github.com/anddea/revanced-patches/commit/a0476b59b5c724cc1da232df0757ee9797edf505))

# [2.230.0](https://github.com/anddea/revanced-patches/compare/v2.229.0...v2.230.0) (2024-10-29)


Expand Down
3 changes: 3 additions & 0 deletions api/revanced-patches.api
Original file line number Diff line number Diff line change
Expand Up @@ -783,16 +783,19 @@ public final class app/revanced/patches/shared/litho/LithoFilterPatch : app/reva
public abstract class app/revanced/patches/shared/mainactivity/BaseMainActivityResolvePatch : app/revanced/patcher/patch/BytecodePatch {
public field mainActivityMutableClass Lapp/revanced/patcher/util/proxy/mutableTypes/MutableClass;
public field onConfigurationChangedMethod Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public field onCreateMethod Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public fun <init> (Lapp/revanced/patcher/fingerprint/MethodFingerprint;)V
public fun execute (Lapp/revanced/patcher/data/BytecodeContext;)V
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
public final fun getMainActivityMutableClass ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableClass;
public final fun getOnConfigurationChangedMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public final fun getOnCreateMethod ()Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;
public final fun injectConstructorMethodCall (Ljava/lang/String;Ljava/lang/String;)V
public final fun injectOnBackPressedMethodCall (Ljava/lang/String;Ljava/lang/String;)V
public final fun injectOnCreateMethodCall (Ljava/lang/String;Ljava/lang/String;)V
public final fun setMainActivityMutableClass (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableClass;)V
public final fun setOnConfigurationChangedMethod (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;)V
public final fun setOnCreateMethod (Lapp/revanced/patcher/util/proxy/mutableTypes/MutableMethod;)V
}

public final class app/revanced/patches/shared/mapping/ResourceMappingPatch : app/revanced/patcher/patch/ResourcePatch {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 2.230.0
version = 2.231.0-dev.2
133 changes: 0 additions & 133 deletions main.py

This file was deleted.

Loading
Loading