Skip to content

3.0.4

Choose a tag to compare

@hujiayucc hujiayucc released this 11 Jul 18:07

完整更新日志: hujiayucc/Fuck-AD@3.0.3...3.0.4

  • 新增: Root Daemon 保活,支持通过 root 后台看门狗维持 AutoSkip 无障碍服务运行
  • 新增: AutoSkip 保活设置,支持无障碍服务自身保活与 Root Daemon 保活开关
  • 新增: Root Daemon 运行状态展示,显示连接状态、心跳延迟、恢复次数、最近检查时间与动作状态
  • 新增: Root Daemon 状态文件与日志记录,用于辅助判断保活运行状态
  • 新增: AutoSkip 健康心跳记录,用于服务连接状态、心跳状态与错误状态检测
  • 新增: AutoSkip 无障碍服务独立进程运行,提升服务保活稳定性
  • 新增: AutoSkip 支持焦点事件处理
  • 新增: Hooker 编写文档与中文文档
  • 优化: AutoSkip 规则列表改用 RecyclerView、ListAdapter 与 DiffUtil,提升规则页滚动和刷新体验
  • 优化: AutoSkip 规则页面布局,改善顶部状态区、筛选栏与规则列表的滚动表现
  • 优化: AutoSkip 规则页面返回行为
  • 优化: 预测性返回圆角阴影显示效果
  • 优化: 常驻通知标题更新逻辑,标题变化时仅更新同 ID 通知,不再取消后重建
  • 优化: 常驻通知标题识别,过滤系统界面、权限控制器与 MIUI 安全中心等非应用事件
  • 修复: AutoSkip 常驻通知在权限授予后或返回主界面时未及时补发的问题

Full Changelog: hujiayucc/Fuck-AD@3.0.3...3.0.4

  • Add: Root daemon keep-alive, using a root background watchdog to keep the AutoSkip accessibility service running
  • Add: AutoSkip keep-alive settings with service self keep-alive and Root daemon keep-alive switches
  • Add: Root daemon runtime status display, including connection state, heartbeat delay, recovery count, last check time and action state
  • Add: Root daemon status file and log output for keep-alive runtime diagnostics
  • Add: AutoSkip health heartbeat tracking for service connection, heartbeat and error-state checks
  • Add: Run the AutoSkip accessibility service in a separate process for better keep-alive stability
  • Add: Focus-event handling support for AutoSkip
  • Add: Hooker development guide and Chinese documentation
  • Optimize: AutoSkip rules list with RecyclerView, ListAdapter and DiffUtil for smoother scrolling and refreshes
  • Optimize: AutoSkip rules page layout for better scrolling between the top status area, filters and rule list
  • Optimize: AutoSkip rules page return behavior
  • Optimize: Predictive-back rounded shadow rendering
  • Optimize: Persistent notification title updates so title changes update the same notification ID instead of canceling and recreating it
  • Optimize: Persistent notification title detection by filtering System UI, permission controller and MIUI Security Center events
  • Fix: AutoSkip persistent notification not being reposted promptly after notification permission grants or returning to the main page