🧩 Official patches maintained by ReVanced
Go to file
semantic-release-bot b10bbf71e6 chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/ReVanced/revanced-patches/compare/v2.202.0...v3.0.0) (2023-12-12)

### Bug Fixes

* Use correct class loader to load resources ([1d5f1f8](1d5f1f83be))
* **YouTube - GmsCore support:** Check for availability earlier to prevent crashing without any notice ([dab8900](dab8900e22))
* **YouTube - Minimized playback:** Fix PIP incorrectly shown for some Shorts playback ([#3364](https://github.com/ReVanced/revanced-patches/issues/3364)) ([84607ff](84607ff5f4))
* **YouTube - Return YouTube Dislike:** Prevent the first Short opened from freezing the UI ([#3359](https://github.com/ReVanced/revanced-patches/issues/3359)) ([e024409](e024409219))

### Features

* Allow choosing the vendor of GmsCore via patch options ([#3347](https://github.com/ReVanced/revanced-patches/issues/3347)) ([161261c](161261cfea))
* **Infinity for Reddit - Spoof client:** Support latest version ([ca42fd9](ca42fd9365))
* **Infinity for Reddit:** Add `Unlock subscription` patch ([840b29e](840b29e989))
* **Photomath:** Constrain patches to last working version ([f9a5dc6](f9a5dc6c91))
* Publish as a library ([#3356](https://github.com/ReVanced/revanced-patches/issues/3356)) ([4b878ee](4b878eeeda))
* **Tiktok:** Bump compatibility to `32.5.3` ([#3389](https://github.com/ReVanced/revanced-patches/issues/3389)) ([96cdc10](96cdc102dd))
* **Twitch - Settings:** Support version `16.1.0` and `15.4.1` ([#3377](https://github.com/ReVanced/revanced-patches/issues/3377)) ([062310d](062310dcc3))
* **Twitter - Dynamic Color:** Remove blue icon and update app name ([#3384](https://github.com/ReVanced/revanced-patches/issues/3384)) ([3db6615](3db6615568))
* **YouTube - Alternative Thumbnails:** Add option to use DeArrow ([#3378](https://github.com/ReVanced/revanced-patches/issues/3378)) ([41217f6](41217f61e6))
* **YouTube:** Add `Change start page` patch ([ad9ba37](ad9ba37c05))
* **YouTube:** Clarify patch descriptions ([#3350](https://github.com/ReVanced/revanced-patches/issues/3350)) ([f2b9df4](f2b9df4e22))

### BREAKING CHANGES

* **Tiktok:** This removes a patch but consolidates it into another.
* Various APIs have been moved to `GmsCoreSupportAbstractPatch`
2023-12-12 00:13:19 +00:00
.github chore: Add heading to issue templates 2023-11-23 00:56:51 +01:00
.idea feat(reddit): add disable-screenshot-popup patch (#2387) 2023-06-29 03:07:03 +02:00
api feat(Tiktok): Bump compatibility to 32.5.3 (#3389) 2023-12-12 01:07:01 +01:00
assets chore: Update README heading 2023-11-23 00:51:24 +01:00
dummy fix(syncforreddit/change-oauth-client-id): use correct signature for Android API 2023-06-12 03:54:21 +02:00
gradle feat: Publish as a library (#3356) 2023-12-02 22:35:13 +01:00
src/main feat(Tiktok): Bump compatibility to 32.5.3 (#3389) 2023-12-12 01:07:01 +01:00
.gitattributes build: update gradle (#2583) 2023-07-05 22:38:39 +02:00
.gitignore chore: update gradle wrapper to 8.0.1 (#1680) 2023-03-14 15:08:41 +01:00
.releaserc ci: Change bumping commit scope 2023-07-30 02:49:19 +02:00
build.gradle.kts feat: Publish as a library (#3356) 2023-12-02 22:35:13 +01:00
CHANGELOG.md chore(release): 3.0.0 [skip ci] 2023-12-12 00:13:19 +00:00
CONTRIBUTING.md chore: Update README heading 2023-11-23 00:51:24 +01:00
gradle.properties chore(release): 3.0.0 [skip ci] 2023-12-12 00:13:19 +00:00
gradlew build: update gradle (#2583) 2023-07-05 22:38:39 +02:00
gradlew.bat chore(gradle): bump wrapper to 8.0.2 (#1737) 2023-03-14 15:08:43 +01:00
LICENSE Initial commit 2022-03-20 21:06:01 +01:00
package-lock.json chore: Update packages 2023-11-21 23:40:58 +01:00
package.json chore: Update packages 2023-11-21 23:40:58 +01:00
patches.json chore(release): 3.0.0-dev.11 [skip ci] 2023-12-12 00:09:27 +00:00
README.md chore: Update README heading 2023-11-23 00:51:24 +01:00
settings.gradle.kts build: Simplify enabling local build cache 2023-12-11 22:39:44 +01:00


                       

Continuing the legacy of Vanced

🧩 ReVanced Patches

GitHub Workflow Status (with event) GPLv3 License

This repository contains a collection of ReVanced Patches.

About

Patches are small modifications to Android apps that allow you to change the behaviour of or add new features, block ads, customize the appearance, and much more.

💪 Features

Some of the features the patches provide are:

  • 🚫 Block ads: Say goodbye to ads
  • Customize your app: Personalize the appearance of apps with various layouts and themes
  • 🪄 Add new features: Extend the functionality of apps with lots of new features
  • ⚙️ Miscellaneous and general purpose: Rename packages, enable debugging, disable screen capture restrictions, export activities, etc.
  • And much more!

For a full list of all available patches, visit revanced.app/patches.

🚀 How to get started

You can use ReVanced CLI or ReVanced Manager to use ReVanced Patches.

📚 Everything else

📙 Contributing

Thank you for considering contributing to ReVanced Patches. You can find the contribution guidelines here.

📃 Documentation

The documentation provides the fundamentals of patches and everything necessary to create your own patch from scratch. You can find it here.

🛠️ Building

In order to build ReVanced Patches, you can follow the ReVanced documentation.

📜 Licence

ReVanced Patches is licensed under the GPLv3 licence. Please see the licence file for more information. tl;dr you may copy, distribute and modify ReVanced patches as long as you track changes/dates in source files. Any modifications to ReVanced Patches must also be made available under the GPL along with build & install instructions.