7015725
|
aa4ef421fe
|
Move ToolApp header upward
|
2026-05-23 05:09:25 +08:00 |
|
7015725
|
00508c9cde
|
Preserve ToolApp scroll position on back
|
2026-05-23 04:55:18 +08:00 |
|
7015725
|
407cd2200c
|
fix: align ToolApp top with status bar
|
2026-05-23 03:12:39 +08:00 |
|
7015725
|
3f93a42a00
|
refactor: remove legacy ToolApp back strips
|
2026-05-22 13:04:51 +08:00 |
|
7015725
|
7bc4a1bb7d
|
fix: disable legacy ToolApp back strips
|
2026-05-22 12:55:46 +08:00 |
|
7015725
|
a9db5faf1b
|
fix: prefer ToolApp surface back gesture
|
2026-05-22 12:41:05 +08:00 |
|
7015725
|
736212fd80
|
fix: stabilize ToolApp back gesture stack
|
2026-05-22 12:30:50 +08:00 |
|
7015725
|
83249ab534
|
Fix ToolApp surface swipe back blocking
|
2026-05-22 09:16:25 +08:00 |
|
7015725
|
8fd7a560d8
|
Add ToolApp surface back gesture mode
|
2026-05-22 08:56:24 +08:00 |
|
Hermes
|
479a23592c
|
Improve ToolApp blank-edge back gestures
|
2026-05-22 08:38:40 +08:00 |
|
Hermes
|
adc93338cf
|
Improve ToolApp edge back gesture sensitivity
|
2026-05-22 08:27:23 +08:00 |
|
Hermes
|
4800536de8
|
Improve ToolApp edge back responsiveness
|
2026-05-22 08:01:11 +08:00 |
|
Hermes
|
fd56e14fc8
|
Fix ToolApp edge back touch interception
|
2026-05-22 07:54:19 +08:00 |
|
Hermes
|
557950f692
|
Fix ToolApp back preview snapshots
|
2026-05-22 06:54:34 +08:00 |
|
Hermes
|
855352bfd9
|
Fix ToolApp edge back preview layers
|
2026-05-22 06:41:54 +08:00 |
|
Hermes
|
454090248d
|
Move ToolApp root during edge back drag
|
2026-05-22 06:29:54 +08:00 |
|
Hermes
|
25b9f5c52b
|
Fix ToolApp back preview drag fallback
|
2026-05-22 06:22:57 +08:00 |
|
Hermes
|
67fad1d7f8
|
Fix ToolApp edge back drag progress
|
2026-05-22 06:14:44 +08:00 |
|
Hermes
|
dcd3fcb9ee
|
Fix ToolApp screen edge drag follow
|
2026-05-22 06:00:15 +08:00 |
|
Hermes
|
be2156a634
|
Fix ToolApp edge back strip defaults
|
2026-05-22 05:52:12 +08:00 |
|
7015725
|
eaeeba2b0a
|
Fix ToolApp edge strips blocking buttons
|
2026-05-22 04:59:50 +08:00 |
|
7015725
|
3511b3f1ce
|
Fix inert ToolApp UI actions
|
2026-05-22 04:40:56 +08:00 |
|
7015725
|
32fe099fab
|
fix: make ToolHub UI actions responsive
|
2026-05-22 04:27:45 +08:00 |
|
7015725
|
451cfb6502
|
fix: restore color picker and top bar clicks
|
2026-05-22 03:15:34 +08:00 |
|
7015725
|
7af30639d1
|
fix: repair color picker overlay and back preview
|
2026-05-22 03:06:32 +08:00 |
|
7015725
|
86dca84a27
|
fix: improve ToolApp landscape edge back handling
|
2026-05-22 01:34:08 +08:00 |
|
7015725
|
66fa86b37d
|
feat: keep settings detail in tablet landscape panes
|
2026-05-22 01:20:32 +08:00 |
|
7015725
|
918c36ebc2
|
Optimize ToolHub settings responsive layout
|
2026-05-22 00:43:33 +08:00 |
|
7015725
|
d557bdefa2
|
fix: lighten animal island main panel
|
2026-05-19 03:37:25 +08:00 |
|
7015725
|
4ce1924299
|
style: align main panel with animal island theme
|
2026-05-19 03:24:24 +08:00 |
|
7015725
|
63fdfb813e
|
Fix long-press move jitter closing settings
|
2026-05-19 03:02:52 +08:00 |
|
7015725
|
6d8f50267c
|
fix toolapp inner back edge width setting
|
2026-05-19 01:02:41 +08:00 |
|
7015725
|
3479cb25f2
|
feat: expand ToolApp back gesture ranges
|
2026-05-19 00:36:53 +08:00 |
|
7015725
|
1a7cefc630
|
feat: add ToolHub badge and back gesture settings
|
2026-05-19 00:26:11 +08:00 |
|
7015725
|
49ecd1e74e
|
fix: align ToolApp back preview UI
|
2026-05-18 23:54:29 +08:00 |
|
7015725
|
e60d4e1b42
|
Increase ToolApp edge back zone to 48dp
|
2026-05-18 23:26:06 +08:00 |
|
7015725
|
ae8abc2908
|
fix: refine island settings bottom layout
|
2026-05-18 21:38:21 +08:00 |
|
7015725
|
2e3ff489a0
|
feat: refine island settings UI
|
2026-05-18 14:20:29 +08:00 |
|
7015725
|
1c802f6948
|
fix: 主题模板真正应用到主面板渲染
根本问题: buildPanelView('main') 构建主面板时用的是
ui.colors.bgLight/bgDark(Monet 配色),完全不经过
getPanelBgColorInt/getPanelTextColorInt 的模板填充逻辑。
updatePanelBackground 虽然封装了统一取色,但实际没有在
主面板构建流程中被调用。
修复:
1. buildPanelView('main') 末尾调用 updatePanelBackground(panel)
应用统一主题色(Monet/模板/自定义)
2. 保留临时背景色避免构建过程中的裸窗口闪烁
|
2026-05-15 02:08:58 +08:00 |
|
7015725
|
bba3d800af
|
style: refine island settings home
|
2026-05-14 23:30:38 +08:00 |
|
7015725
|
8907a2d5d8
|
style: soften animal island ToolApp copy
|
2026-05-14 23:17:09 +08:00 |
|
7015725
|
edb26dc593
|
feat: apply animal island style to ToolApp
|
2026-05-14 22:28:51 +08:00 |
|
7015725
|
47ca2f782f
|
fix: stop fallback strips blocking system back
|
2026-05-14 18:28:56 +08:00 |
|
7015725
|
2b55e2bdd4
|
style: refresh ToolApp visual back experience
|
2026-05-14 18:23:31 +08:00 |
|
7015725
|
a8cd7c193d
|
fix: capture screen edge back for ToolApp
|
2026-05-14 03:10:25 +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
|
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
|
46393fe9ba
|
Revert "feat: split button editor into app subpages"
This reverts commit 5a4e3f6423.
|
2026-05-12 20:10:23 +08:00 |
|