3d86316a2b
feat(android): add exact alarms permission request entry in Settings\n\n- UI: Settings card shows request when exact alarms not allowed\n- Service: wrap canScheduleExactAlarms/requestExactAlarmsPermission via FLN plugin\n- Keeps changes minimal; no new deps\n\nValidation: scripts/check.sh passed
JiWoong Sul
2025-09-15 15:21:44 +09:00
55e3f67279
fix(notification): improve local notification reliability on iOS/Android\n\n- iOS: set UNUserNotificationCenter delegate and present [.banner,.sound,.badge]\n- Android: create channels on init; use exactAllowWhileIdle; add RECEIVE_BOOT_COMPLETED and SCHEDULE_EXACT_ALARM\n- Dart: ensure iOS present options enabled; fix title variable shadowing\n\nValidation: scripts/check.sh passed (format/analyze/tests)\nRisk: exact alarms require user to allow 'Alarms & reminders' on Android 12+\nRollback: revert manifest perms and switch schedule mode back to inexact
JiWoong Sul
2025-09-15 15:18:45 +09:00
b944f6967d
docs(ads): add AdMob mediation native networks guide with regional strategy and Gradle adapter examples
JiWoong Sul
2025-09-15 11:37:32 +09:00
997c2f53a0
feat(assets): 디지털렌트매니저 아이콘(집+체크·스퀴클) PNG 세트 및 생성 스크립트 추가\n\n- 경로: assets/app_icon/house_check/{32..1024}.png\n- 스크립트: scripts/render_icon.py (무의존 PNG 렌더) / scripts/generate_icons.sh
JiWoong Sul
2025-09-10 06:37:34 +09:00
79f9aa3eb0
docs: flutter-shadcn-ui 마이그레이션 상세 계획 추가(doc/plan.md)
JiWoong Sul
2025-09-10 06:16:09 +09:00
5b72fa196c
merge: 'codex/perf-sms-ui-optimizations' 브랜치를 master에 병합
JiWoong Sul
2025-09-10 06:00:47 +09:00
6cd3b9720f
chore(macos): Flutter GeneratedPluginRegistrant 업데이트\n\n- 플러그인/플러터 변경으로 생성 파일 갱신\n- 의존성 lockfile 동기화(pubspec.lock)
codex/perf-sms-ui-optimizations
JiWoong Sul
2025-09-10 05:55:59 +09:00
5a7ef8039e
refactor: remove unreferenced widgets/utilities and backup file in lib
JiWoong Sul
2025-09-08 14:33:55 +09:00
10069a1800
perf(ui): enable KeepAlive on subscription list, tune prefetch, and reduce list/gesture animations
JiWoong Sul
2025-09-08 14:32:28 +09:00
b034f60510
feat(cache): add SimpleCacheManager and cache formatted rates/amounts in exchange and currency services
JiWoong Sul
2025-09-08 14:31:44 +09:00
eb6691ce6a
feat(accessibility): add reduceMotion scaling and minimize animations; apply RepaintBoundary to heavy widgets
JiWoong Sul
2025-09-08 14:30:28 +09:00
10491af55b
feat(perf): offload Android SMS parsing to Isolate and wrap pie chart with RepaintBoundary
JiWoong Sul
2025-09-08 14:30:03 +09:00
4673aed281
chore(agents): add Korean response rule to AGENTS.md
JiWoong Sul
2025-09-08 14:21:59 +09:00