Commit Graph

22 Commits

Author SHA1 Message Date
xiajiid
54aeab9760 fix: enhance ImageCapture error handling in WatermarkCameraActivity to resolve 'processing error' false positives 2026-02-09 23:19:33 +08:00
xiajiid
0464e235f9 fix: enhance ImageCapture error handling to resolve 'processing error' false positives 2026-02-09 23:19:03 +08:00
xiajiid
1a45fde858 Fix photo error reporting and add detailed logging 2026-02-08 22:50:56 +08:00
xiajiid
f1a7811d28 Add WatermarkCameraActivity with timestamp watermark and development plan 2026-02-08 22:20:32 +08:00
xiajiid
b261fdb4b3 Add SimpleCameraActivity for crash debugging - minimal camera with only preview and capture 2026-02-08 22:08:39 +08:00
xiajiid
5eceac79ed Add signing configuration for Huawei compatible release builds 2026-02-08 21:23:51 +08:00
xiajiid
21027c71ba Fix Gradle syntax error: incorrect quote at line 60 2026-02-08 20:13:39 +08:00
xiajiid
00d1953323 Completely remove location-related code: delete LocationManagerHelper and clean up imports 2026-02-08 18:22:39 +08:00
xiajiid
296ac495f1 Update versionCode and versionName for Huawei compatibility release 2026-02-08 17:53:51 +08:00
xiajiid
490d152e84 Remove location permissions and dependencies; switch to release build with signing for Huawei compatibility 2026-02-08 17:43:08 +08:00
xiajiid
013eeeb548 Reduce permissions and simplify CameraActivity for Huawei install compatibility 2026-02-08 17:16:38 +08:00
xiajiid
2f314beb97 Fix OutputFileOptions.Builder constructor: add missing contentValues parameter 2026-02-08 17:00:40 +08:00
xiajiid
cb1482e6fb Fix compilation errors: OutputFileOptions constructor, composeImages method name, StaticLayout TextPaint, add missing imports 2026-02-08 16:43:39 +08:00
xiajiid
bac12c1808 Fix compilation errors: remove duplicate methods, add missing imports, fix location manager 2026-02-08 16:33:44 +08:00
xiajiid
81c12711d0 Fix layout_height typo: match_height -> match_parent 2026-02-08 15:50:09 +08:00
xiajiid
a6c96c4dd7 Fix missing launcher icons: use drawable/ic_camera as app icon 2026-02-08 15:18:26 +08:00
xiajiid
f08c472265 Improve location management in CameraActivity 2026-02-08 12:18:29 +08:00
xiajiid
089671436b Add location manager helper and Google Play Services dependency 2026-02-08 12:18:12 +08:00
xiajiid
20c6a76cc2 Enhance settings fragment with validation and spinner controls 2026-02-08 12:17:09 +08:00
xiajiid
ad950e8468 Add image composition and text overlay functionality 2026-02-08 12:16:31 +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