This website requires JavaScript.
Explore
Help
Sign In
julian
/
submanager
Watch
1
Star
0
Fork
0
You've already forked submanager
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3d86316a2b8dba69571bf768a52e7b727e0203a8
submanager
/
ios
/
Runner
History
JiWoong Sul
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
2025-09-15 15:18:45 +09:00
..
Assets.xcassets
feat: 커스텀 앱 아이콘 적용
2025-07-16 17:46:02 +09:00
Base.lproj
Initial commit: SubManager Flutter App
2025-07-09 14:29:53 +09:00
AppDelegate.swift
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
2025-09-15 15:18:45 +09:00
Info.plist
style: apply dart format across project
2025-09-07 19:33:11 +09:00
Runner-Bridging-Header.h
Initial commit: SubManager Flutter App
2025-07-09 14:29:53 +09:00