💉 ReVanced Patcher used to patch Android applications
Find a file
Lucaskyy f565c4f6a7
refactor: improve ResourceData.kt
Old methods have been marked as deprecated, and will be removed in the future.

- ResourceData.kt was made an Iterable<File>, and the forEach method was removed in favor of Kotlin's forEach function. (no modifications required)
- The resolve method was deprecated in favor of a new operator getter function, which can be either called using get(path) or data[path]. This keeps backwards compatibility with the old get method.
- The getXmlEditor method was deprecated in favor of the new xmlEditor variable, which is a XmlFileHolder which has an operator getter which acts like an array. This is syntactically better.
2022-06-26 17:14:38 +02:00
.github/workflows fix: add execute permission to ./gradlew file (#46) 2022-06-22 16:16:00 +02:00
.idea fix: qualifying Element with wrong package 2022-06-05 08:03:31 +02:00
gradle/wrapper chore: update gradlew wrapper 2022-06-05 08:03:38 +02:00
src refactor: improve ResourceData.kt 2022-06-26 17:14:38 +02:00
.gitignore fix: avoid ignoring test resources (fixes #1) 2022-03-20 15:54:41 +01:00
.releaserc ci: add gradle-semantic-release-plugin and remove the github release assets 2022-06-05 08:02:39 +02:00
build.gradle.kts refactor: migrate from Signature to Fingerprint 2022-06-26 15:10:54 +02:00
CHANGELOG.md chore(release): 2.0.0 [skip ci] 2022-06-26 13:12:24 +00:00
gradle.properties chore(release): 2.0.0 [skip ci] 2022-06-26 13:12:24 +00:00
gradlew fix: add execute permission to ./gradlew file (#46) 2022-06-22 16:16:00 +02:00
gradlew.bat Initial commit 2022-03-16 22:00:41 +01:00
LICENSE License ReVanced Patcher under GPLv3 2022-03-20 00:16:53 +01:00
README.md Create README.md 2022-03-16 22:01:29 +01:00
settings.gradle.kts Refactor Patcher 2022-03-19 18:35:41 +01:00

Patcher