anomalist
  • Joined on 2022-01-06
anomalist pushed to ios-2 at trent_larson/daily-notification-plugin 2025-11-14 07:29:04 +00:00
ed25b1385a fix(ios): enable Capacitor plugin discovery via CAPBridgedPlugin conformance
anomalist pushed to ios-2 at trent_larson/daily-notification-plugin 2025-11-13 13:14:56 +00:00
5844b92e18 feat(ios): implement Phase 1 permission methods and fix build issues
anomalist pushed to ios-2 at trent_larson/daily-notification-plugin 2025-11-13 09:37:40 +00:00
2d84ae29ba chore: synch diretive before starting
anomalist pushed to ios-2 at trent_larson/daily-notification-plugin 2025-11-13 09:18:19 +00:00
d583b9103c chore: new directive for implementation
anomalist created branch ios-2 in trent_larson/daily-notification-plugin 2025-11-13 07:49:44 +00:00
anomalist pushed to ios-2 at trent_larson/daily-notification-plugin 2025-11-13 07:49:44 +00:00
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-13 07:27:59 +00:00
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-13 07:27:16 +00:00
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-13 07:26:06 +00:00
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-13 07:09:47 +00:00
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-13 06:46:16 +00:00
45752c19b0 fix(ios): add iOS version availability checks for notification settings
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 11:57:29 +00:00
45b18cd2dc feat(ios): Add comprehensive permissions query system
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 11:24:10 +00:00
9ef0dc621d docs(contract): Add Contract v1 documentation
06b77bd301 test(contract): Add Contract v1 test fixtures
b9f9f1c4d2 feat(typescript): Update ContentCache interface for Contract v1
57d1b1236c feat(ios): Update API responses to use Contract v1 DTOs
dcb1f740e8 feat(android): Update API responses to use Contract v1 DTOs
Compare 8 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 10:32:39 +00:00
e594006e20 fix(ios): change @objc annotation to match JavaScript plugin ID
64eed2d97c fix(ios): add comprehensive logging to debug plugin method calls
Compare 2 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 07:52:08 +00:00
bb9e7bdc02 docs(ios): add comprehensive console debugging guide
36d572d43f fix(ios): add comprehensive error handling and timeout for permission check
Compare 2 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 07:30:17 +00:00
e448b06a8d fix(ios): use correct Capacitor API for plugin method registration
04311803bc fix(ios): register DailyNotification plugin methods in capacitor_plugins.js
328311281c feat(ios): enhance permission UI feedback with detailed logging
4412838c74 fix(ios): improve UUID extraction with better regex patterns
48ba80e607 fix(ios): correct UUID extraction from simulator list
Compare 7 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 05:42:41 +00:00
302560f12f docs(ios): update code signing documentation
3a7c68c756 fix(ios): use storyboard to load ViewController - resolves black screen
3250b3fc33 fix(ios): remove SceneDelegate, use AppDelegate window instead
517fe15d4d fix(ios): add @objc annotation to SceneDelegate for runtime visibility
86497f8604 fix(ios): correct SceneDelegate class name in Info.plist
Compare 26 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-12 01:57:07 +00:00
530691b863 fix(ios): make PersistenceController public for build access
04602de973 fix(ios): resolve compilation errors for iOS plugin build
Compare 2 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-11 10:28:23 +00:00
93a6000b59 docs(ios): add iOS implementation completion summary
ca081e971d feat(ios): implement getHistory, getHistoryStats, getAllConfigs, updateConfig, and deleteConfig methods
a8d92291e9 feat(ios): implement calculateNextRunTime method
9d5ffcfdb5 feat(ios): implement getContentCacheById, getLatestContentCache, and saveContentCache methods
be6cdc98d6 feat(ios): implement createSchedule, updateSchedule, deleteSchedule, and enableSchedule methods
Compare 6 commits »
anomalist pushed to ios-implementation at trent_larson/daily-notification-plugin 2025-11-11 10:15:19 +00:00
22fdaa789d feat(ios): implement updateDualScheduleConfig, cancelDualSchedule, pauseDualSchedule, and resumeDualSchedule methods
9a8589bb08 feat(ios): implement getExactAlarmStatus and openExactAlarmSettings methods
bdee842ea9 feat(ios): implement isAlarmScheduled, getNextAlarmTime, and testAlarm methods
b3817a0cb1 feat(ios): implement isChannelEnabled, openChannelSettings, and checkStatus methods
ca40b971c5 feat(ios): implement getPowerState, requestBatteryOptimizationExemption, and setAdaptiveScheduling methods
Compare 11 commits »