Commit Graph

19 Commits

Author SHA1 Message Date
6165baa4c7 feat: 拼图功能增加自动导入最后N张照片功能
- 选择2x2模式时显示「自动导入最后4张照片」提示
- 选择3x3模式时显示「自动导入最后9张照片」提示
- 点击提示文字后自动从相册导入对应数量的最新照片
2026-03-11 19:28:16 +08:00
1d0cac0d1a fix: 调整拼图界面内容输入框高度为160dp
- 将内容输入框最小高度从200dp调整为160dp
- 保持5行文字的显示能力
- 优化界面空间利用率
2026-03-07 00:07:15 +08:00
306e479764 fix: 重构拼图界面布局,使用权重布局确保底部按钮始终可见
- 将内容区域包装在可滚动的Column中
- 使用weight(1f)让内容区域占据剩余空间
- 底部按钮固定在屏幕底部
- 保持内容输入框高度为200dp以显示5行文字
2026-03-06 23:59:06 +08:00
150e259205 fix: 增加拼图界面内容输入框高度,从150dp改为200dp,确保能完整显示5行文字 2026-03-06 23:53:31 +08:00
df063dc38e Fix: dynamically position title/content input fields below image grid based on layout type 2026-03-06 23:10:08 +08:00
d0048c1d1c Add date/time to top of merged image - format: yyyy年M月d日 HH:mm:ss 2026-03-06 23:03:27 +08:00
9f1c6052e5 Fix: separate top title and bottom content in merge image - bottom content now dynamically positioned 2026-03-06 22:55:26 +08:00
a4d2e67fd6 Fix: properly load content from preferences in merge screen 2026-03-06 22:45:54 +08:00
16a32f6367 Add title at top of merged image - white bg with dark text 2026-03-06 22:36:59 +08:00
3dff4be357 Add title display area at top of merge screen - white bg with dark text 2026-03-06 22:21:56 +08:00
a082d76620 Fix: differentiate Default/Simple/Bold watermark styles - Simple now uses lighter bg with dark text 2026-03-06 22:00:59 +08:00
5e6b1b72b5 feat(settings): add save button and persist settings; refactor for recoder name; update UI texts 2026-03-06 19:10:23 +08:00
f53336b013 feat(setup): add Save button to Settings, persist all relevant prefs on click 2026-03-06 19:01:30 +08:00
6d83103b09 feat: 完善设置逻辑,添加记录人信息到水印,优化离线定位 2026-03-05 23:08:40 +08:00
917b69e2aa Fix: properly load title and content from preferences 2026-03-05 21:50:30 +08:00
20c29a9a57 Add dark background for date/location watermark, save/load title and content 2026-03-05 21:42:56 +08:00
a624dae001 Fix PuzzleMerge.kt: use maxOf instead of max 2026-03-05 21:14:25 +08:00
b20d5356d5 添加位置浮动层测试,使用Airtest测试框架验证 2026-02-28 22:28:19 +08:00
04e8290a8a 添加位置信息浮动层,显示定位状态 2026-02-28 18:25:45 +08:00