Commit Graph

  • dc4d342bef feat(scripts): add automated testing scripts for notification system Matthew Raymer 2025-10-14 06:17:09 +0000
  • 72769a15e6 docs: add comprehensive testing and recovery documentation Matthew Raymer 2025-10-14 06:17:03 +0000
  • 0d2be9619d refactor(notifications): update supporting classes for new timestamp model Matthew Raymer 2025-10-14 06:16:57 +0000
  • 92c843b07e fix(notifications): resolve TTL violation and timestamp issues Matthew Raymer 2025-10-14 06:16:50 +0000
  • 4c4d306af2 fix(plugin): resolve storage null reference issues Matthew Raymer 2025-10-14 06:16:44 +0000
  • c42814e60b fix(android): implement proper boot receiver with Direct Boot support Matthew Raymer 2025-10-14 06:16:36 +0000
  • 9b9dc25a8d feat: comprehensive emulator launch scripts with performance optimizations Matthew Raymer 2025-10-13 12:52:53 +0000
  • 9fdf77dbb0 feat(android): add plugin registry files for Capacitor 6 Matthew Raymer 2025-10-13 10:51:26 +0000
  • 31f5adcfd1 feat(android): add complete DailyNotification plugin implementation Matthew Raymer 2025-10-13 10:50:23 +0000
  • d3433aabbf refactor(android): simplify MainActivity for Capacitor 6 Matthew Raymer 2025-10-13 10:50:10 +0000
  • 07be444b64 fix(android): resolve plugin registration with capacitor.plugins.json Matthew Raymer 2025-10-13 10:50:03 +0000
  • 4304addde1 docs: add comprehensive standalone emulator guide Matthew Raymer 2025-10-13 03:10:26 +0000
  • 8b614de844 fix: add mock DailyNotification plugin for WebView testing Matthew Raymer 2025-10-13 02:57:51 +0000
  • 84b098d22f fix: improve JavaScript function definitions and add cache-busting Matthew Raymer 2025-10-12 06:41:56 +0000
  • cbbae27ef6 fix: resolve JavaScript module import error in test app Matthew Raymer 2025-10-12 06:35:07 +0000
  • e789fa6a60 feat: complete android test app setup Matthew Raymer 2025-10-12 06:24:59 +0000
  • 0e5994317c docs: add troubleshooting for common build failures Matthew Raymer 2025-10-12 06:20:18 +0000
  • fc031bf341 docs: add comprehensive documentation for automatic capacitor.build.gradle fix Matthew Raymer 2025-10-12 06:17:42 +0000
  • a6d7d39c34 feat: add protection against capacitor.build.gradle overwrites Matthew Raymer 2025-10-12 06:15:52 +0000
  • 300bd7f01f fix: resolve Android build issues and create proper plugin module Matthew Raymer 2025-10-12 06:09:07 +0000
  • fbf9a80b22 docs: update BUILDING.md timestamp to current system date Matthew Raymer 2025-10-12 04:57:28 +0000
  • 482b911b50 docs: add comprehensive BUILDING.md guide Matthew Raymer 2025-10-12 04:56:49 +0000
  • 2712c8bf9b fix: update build script to handle plugin development projects Matthew Raymer 2025-10-11 02:39:34 +0000
  • eaa72aa1c3 fix: resolve all linting errors and dependency conflicts Matthew Raymer 2025-10-08 11:23:52 +0000
  • e7528ce334 docs: add file organization summary after cleanup Matthew Raymer 2025-10-08 09:02:03 +0000
  • 6868d88cce cleanup: remove redundant and overlapping files Matthew Raymer 2025-10-08 09:01:38 +0000
  • bf511055c1 docs: add clean CapacitorPlatformService integration without isCapacitor flags Matthew Raymer 2025-10-08 08:58:32 +0000
  • 12981a408d docs: add activeDid change integration with DailyNotification plugin Matthew Raymer 2025-10-08 08:28:45 +0000
  • f72bba23b5 docs: add actual changes needed to existing CapacitorPlatformService Matthew Raymer 2025-10-08 08:20:00 +0000
  • a3c92ec45e docs: add TimeSafari PWA CapacitorPlatformService integration example Matthew Raymer 2025-10-08 08:10:20 +0000
  • c8d545acd0 docs: add Capacitor integration guide and usage decision guide Matthew Raymer 2025-10-08 07:39:38 +0000
  • e073a5622a docs: add comprehensive explanation and architecture diagrams Matthew Raymer 2025-10-08 07:34:33 +0000
  • 86c395c70e docs: add DailyNotification setup guide and practical example Matthew Raymer 2025-10-08 07:25:37 +0000
  • ff166560df docs: add TimeSafari PWA request pattern adoption guide and example Matthew Raymer 2025-10-08 07:19:46 +0000
  • eaaa980167 docs: add comprehensive host request configuration guides Matthew Raymer 2025-10-08 06:32:17 +0000
  • a9fbcb3a11 docs: add comprehensive deployment guide and checklist Matthew Raymer 2025-10-08 06:26:38 +0000
  • 3c2ed06079 docs: complete integration checklist and mark audit as passed Matthew Raymer 2025-10-08 06:20:13 +0000
  • 8dfd3c26f5 chore: update package configuration and dependencies Matthew Raymer 2025-10-08 06:19:57 +0000
  • bfa007c669 feat: enhance observability system with comprehensive monitoring Matthew Raymer 2025-10-08 06:19:36 +0000
  • 614ff7b5e4 docs: complete Phase 8 documentation and examples Matthew Raymer 2025-10-08 06:19:14 +0000
  • b6a656ed19 test: add comprehensive test suite for TimeSafari integration Matthew Raymer 2025-10-08 06:18:52 +0000
  • 79dd1d82a7 feat: add platform-specific configuration and build system Matthew Raymer 2025-10-08 06:18:32 +0000
  • a4ad21856e feat: implement TimeSafari integration services and improve code quality Matthew Raymer 2025-10-08 06:17:50 +0000
  • 9a679cd69b refactor: remove web support for native-first architecture Matthew Raymer 2025-10-08 06:17:24 +0000
  • a43997ed88 chore: final draft Matthew Raymer 2025-10-08 03:22:20 +0000
  • 249cb51379 chore: additional changes to make plugin play-nice with host project Matthew Raymer 2025-10-07 13:08:53 +0000
  • 34ab8b7b46 fix(build): correct AAR file path in Android build script Matthew Raymer 2025-10-07 11:56:20 +0000
  • e99bfeac68 fix: remove final console statement - 100% clean codebase! Matthew Raymer 2025-10-07 10:34:44 +0000
  • 490bd2e450 fix: resolve all TypeScript compilation errors - build now working! Matthew Raymer 2025-10-07 10:33:40 +0000
  • 5dfbea7307 feat: achieve 100% test suite success - ALL tests passing! Matthew Raymer 2025-10-07 10:27:31 +0000
  • 4b41916919 fix: resolve TypeScript compilation and schema validation issues Matthew Raymer 2025-10-07 10:23:22 +0000
  • 87c3bb671c feat: achieve 100% linting success - ALL warnings eliminated! Matthew Raymer 2025-10-07 10:16:51 +0000
  • fbdd198ca5 feat: eliminate non-null assertions and fix return types - 23 warnings fixed! Matthew Raymer 2025-10-07 10:13:12 +0000
  • 6597a4653c feat: ELIMINATE ALL ERRORS - 27 errors fixed to 0! Matthew Raymer 2025-10-07 10:06:00 +0000
  • 5ef3ae87f1 feat: fix critical errors - unused variables and parameters Matthew Raymer 2025-10-07 09:59:38 +0000
  • 40e1fa65ee feat: continue Priority 2 fixes - non-null assertions and return types Matthew Raymer 2025-10-07 09:56:01 +0000
  • 1bb985309f feat: complete Priority 2 console cleanup - 100% elimination achieved! Matthew Raymer 2025-10-07 09:50:14 +0000
  • 99a5054936 feat: continue Priority 2 console ignores and return types - excellent progress Matthew Raymer 2025-10-07 09:44:03 +0000
  • a7d33d2100 feat: continue Priority 2 console ignores and return types - excellent progress Matthew Raymer 2025-10-07 09:39:39 +0000
  • 796bc001d2 feat: continue Priority 2 console ignores and return types - excellent progress Matthew Raymer 2025-10-07 09:32:31 +0000
  • c6a78652b9 feat: complete Priority 2 console ignores - outstanding progress Matthew Raymer 2025-10-07 09:24:36 +0000
  • 9389d53059 feat: complete Priority 2 console ignores and return types - outstanding progress Matthew Raymer 2025-10-07 09:20:32 +0000
  • bb010db732 feat: complete Priority 2 console cleanup and return types - outstanding progress Matthew Raymer 2025-10-07 09:13:33 +0000
  • cc625de646 feat: continue Priority 2 console cleanup and return types - excellent progress Matthew Raymer 2025-10-07 09:10:06 +0000
  • b4d9aacdd1 feat: continue Priority 2 console cleanup and return types - excellent progress Matthew Raymer 2025-10-07 09:07:17 +0000
  • 00322cd4a2 feat: continue Priority 2 return type annotations - significant progress Matthew Raymer 2025-10-07 08:58:52 +0000
  • d288f9de50 feat: continue Priority 2 return type annotations Matthew Raymer 2025-10-07 08:55:15 +0000
  • 925465c26f feat: continue Priority 2 completion - console cleanup progress Matthew Raymer 2025-10-07 08:15:04 +0000
  • e16f4e150d feat: complete Priority 2 console cleanup and start return types Matthew Raymer 2025-10-07 08:11:02 +0000
  • f5990f73fc feat: complete Priority 1 (100%) and start Priority 2 console cleanup Matthew Raymer 2025-10-07 08:03:14 +0000
  • 919a63a984 feat: complete Priority 1 any type fixes - final push Matthew Raymer 2025-10-07 07:42:16 +0000
  • 7bfa919f56 feat: continue Priority 1 any type fixes Matthew Raymer 2025-10-07 07:33:54 +0000
  • 7b4caef5a7 feat: complete Priority 1 type safety improvements Matthew Raymer 2025-10-07 07:22:04 +0000
  • 5e77ba1917 feat: improve code quality with optional linting enhancements Matthew Raymer 2025-10-07 06:40:47 +0000
  • 6991027391 fix: resolve all critical linting errors Matthew Raymer 2025-10-07 06:34:36 +0000
  • 6c36179218 fix: resolve critical issues after dead code cleanup Matthew Raymer 2025-10-07 06:14:55 +0000
  • 09661a520f refactor: remove dead code and unused files Matthew Raymer 2025-10-07 05:19:09 +0000
  • fb47f3e717 Merge branch 'master' of ssh://173.199.124.46:222/trent_larson/daily-notification-plugin Matthew Raymer 2025-10-07 04:49:11 +0000
  • 281fb4af6b docs(examples): update enterprise usage example Matthew Raymer 2025-10-07 04:45:03 +0000
  • 151d849336 docs(release): add merge-ready summary and PR description Matthew Raymer 2025-10-07 04:44:48 +0000
  • 2a47e8577d feat(core): update plugin with generic polling support and monorepo structure Matthew Raymer 2025-10-07 04:44:36 +0000
  • c548db1cfd feat(testing): update test apps with generic polling and add CI/CD pipeline Matthew Raymer 2025-10-07 04:44:27 +0000
  • 8ee97e5401 docs(integration): update integration guide and add host app examples Matthew Raymer 2025-10-07 04:44:19 +0000
  • 1828bbf91c docs(implementation): redesign starred projects polling with generic interface Matthew Raymer 2025-10-07 04:44:11 +0000
  • a5831b3c9f feat(polling-contracts): add generic polling interface with TypeScript types and Zod schemas Matthew Raymer 2025-10-07 04:44:01 +0000
  • b731d92ee6 chore: planning document almsot ready Matthew Raymer 2025-10-06 13:07:15 +0000
  • 5b7bd95bdd chore: upgrade document almost done Matthew Raymer 2025-10-06 10:59:16 +0000
  • f9c21d4e5b docs: add comprehensive static daily reminders documentation Matthew Raymer 2025-10-05 05:12:06 +0000
  • 9ec30974da feat(test-api): enhance test API server with Phase 4 JWT authentication Matthew Raymer 2025-10-04 05:46:42 +0000
  • 9df8948202 feat(test-apps): update Electron test app with Phase 4 TimeSafari components Matthew Raymer 2025-10-04 05:45:23 +0000
  • 48617fddf4 feat(test-apps): update iOS test app with Phase 4 TimeSafari components Matthew Raymer 2025-10-04 05:44:26 +0000
  • f33d96d7a6 feat(test-apps): update Android test app with Phase 4 TimeSafari components Matthew Raymer 2025-10-04 05:41:21 +0000
  • 93f3de9399 feat(phase4-final): complete TypeScript compilation fix and testing Matthew Raymer 2025-10-03 07:20:23 +0000
  • c292075e54 feat(phase4): implement EndorserAPI Client, SecurityManager, and TimeSafari Notification Manager Matthew Raymer 2025-10-03 07:13:14 +0000
  • 131bd3758b feat(phase3): implement Background Enhancement & TimeSafari Coordination Matthew Raymer 2025-10-03 07:08:54 +0000
  • 0b6a8cdd39 feat(phase2): implement ActiveDid Integration & TimeSafari API Enhancement Matthew Raymer 2025-10-03 07:02:55 +0000
  • ee772f136a feat(android): implement Phase 1 TimeSafari integration infrastructure Matthew Raymer 2025-10-03 06:59:07 +0000
  • 5c247f3ed2 refactor(web): simplify web implementation by removing excessive Service Worker complexity Matthew Raymer 2025-10-03 06:24:54 +0000
  • 0fc106cd20 Merge branch 'research/notification-plugin-enhancement' Matthew Raymer 2025-10-03 06:07:26 +0000
  • c69640cbb2 enhance: Add specific scheduled event retry policy enhancements to Phase 3 #1 research/notification-plugin-enhancement Matthew Raymer 2025-10-02 10:01:10 +0000