Skip to content
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

fix: Check for class type exactly instead of with contains #310

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

oSumAtrIX
Copy link
Member

No description provided.

@oSumAtrIX oSumAtrIX linked an issue Sep 15, 2024 that may be closed by this pull request
3 tasks
@oSumAtrIX oSumAtrIX merged commit 69f2f20 into dev Sep 18, 2024
2 checks passed
@oSumAtrIX oSumAtrIX deleted the fix/class-by branch September 18, 2024 12:36
revanced-bot pushed a commit that referenced this pull request Sep 18, 2024
## [20.0.1-dev.1](v20.0.0...v20.0.1-dev.1) (2024-09-18)

### Bug Fixes

* Check for class type exactly instead of with contains ([#310](#310)) ([69f2f20](69f2f20))
github-actions bot pushed a commit that referenced this pull request Oct 13, 2024
## [20.0.1](v20.0.0...v20.0.1) (2024-10-13)

### Bug Fixes

* Check for class type exactly instead of with contains ([#310](#310)) ([69f2f20](69f2f20))
* Make it work on Android by not using APIs from JVM unavailable to Android. ([2be6e97](2be6e97))
* Use non-nullable type for options ([ea6fc70](ea6fc70))

### Performance Improvements

* Free memory earlier and remove negligible lookup maps ([d53aacd](d53aacd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: BytecodeContext#findClass(String) Can find the wrong class
2 participants