• Joined on 2025-06-16
julian pushed to codex/fix-notification-reliability at julian/submanager 2025-09-16 05:30:33 +00:00
44850a53cc feat: adopt material 3 theme and billing adjustments
julian pushed to codex/fix-notification-reliability at julian/submanager 2025-09-15 06:38:55 +00:00
a01d9092ba docs(pr): summarize notification reliability changes (branch codex/fix-notification-reliability)
julian pushed to codex/fix-notification-reliability at julian/submanager 2025-09-15 06:21:50 +00:00
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
julian pushed to codex/fix-notification-reliability at julian/submanager 2025-09-15 06:18:55 +00: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
julian created branch codex/fix-notification-reliability in julian/submanager 2025-09-15 06:18:55 +00:00
julian created branch codex/fix-sms-permission-reprompt-ads-doc in julian/submanager 2025-09-15 02:37:47 +00:00
julian pushed to codex/fix-sms-permission-reprompt-ads-doc at julian/submanager 2025-09-15 02:37:47 +00:00
d111b5dd62 fix(sms-permission): re-request on denial and guide permanent denial to app settings
b944f6967d docs(ads): add AdMob mediation native networks guide with regional strategy and Gradle adapter examples
Compare 2 commits »
julian pushed to main at julian/superport 2025-09-14 07:41:36 +00:00
eaa66cb133 사이드바 메뉴 숨김: 우편번호 검색·재고 이력 항목 비노출 처리
julian pushed to main at julian/superport 2025-09-14 07:27:09 +00:00
7543df5a02 장비 이력 상세보기 지원 및 상태/선택 동기화 개선
julian pushed to main at julian/superport 2025-09-14 06:20:34 +00:00
d777333187 개발 의존성 업데이트: retrofit_generator 9.1.9로 상향; pubspec.lock 갱신
julian pushed to master at julian/submanager 2025-09-09 21:37:43 +00: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
julian pushed to master at julian/submanager 2025-09-09 21:16:15 +00:00
79f9aa3eb0 docs: flutter-shadcn-ui 마이그레이션 상세 계획 추가(doc/plan.md)
julian pushed to master at julian/submanager 2025-09-09 21:01:24 +00:00
5b72fa196c merge: 'codex/perf-sms-ui-optimizations' 브랜치를 master에 병합
6cd3b9720f chore(macos): Flutter GeneratedPluginRegistrant 업데이트\n\n- 플러그인/플러터 변경으로 생성 파일 갱신\n- 의존성 lockfile 동기화(pubspec.lock)
5a7ef8039e refactor: remove unreferenced widgets/utilities and backup file in lib
10069a1800 perf(ui): enable KeepAlive on subscription list, tune prefetch, and reduce list/gesture animations
b034f60510 feat(cache): add SimpleCacheManager and cache formatted rates/amounts in exchange and currency services
Compare 13 commits »
julian pushed to codex/perf-sms-ui-optimizations at julian/submanager 2025-09-09 20:56:09 +00:00
6cd3b9720f chore(macos): Flutter GeneratedPluginRegistrant 업데이트\n\n- 플러그인/플러터 변경으로 생성 파일 갱신\n- 의존성 lockfile 동기화(pubspec.lock)
julian pushed to main at julian/superport 2025-09-09 14:23:49 +00:00
264d29332a docs: 커밋/PR 메시지는 한국어로 작성 (Git 규칙 추가)
julian pushed to main at julian/superport 2025-09-09 14:16:50 +00:00
6bddfa22d7 fix(zipcode): use full popup width by removing width cap; table now fills dialog and fits columns without horizontal scroll
julian pushed to main at julian/superport 2025-09-09 14:12:27 +00:00
32eee2bfe2 feat(zipcode): compact column widths for popup; ensure no horizontal scroll within dialog
julian pushed to main at julian/superport 2025-09-09 14:05:03 +00:00
2a27c1acb3 chore(zipcode): reduce dialog table width to 18% of screen (was 25%)
julian pushed to main at julian/superport 2025-09-09 14:02:58 +00:00
beb5641b85 chore(zipcode): adjust dialog table width to 25% of screen (from 33%)
julian pushed to main at julian/superport 2025-09-09 13:59:05 +00:00
0441305e1c chore(zipcode): remove copy icons and clipboard helpers; cap dialog width to 33% of screen