Skip to content

2.5

Choose a tag to compare

@Baidaofu Baidaofu released this 06 Sep 17:16
· 6 commits to main since this release

v2.5 · 迁移至 libxposed API 102

参考 libxposed/api#62(API 102 RFC)完成适配:

  • 模块入口与元数据迁移至 META-INF/xposed(module.prop / java_init.list / scope.list),Hook 改为拦截链(Hooker/Chain)模型,使用固定 hook id,支持 API 102 热重载(onHotReloading / replaceHook)
  • 配置改用框架 Remote Preferences(模块 UI 经 libxposed Service 写入,目标进程只读),彻底移除 New XSharedPreferences —— 消除模块页面的废弃警告(其计划于 2.3.0 正式移除)
  • 移除全部 legacy Xposed meta-data(xposedmodule / xposedsharedprefs 等)
  • v2.4 的包名列表会在首次打开模块应用时自动迁移到远程配置
  • 需要支持 libxposed API 102 的框架(如 LSPosed 2.x+)