Commit Graph

22 Commits

Author SHA1 Message Date
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
65adbee8b8 解决合并冲突,保留本地功能 2026-03-05 20:59:13 +08:00
6b051846fc 调整拼图内容区域起始位置 2026-03-05 20:57:40 +08:00
84d6a8fea9 更新README添加拼图布局技术规格 2026-03-03 22:11:03 +08:00
11521e29bd 添加拼图底部标题和内容区域 2026-03-02 22:58:58 +08:00
d2ec0c9b01 修改水印位置为底部中央 2026-03-02 22:24:00 +08:00
a7c6e6b909 feat: add airtest scripts for camera and gallery testing 2026-03-01 23:17:55 +08:00
3ee14eabe6 fix: 优化定位速度并修复拍照水印缺失定位信息问题
- LocationHelper: 添加30秒位置缓存,减少超时时间,优化定位策略
- CameraScreen: 添加智能定位文本验证,确保拍照时水印包含有效定位信息
- 处理权限永久拒绝情况,引导用户到设置
2026-03-01 20:02:23 +08:00
247f5f31a5 简化拼图布局:只保留2x2和3x3两种网格布局 2026-03-01 14:33:09 +08:00
44fe4d963c feat(puzzle merge): add 2x2 bitmap merge utility and UI integration; add AirTest test_puzzle_merge 2026-03-01 12:59:56 +08:00
0fe9ed4998 chore(ignore): ignore NUL file and common build outputs 2026-03-01 12:59:28 +08:00
4ed5368614 feat(puzzle merge): fix URI handling by converting to local path; ensure preview includes text overlays and layout changes 2026-03-01 12:16:02 +08:00
1896f42f1b docs(readme): expand detailed usage, architecture, testing (AirTest), and setup 2026-03-01 00:15:18 +08:00
1aab8b2d45 docs: update README with latest features: watermark, puzzle, multi-image merge, AirTest tests 2026-03-01 00:12:05 +08:00
3d46c93786 添加拼图底部导航条目 2026-02-28 23:32:18 +08:00
b20d5356d5 添加位置浮动层测试,使用Airtest测试框架验证 2026-02-28 22:28:19 +08:00
04e8290a8a 添加位置信息浮动层,显示定位状态 2026-02-28 18:25:45 +08:00
e8be0ef93f 修复相机拍照问题,优化水印和合成功能
- 修复 ImageCapture 未绑定相机导致的拍照失败问题
- 添加标题/内容文字样式配置支持
- 使用用户配置的水印样式和图片质量
- 修复 Compose API 兼容性问题 (HorizontalDivider, entries)
- 修复 Kotlin 版本兼容性问题
- 添加必要的依赖 (accompanist-permissions, coroutines-play-services)
2026-02-28 17:12:13 +08:00
d8fe374a16 完善需求功能:使用用户配置的水印样式和图片质量,添加标题/内容文字样式配置 2026-02-28 00:44:52 +08:00
aadfd5a296 Initial commit: Android Inspection Camera project 2025-12-24 17:52:55 +08:00