中文
v1.2.8 修复 AI Engine 复制直达(快递、地址)聚焦通知图标被错误替换的问题。
感谢 @MrJonhShelby 在 #8 报告此问题。
- 修复
hookClipboardNotificationIcon无条件将所有复制直达通知(URL、地址、快递)的图标替换为浏览器图标的问题。 - 改为通过通知
PendingIntent的目标、通知标题/文本内容、以及图标来源综合判断,仅在通知确认是打开浏览器时才替换图标。 - 地址类复制触发地图 App、快递类复制触发物流 App 时,聚焦通知图标保持不变。
- 已在真机(HyperOS 3.0 / Android 16)上测试:复制 URL → 替换为默认浏览器图标 ✓,复制地址 → 保持地图图标 ✓。
这一版不改默认浏览器选择策略,也不会把非网页内容强行当成链接打开。
English
v1.2.8 fixes the AI Engine clipboard notification icon being incorrectly replaced for all "Copy Direct" actions (addresses, express tracking).
Thanks to @MrJonhShelby for reporting in #8.
- Fix
hookClipboardNotificationIconunconditionally replacing all clipboard notification icons (URLs, addresses, express) with the browser icon. - Now inspects the notification's PendingIntent target, title/text content, and icon source to determine whether the action actually opens a browser. Only replaces the icon when the notification is confirmed to be about opening a browser.
- Address copies keep their map app icon; express copies keep their logistics app icon.
- Tested on-device (HyperOS 3.0 / Android 16): URL copy → replaced with default browser icon ✓, address copy → keeps map icon ✓.
This release does not change browser selection behavior or force non-web content to open as links.