Releases: Dr-TSNG/Hide-My-Applist
V2.3.2 Final Version
V2.3.2 最终版本 / Final Version
更新日志:
添加 syscall 拦截
移除 maps 拦截(因为没有意义。UI懒得删了)
支持 Zygisk(一定记得先删除旧的 Magisk 模块!)
距离上个版本发布已经过了很长一段时间。由于各种琐事,本项目将停止更新,这也意味着 V2.3.2 将可能是本项目的最后一个版本,不过仍然存在很多已知 bug(比如如果 Xposed 模块被禁用的情况下未禁用 Magisk 模块则将会导致 bootloop、开启文件拦截后后部分银行闪退)。
注意:更新 V2.3.2 后,请务必先卸载旧的 Magisk 插件,并通过应用内的安装按钮安装新的插件。若出现无法获取 root 权限的提示,请手动从 apk 中提取安装包并重命名为 Riru-HideMyApplist.zip
或 Zygisk-HideMyApplist.zip
后通过 magisk --install-module zip路径
安装指令手动安装。
虽然 HMA 已经暂停更新,不过仍然欢迎提交翻译或是修复PR,如果希望加入讨论组,请查看 Telegram 频道的第一个置顶。我的新 app 仍在继续开发中,不过不清楚什么时候能够发布第一个预览版本。感谢大家一路的支持,暂时的离别是为了更好的相逢,期待与你们在新的旅程相见。
Changelog:
Add syscall interception
Remove maps interception (Because it is meaningless. Though I am lazy to remove it from UI)
Support Zygisk (Be sure to remove the old Magisk module first!)
It has been a long time since the last version was released. Due to various trivial matters, HMA will stop updating. This means that V2.3.2 will probably be the last version of this project, but there are still a lot of known bugs (If the Magisk module is enabled with the Xposed module disabled, it will cause bootloop; After switching on file interception, some banks are not functioning properly).
Note: Uninstall old Magisk extension before updating to V2.3.2, then install the new one via the install button in the app. If you encounter unable to get root access, please manually extract the installer from the apk and rename it to Riru-HideMyApplist.zip
or Zygisk-HideMyApplist.zip
and install it manually with the magisk --install-module zippath
command.
Although HMA is suspended, you are still welcome to submit translations or fix PRs, and if you want to join the discussion group, please check the first pinned message in the Telegram channel. My new app is still on development, but it's not clear when the first preview version will be released. Thank you all for your support along the way, and I look forward to seeing you all on the new journey as we part for the better.
V2.2.4 Release
- Add install extension button on main page
- Fix scroll bug
- 首页添加安装插件按钮
- 修复滑动问题
V2.2.3 Release
- Fix duplicate data directory problem
- Update translations
- 修复重复数据目录问题
- 更新翻译
V2.2.2
V2.2.1
- Add some translations
- Randomize data directory to prevent detection
- Add more hide methods
- Support custom query param interception (Common users need not concern about this)
- Support multiuser
- Add a small amount of Google ads (This can improve my motivation of development. After all, this is a free module)
- 增加一些翻译
- 随机存储目录以防检测
- 增加更多隐藏手段
- 支持自定义隐藏字符串(一般用户用不到)
- 支持多用户
- 加入少量谷歌广告(开发者也需要恰饭,毕竟这是一个免费模块)
V2.2 Beta
- Add some translations
- Randomize data directory to prevent detection
- Add more hide methods
- Support custom query param interception (Common users need not concern about this)
- Add a small amount of Google ads (This can improve my motivation of development. After all, this is a free module)
The Magisk extension cannot work with the latest version. If you need it, wait for next extension release
- 增加一些翻译
- 随机存储目录以防检测
- 增加更多隐藏手段
- 支持自定义隐藏字符串(一般用户用不到)
- 加入少量谷歌广告(开发者也需要恰饭,毕竟这是一个免费模块)
Magisk 插件目前尚未适配最新版本,谨慎更新
V2.1.4 Release
- Refactor some code
- Add French translation
- 优化代码
- 加入法语翻译
V2.1.3 Release
- Move detection test to an individual app
- Update helps (See the about page)
- Due to a bug, disable automatically remove uninstalled app config
- 迁移检测测试到独立 app
- 更新帮助(见关于页面)
- 由于一个 bug,暂时关闭自动删除已卸载的 app 配置
V2.0.9 Release
- Fix OnePlus ColorOS some interceptions not working
- Fix bootloop on Android 7
- 修复一加 ColorOS 部分拦截不生效
- 修复安卓7卡开机
V2.0.5 Release
- Fix Riru log not showing
- 修复 Riru log 消失