Ponshu Developer
|
191e334d0d
|
v1.2: Map Tab Tile Map, Sommelier Enhancements, APK Optimization (111MB)
|
2026-01-13 10:16:00 +09:00 |
Ponshu Developer
|
e05d05c4ee
|
Step 2 Doc: Add Synology setup guide
|
2026-01-12 15:47:27 +09:00 |
Ponshu Developer
|
1cb3ada9e0
|
Step 2: Add GitHub Actions for automated quality checks
Add CI/CD workflow to automatically check code quality on every push:
- Flutter analyze (static analysis)
- Dart format verification
- Security check (secrets.dart exclusion)
- Test execution (if tests exist)
Benefits:
- Catch issues before they reach production
- Maintain consistent code quality
- Automated security verification
- Build confidence for future changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-12 00:53:49 +09:00 |
Ponshu Developer
|
a6cefb8be5
|
Step 1 Cleanup: Safe code quality improvements
- Replace deprecated withOpacity() with withValues(alpha:) across 13 files
- Remove unnecessary imports (schema imports, unused dart:io, etc.)
- Reduce analysis issues from 122 to 111 (11 issues resolved)
- All changes are safe and do not break functionality
Changes:
- lib/main.dart: Remove redundant schema imports
- lib/screens/*.dart: Update color methods, clean imports
- lib/widgets/*.dart: Update color methods
- lib/theme/app_theme.dart: Update color methods
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-12 00:53:49 +09:00 |
Ponshu Developer
|
2eb451296b
|
Step 1 Polish: dart fix --apply (Resolved 47 analysis issues)
|
2026-01-11 17:40:26 +09:00 |
Ponshu Developer
|
c948164d39
|
Add Synology docker-compose setup for Gitea+MCP
|
2026-01-11 17:34:20 +09:00 |
Ponshu Developer
|
5f2802728d
|
v1.0.8 - Original (Ponshu Room Lite MVP Complete)
|
2026-01-11 17:17:29 +09:00 |