ca081e971d
feat(ios): implement getHistory, getHistoryStats, getAllConfigs, updateConfig, and deleteConfig methods
Matthew Raymer
2025-11-11 02:23:41 -08:00
a8d92291e9
feat(ios): implement calculateNextRunTime method
Matthew Raymer
2025-11-11 02:20:50 -08:00
9d5ffcfdb5
feat(ios): implement getContentCacheById, getLatestContentCache, and saveContentCache methods
Matthew Raymer
2025-11-11 02:18:55 -08:00
be6cdc98d6
feat(ios): implement createSchedule, updateSchedule, deleteSchedule, and enableSchedule methods
Matthew Raymer
2025-11-11 02:17:59 -08:00
082a70f54f
feat(ios): implement getSchedules, getSchedule, getConfig, and setConfig methods
Matthew Raymer
2025-11-11 02:17:02 -08:00
22fdaa789d
feat(ios): implement updateDualScheduleConfig, cancelDualSchedule, pauseDualSchedule, and resumeDualSchedule methods
Matthew Raymer
2025-11-11 02:14:54 -08:00
9a8589bb08
feat(ios): implement getExactAlarmStatus and openExactAlarmSettings methods
Matthew Raymer
2025-11-11 02:13:15 -08:00
bdee842ea9
feat(ios): implement isAlarmScheduled, getNextAlarmTime, and testAlarm methods
Matthew Raymer
2025-11-11 02:12:35 -08:00
b3817a0cb1
feat(ios): implement isChannelEnabled, openChannelSettings, and checkStatus methods
Matthew Raymer
2025-11-11 02:11:08 -08:00
ca40b971c5
feat(ios): implement getPowerState, requestBatteryOptimizationExemption, and setAdaptiveScheduling methods
Matthew Raymer
2025-11-11 02:10:39 -08:00
d2b1ab07cd
feat(ios): implement getContentCache and clearContentCache methods
Matthew Raymer
2025-11-11 02:08:41 -08:00
ebab224916
feat(ios): implement configureNativeFetcher and setActiveDidFromHost methods
Matthew Raymer
2025-11-11 02:07:59 -08:00
17ede3ab20
feat(ios): implement updateStarredPlans method
Matthew Raymer
2025-11-11 01:57:24 -08:00
928733f87f
feat(ios): implement getBatteryStatus method
Matthew Raymer
2025-11-11 01:56:42 -08:00
f651124466
feat(ios): implement permission checking and requesting methods
Matthew Raymer
2025-11-11 01:55:28 -08:00
d7754752ba
feat(ios): implement getNotificationStatus and cancelAllNotifications methods
Matthew Raymer
2025-11-11 01:54:52 -08:00
a7dd559c4a
feat(ios): implement scheduleDailyNotification method
Matthew Raymer
2025-11-11 01:50:26 -08:00
24fd7c1679
docs(ios): add next steps roadmap for iOS implementation
Matthew Raymer
2025-11-11 01:45:48 -08:00
9790f2d01c
docs(ios): document CocoaPods installation requirements and current status
Matthew Raymer
2025-11-11 01:42:44 -08:00
a2e4517518
feat(ios): complete iOS test apps setup with plugin integration
Matthew Raymer
2025-11-11 01:37:05 -08:00
a166f3be9a
feat(ios): create iOS test app structure and synchronization documentation
Matthew Raymer
2025-11-11 01:30:31 -08:00
fbd9ad338d
Merge branch 'master' into ios-implementation
Matthew Raymer
2025-11-11 01:15:55 -08:00
1b34f1f34a
fix(android): configure native fetcher, use DailyNotificationFetchWorker, and cancel notifications on dismiss
Matthew Raymer
2025-11-11 08:06:59 +00:00
a5fdf8c5b9
fix(android): create NotificationContentEntity in FetchWorker for prefetch
Matthew Raymer
2025-11-11 01:06:51 +00:00
3fa167cba0
fix(android): improve exact alarm permission check with fallback strategies
Matthew Raymer
2025-11-10 06:12:22 +00:00
5b61f18bd7
feat(android): add exact alarm permission request flow and fix receiver mismatch
Matthew Raymer
2025-11-10 05:51:05 +00:00
f31bae1563
feat(android): implement cancelAllNotifications() method
Matthew Raymer
2025-11-10 04:17:45 +00:00
50b08401d0
fix(android): resolve MainActivity ClassNotFoundException and add exact alarm permission check
Matthew Raymer
2025-11-10 03:52:35 +00:00
37753bb051
docs: add comprehensive integration guides and diagnostic method documentation
Matthew Raymer
2025-11-06 10:08:18 +00:00
a19cb2ba61
fix(test-app): register NotifyReceiver in AndroidManifest
Matthew Raymer
2025-11-06 09:56:32 +00:00