mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-18 08:43:56 +00:00
v1.0.0
# 1.0.0 (2022-06-05) ### Bug Fixes * `create-button-signature` ([a2038a0](a2038a0507)) * `enable-seekbar-tapping` patch ([af4d514](af4d514038)) * `Index` in wrong package ([0a57a1d](0a57a1d1c1)) * `minimized-playback` & `old-quality-layout` wrong opcodes ([c36c5f8](c36c5f80b4)) * `minimized-playback` patch ([cc558b3](cc558b35e9)) * `SignatureChecker` not handling nullable field `methodMetadata` ([c2e0e91](c2e0e918d0)) * accidentally removed code in refactor ([affd51d](affd51d2c1)) * add missing `trimIndent()` to string literals ([046d1f0](046d1f05f7)) * add missing opcode for `create-button-method` ([c3f5eec](c3f5eec804)) * attempt on all patches ([9e49e71](9e49e71364)) * breaking changes by `revanced-patcher` dependency ([1748cd9](1748cd98a4)) * breaking changes by `revanced-patcher` dependency ([1136371](113637183a)) * breaking changes of the patcher ([acdb444](acdb44477c)) * breaking patcher changes ([6655f4b](6655f4b5e5)) * breaking patcher changes ([32d828f](32d828fc67)) * breaking patcher changes ([923b0d9](923b0d9a01)) * bugfixes in `microg` ([f4e289c](f4e289c8df)) * clean after building ([96f76b2](96f76b2eb5)) * disable `hide-suggestions-patch` patch until fixed ([fb4dc1d](fb4dc1dcfc)) * incorrect endIndex (fixed in Patcher) ([54196e7](54196e70ab)) * loop in `amoled` patch ([15630fe](15630fe9f9)) * migrate patches to latest patcher api changes ([39cf505](39cf505d84)) * missing extension method `doRecursively` ([62c6543](62c6543485)) * modified opcode for `show-video-ads-constructor` ([5cb333d](5cb333d769)) * multiple bugs in patches ([f4d25ae](f4d25aeea2)) * name for `IntegrationsPatch` ([2d1c3ee](2d1c3ee109)) * print instruction index of warning ([a63db11](a63db11046)) * publish releases ([fa3f6e2](fa3f6e2f33)) * remove `HideSuggestionsPatch` from `Index` ([0c16b51](0c16b51e93)) * remove unused patches ([7a0ae2d](7a0ae2d56a)) * signature checker with changes of patcher ([34449ab](34449abe41)) * spelling mistake ([eb97257](eb97257c41)) * tests failing ([51aeebe](51aeebe1e8)) * update `HomeAdsPatch` ([529fa1e](529fa1edff)) * update patches ([e6f3b3c](e6f3b3cd21)) * use the latest version of patcher dependency ([e09f25c](e09f25cb75)) * version in package metadata of music ([c6dae56](c6dae56521)) * **VideoAds:** remove `istore1` opcode ([ba1103a](ba1103aca3)) * write while reading resources and remove checking for "." in resource extensions ([017bcfa](017bcfa04d)) * wrong access flag in signature for `Create button patch` ([2f2a0ff](2f2a0ff5e3)) * wrong annotation and signature in patches ([a91432f](a91432f6ca)) * wrong opcode for `create-button-method` ([067d530](067d530901)) * wrong opcode pattern for `create-button-method` ([42253f0](42253f016a)) * wrong opcode pattern for `enable-seekbar-tapping-signature` ([38d77be](38d77be08b)) * wrong opcode pattern for signature in `Hide suggestions patch` ([51c45c6](51c45c636f)) * wrong patches in `upgrade-tab-remover` ([08b4294](08b4294f5e)) * wrong signature for `hide-reels-signature` ([9987679](9987679f66)) * wrong signatures for patch `Old Quality Layout Patch` ([d29329f](d29329fb32)) * wrong versions of patches ([89dcb56](89dcb56a9f)) ### Code Refactoring * Rename `net.revanced` to `app.revanced` ([510eb50](510eb50968)) ### Features * `Dependencies` annotation ([73adc6f](73adc6f98c)) * `GeneralBytecodeAds` and `GeneralResourceAds` patch ([05ee34c](05ee34c756)) * `hide-shorts-button` patch ([d6d6438](d6d6438110)) * `tastebuilder-remover` for music ([51a061f](51a061fe2d)) * Add (WIP) Signature Checker ([38761e8](38761e8e26)) * add `amoled` patch ([27f6aa5](27f6aa5b7b)) * add home ads patch ([024ecb2](024ecb2fb0)) * add patches compatibility to the newest version ([4e85cc4](4e85cc4cbb)) * add publishing to package registry ([675367a](675367a4ea)) * add semantic-release ([1ea323f](1ea323faae)) * added `codecs-unlock` patch ([5114ae1](5114ae1a2a)) * begin `MicroG Patch` ([e757e13](e757e13987)) * display metadata for each signature in `SignatureChecker` ([8b5d316](8b5d316ad3)) * get required register dynamically ([f65199c](f65199c028)) * Initial commit ([ce29098](ce29098d8a)) * integrations patch ([61554ce](61554ce809)) * migrate to dalvik patches ([d01658c](d01658c840)) * MinimizedPlayback, CreateButtonRemover ([d35496b](d35496b453)) * OldQualityLayout, HideSuggestions, HideReels, EnableSeekbarTapping ([084fc60](084fc60d3f)) * Patches for YouTube Music ([385c278](385c278e05)) * remove obsolete patch `Hide suggestions patch` ([9cb59b4](9cb59b44e3)) * update MicroG patch to latest version ([45c75cf](45c75cfb0e)) * update patches to latest version ([dd0d58f](dd0d58fc3b)) * use supplier instead of KClass ([bf2b2ae](bf2b2ae791)) * use supplier instead of KClass ([790c84a](790c84a00e)) ### BREAKING CHANGES * signature of patches was changed * signature of patches was changed * Package name was changed from "net.revanced" to "app.revanced"
revanced-patches
Repo for all ReVanced patches
Languages
Java
51.2%
Kotlin
48.8%