Commit Graph

132 Commits

Author SHA1 Message Date
7015725
2b55e2bdd4 style: refresh ToolApp visual back experience 2026-05-14 18:23:31 +08:00
7015725
f1e2ab7c37 fix: register ToolApp animated back callback 2026-05-14 03:22:14 +08:00
7015725
a8cd7c193d fix: capture screen edge back for ToolApp 2026-05-14 03:10:25 +08:00
7015725
f8463490e1 fix: show ToolApp preview during system back gesture 2026-05-14 03:04:35 +08:00
7015725
65367f0d06 feat: add interactive ToolApp back preview 2026-05-14 03:00:15 +08:00
7015725
1d31638073 fix: add ToolApp edge swipe back fallback 2026-05-14 02:51:46 +08:00
7015725
e394a0f078 Remove duplicate inline color palette 2026-05-13 18:28:06 +08:00
7015725
3d0e57e813 Match ShortX icon picker with settings UI 2026-05-13 18:21:55 +08:00
7015725
b9d3dc89da style: simplify button editor section descriptions 2026-05-13 18:10:07 +08:00
7015725
7fd1430207 fix: add bottom gap to button manager footer 2026-05-13 08:32:06 +08:00
7015725
a5ecbec23b fix: keep button manager footer visible 2026-05-13 08:27:51 +08:00
7015725
e9b6052c6a style: apply minimal button management layout 2026-05-13 08:21:12 +08:00
7015725
648b45585a style: simplify button manager layout 2026-05-13 08:15:45 +08:00
7015725
3b6830e0ec style: polish button manager and editor layout 2026-05-13 07:38:48 +08:00
7015725
09f2aa4d07 feat: adapt ToolApp size to screen 2026-05-13 07:31:28 +08:00
7015725
080cb9abf7 refactor: keep ToolApp as single root view 2026-05-13 07:27:39 +08:00
7015725
2a53c872eb fix: show predictive back affordance for settings overlay 2026-05-13 07:20:26 +08:00
7015725
efb14bcde0 feat: support predictive back gesture 2026-05-12 20:43:42 +08:00
7015725
c4b886f83d style: refine button icon appearance editor 2026-05-12 20:32:08 +08:00
7015725
53967f77d2 feat: add collapsible button editor sections 2026-05-12 20:17:11 +08:00
7015725
46393fe9ba Revert "feat: split button editor into app subpages"
This reverts commit 5a4e3f6423.
2026-05-12 20:10:23 +08:00
7015725
5a4e3f6423 feat: split button editor into app subpages 2026-05-12 20:01:45 +08:00
7015725
c1643924b7 feat: app-style button manager page 2026-05-12 19:11:29 +08:00
7015725
c41e1479b9 feat: app-style ToolHub settings home 2026-05-12 17:31:02 +08:00
7015725
ea72f6b2eb fix: keep ToolHub app stack state on editor return 2026-05-12 11:06:54 +08:00
7015725
a0b6b92f57 feat: introduce ToolHub settings page stack 2026-05-12 10:47:13 +08:00
7015725
7b7fbdf9cf fix: handle system gestures for ToolHub panels 2026-05-12 10:24:30 +08:00
7015725
5c95d04fab feat: add system navigation button actions 2026-05-12 10:16:31 +08:00
7015725
0037aefcb7 fix: improve ToolHub startup and cleanup stability 2026-05-12 10:00:32 +08:00
7015725
8f6dcdcac1 fix: keep docked ball on edge while dragging 2026-05-07 23:06:23 +08:00
7015725
637858ab9c fix: avoid docked drag first-frame flash 2026-05-07 23:02:50 +08:00
7015725
0251419dbc fix: make docked float ball drag follow finger 2026-05-07 22:58:36 +08:00
7015725
e0b774ccd9 fix: adapt float ball position across rotations 2026-05-07 22:42:06 +08:00
linshenjianlu
ed9521cdf5 fix: smooth docked float ball drag transition 2026-05-03 14:29:17 +08:00
linshenjianlu
105d1c68c5 fix: optimize docked float ball drag 2026-05-03 14:23:37 +08:00
linshenjianlu
caf0e0b598 fix(panels): 适配输入法弹出时图标选择器高度 2026-05-03 14:02:30 +08:00
linshenjianlu
22cd229da9 fix(panels): 输入法弹出时保持图标选择器位置 2026-05-03 13:57:17 +08:00
linshenjianlu
0e7c7d6887 fix(panels): 修复图标选择搜索框输入法无法弹出 2026-05-03 13:38:48 +08:00
linshenjianlu
b2c7cae355 feat(icon picker): 移除 ShortX 图标选择器的分类标签,简化 UI 布局
- 删除新版弹出框的 tabDefs / tabsScroll / tabsRow / refreshTabs
- 简化 filterCatalog,仅保留搜索过滤
- 删除旧版 shortxPickerState 的 activeTab / tabButtons 及关联逻辑
- 删除 getShortXIconCategory / shortxTabDefs / applyShortXTabStyles
- 调整 headerH 从 136dp 降至 110dp,腾出更多图标展示空间
- 修复删除 tabs 代码时遗留的重复 addView(searchEt) 导致 IllegalStateException
2026-04-21 11:21:30 +08:00
linshenjianlu
83444ba683 fix: 回滚 th_01_base.js 到原始版本排查 getProcessInfo 未定义问题 2026-04-21 08:32:17 +08:00
linshenjianlu
c32f29fdb7 fix: 回滚 th_16_entry.js 修改以排查入口报错 2026-04-21 08:08:40 +08:00
linshenjianlu
9ad01b436d fix: 代码审查6项修复
- 689处空catch块补全日志
- eval远程代码增加SHA256校验
- 删除ToolHubLogger重复定义
- getParentFile()增加null保护
- 提取buildButtonEditorPanelView内通用工具函数到文件级
- 修复HandlerThread/ValueAnimator资源泄漏
2026-04-21 07:42:23 +08:00
Hermes
a394684f42 refactor(ball): 清理悬浮球文字相关死代码 2026-04-20 22:40:39 +08:00
Hermes
068e4cdd3b feat(ball-settings): 统一图标弹窗并精简球显示 2026-04-20 22:32:31 +08:00
Hermes
256a8f716b fix(th_14_panels): 修复颜色弹窗确认时 recentGrid 引用异常 2026-04-20 21:46:14 +08:00
Hermes
9a0b618409 fix(th_14_panels): 强制应用弹窗选中的图标颜色 2026-04-20 21:42:30 +08:00
Hermes
f89ed88033 fix(th_14_panels): 改为独立维护 ShortX 图标颜色状态 2026-04-20 21:36:15 +08:00
Hermes
3c8c337401 fix(th_14_panels): 修复 ShortX 图标调色板确认后未应用颜色 2026-04-20 21:30:03 +08:00
Hermes
4ab42b274a fix(color-picker): 修复颜色参数回写失败问题
根因: Rhino JS 闭包中局部变量捕获异常,onSelect 回调无法访问 inputShortXIconTint

修复:
- 将输入框引用存储到 self.state._btnEditorTintInput,绕过闭包问题
- onSelect 回调从 self.state 读取输入框,同时直接更新 targetBtn.iconTint 作为双保险
- 保存按钮优先使用 targetBtn.iconTint,回退到输入框 getValue()
2026-04-20 21:00:13 +08:00
Hermes
d03f4d677f fix(color-picker): 修复颜色面板确认后无回写问题
- 确认按钮添加 try-catch,确保 onSelect 异常不阻断 closePopup
- finalColor 强制 String() 转换,避免 undefined 传入 Java setText
- onSelect 回调添加异常隔离 + invalidate() 强制刷新
- 同步两个调用点(颜色按钮 + 调色板选择按钮)
2026-04-20 20:51:28 +08:00