-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
feat: Improve various APIs #317
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fingerprints can now be matched easily without having to add them to a patch first. BREAKING CHANGE: Many APIs have been changed.
Some APIs have been slightly changed and docs have been added. BREAKING CHANGE: Various APIs have been changed.
oSumAtrIX
changed the title
fix: Merge extension only when patch executes
feat: Improve various APIs
Oct 27, 2024
LisoUseInAIKyrios
approved these changes
Oct 27, 2024
# Conflicts: # src/main/kotlin/app/revanced/patcher/patch/BytecodePatchContext.kt # src/main/kotlin/app/revanced/patcher/patch/Patch.kt # src/test/kotlin/app/revanced/patcher/PatcherTest.kt
# Conflicts: # api/revanced-patcher.api # docs/4_apis.md
github-actions bot
pushed a commit
that referenced
this pull request
Oct 27, 2024
# [21.0.0-dev.1](v20.0.2...v21.0.0-dev.1) (2024-10-27) ### Bug Fixes * Merge extension only when patch executes ([#315](#315)) ([aa472eb](aa472eb)) ### Features * Improve Fingerprint API ([#316](#316)) ([0abf1c6](0abf1c6)) * Improve various APIs ([#317](#317)) ([b824978](b824978)) ### BREAKING CHANGES * Various APIs have been changed. * Many APIs have been changed.
oSumAtrIX
added a commit
that referenced
this pull request
Nov 5, 2024
Some APIs have been slightly changed, and API docs have been added. BREAKING CHANGE: Various APIs have been changed.
oSumAtrIX
pushed a commit
that referenced
this pull request
Nov 5, 2024
# [21.0.0-dev.1](v20.0.2...v21.0.0-dev.1) (2024-10-27) ### Bug Fixes * Merge extension only when patch executes ([#315](#315)) ([aa472eb](aa472eb)) ### Features * Improve Fingerprint API ([#316](#316)) ([0abf1c6](0abf1c6)) * Improve various APIs ([#317](#317)) ([b824978](b824978)) ### BREAKING CHANGES * Various APIs have been changed. * Many APIs have been changed.
github-actions bot
pushed a commit
that referenced
this pull request
Nov 5, 2024
# [21.0.0](v20.0.2...v21.0.0) (2024-11-05) ### Bug Fixes * Match fingerprint before delegating the match property ([5d996de](5d996de)) * Merge extension only when patch executes ([#315](#315)) ([aa472eb](aa472eb)) ### Features * Improve Fingerprint API ([#316](#316)) ([0abf1c6](0abf1c6)) * Improve various APIs ([#317](#317)) ([b824978](b824978)) * Move fingerprint match members to fingerprint for ease of access by using context receivers ([0746c22](0746c22)) ### Performance Improvements * Use smallest lookup map for strings ([1358d3f](1358d3f)) ### BREAKING CHANGES * Various APIs have been changed. * Many APIs have been changed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should be merged after #316.
Some APIs have been slightly changed and docs have been added.
BREAKING CHANGE: Various APIs have been changed.