LSPosed/magisk-loader/src/main
JingMatrix cdc536f10b Adapt LSPosedBridge to convention-based hooker discovery (#534)
We update `LSPosedBridge` to align with upstream API changes, which have replaced annotation-based hooker discovery with a naming convention.

The `doHook` implementation has been refactored to:
- Remove dependencies on the deleted `io.github.libxposed.api.annotations` package (`XposedHooker`, `BeforeInvocation`, `AfterInvocation`).
- Scan for public static methods explicitly named `before` and `after` instead of relying on annotations.
- Enforce validation on these named methods to ensure they match the required signatures.

To adapt to this change, existing Hooker classes are refactored by removing the deprecated annotations and renaming their callback methods to `before` and `after` respectively.

Co-authored-by: frknkrc44 <krc440002@gmail.com>
2026-02-14 16:03:50 +01:00
..
java/org/lsposed/lspd Adapt LSPosedBridge to convention-based hooker discovery (#534) 2026-02-14 16:03:50 +01:00
jni Remove redundant MapInfo::Scan function 2024-12-11 17:02:38 +01:00
AndroidManifest.xml Update AGP (#1941) 2022-05-15 14:08:08 +08:00