Commit Graph

4 Commits

Author SHA1 Message Date
xiajiid
e75c9f5c45 feat: merge three camera modes into unified CameraActivity
- Added mode toggle button to switch between photo, watermark, and compose modes
- Integrated watermark functionality from WatermarkCameraActivity
- Integrated simple camera functionality from SimpleCameraActivity
- Updated MainActivity to launch CameraActivity directly
- Cleaned up AndroidManifest.xml by removing unused activities
- Updated layout with mode selection button
- All three camera modes now available in single unified interface
2026-02-10 18:42:25 +08:00
xiajiid
81c12711d0 Fix layout_height typo: match_height -> match_parent 2026-02-08 15:50:09 +08:00
xiajiid
ce8c4f51fd Add camera functionality with CameraX, permissions, watermarks, and settings page 2026-02-08 12:15:14 +08:00
xiajiid
eeb820342f Initial commit: Android app with compileSdk 34, minSdk 24, targetSdk 34 2026-02-08 00:32:18 +08:00