Releases: Xposed-Modules-Repo/com.hhvvg.anydebug
v3.0.4
Changes:
- Completely new UI/UX
- Remove persistent editing, since it's too buggy. If you need this feature, please don't update
- Far more convenient for selecting views
- Remove launcher icon, may add it in later versions
- Add a button to remove views
- Not hooking system server any longer
- Fix crash on probably most apps
- Add exported properties viewer
- Add properties filtering
- Add alpha/scroll/rotation/scale/translation modification entry
变更:
- 全新操作界面
- 移除了持久编辑,因为问题很多。如果你需要此功能,请不要更新新版本
- 选择控件的方法更加方便
- 移除了桌面图标,后续可能会加回来
- 添加删除控件按钮
- 不再需要 hook 框架
- 修复了在大多数应用上的崩溃
- 增加了属性查看器
- 添加属性过滤器
- 添加 alpha/scroll/rotation/scale/translation 等属性的修改
v2.0.6
Fix: Crash on AndroidT/MIUI14
Since I lost my key store, the sign is different, and you have to uninstall the previous version of this app then install again.
修复: 在安卓13/MIUI14上应用崩溃的问题
因为太久没更新,之前的签名文件忘了丢哪了,所以想要安装更新的话,你需要卸载原来的版本(有核心破解之类的模块话可以忽略本条)。
v2.0.5
Fix: Cannot read shared configurations when some apps first start up and need to toggle enable button one more time
Maybe some more features are inching closer(Maybe?)
Fix:修复了在某些应用中不能够正确读取配置的问题
可能以后还会再更新一些小功能(有时间的话)
v2.0.4
修复了部分应用不能正确读取配置的问题,但仍需要重新切换一次编辑开关
v2.0.3
What's new:
- Add dialog to view context information
- Add control tile in quick settings panel to enable or disable editing mode
新功能:
- 添加了查看当前上下文信息的对话框
- 在状态栏添加快捷控制按钮,可控制是否启用编辑模式
v2.0.2
Add origin content check, fix part of text errors in persistent editing mode.
Be cautious with persistent editing mode.
添加了原内容检查,修复部分持久化编辑中文本错误的问题。
谨慎使用持久化编辑功能。
v2.0.1
Update UI style, fix some issues cause by RecyclerView, refactor code structure.
更新了UI风格,修复了一些由RecyclerView引起的问题,优化了代码结构,hook流程。