💉 ReVanced Patcher used to patch Android applications
Find a file
oSumAtrIX 3fc6a139ee
feat!: Add patch annotation processor
This commit introduces an annotation processor for patches. Patches can use the `@Patch` instead of super constructor parameters.

BREAKING CHANGE: The manifest for patches has been removed, and the properties have been added to patches. Patches are now `OptionsContainer`. The `@Patch` annotation has been removed in favour of the `@Patch` annotation from the annotation processor.
2023-09-04 05:43:41 +02:00
.github build: use binary compatibility validator 2023-08-29 03:47:21 +02:00
gradle feat!: Add patch annotation processor 2023-09-04 05:43:41 +02:00
revanced-patch-annotations-processor feat!: Add patch annotation processor 2023-09-04 05:43:41 +02:00
revanced-patcher feat!: Add patch annotation processor 2023-09-04 05:43:41 +02:00
.gitattributes build: update gradle 2023-07-06 18:15:40 +02:00
.gitignore chore: remove project files 2023-03-02 19:23:41 +01:00
.releaserc ci: Change bumping commit scope 2023-07-30 02:50:41 +02:00
build.gradle.kts refactor: Move ReVanced Patcher to sub-project 2023-09-04 05:37:13 +02:00
CHANGELOG.md chore(release): 14.2.2 [skip ci] 2023-08-30 17:25:12 +00:00
gradle.properties chore(release): 14.2.2 [skip ci] 2023-08-30 17:25:12 +00:00
gradlew build: update gradle 2023-07-06 18:15:40 +02:00
gradlew.bat build: update gradle 2023-07-06 18:15:40 +02:00
LICENSE License ReVanced Patcher under GPLv3 2022-03-20 00:16:53 +01:00
package-lock.json ci: update actions (#158) 2023-02-13 22:29:20 +01:00
package.json ci: update actions (#158) 2023-02-13 22:29:20 +01:00
README.md docs: fix heading 2023-05-08 01:03:11 +02:00
settings.gradle.kts feat!: Add patch annotation processor 2023-09-04 05:43:41 +02:00

💉 ReVanced Patcher

ReVanced Patcher used to patch Android applications.