Commit Graph

  • a2d1fb33a6 chore: update Android test app dependencies to latest stable versions #1 research/notification-plugin-enhancement Matthew Raymer 2025-09-09 08:34:16 +0000
  • 956abff320 feat: add minimal Capacitor test apps for all platforms Matthew Raymer 2025-09-09 05:24:27 +0000
  • 0ccf071f5c feat(performance): implement Phase 3.3 performance optimization for production Matthew Raymer 2025-09-09 05:00:36 +0000
  • 359051c13f feat(etag): implement Phase 3.1 ETag support for efficient content fetching Matthew Raymer 2025-09-09 03:31:43 +0000
  • 13905db3e4 feat(etag): implement Phase 3.1 ETag support for efficient content fetching Matthew Raymer 2025-09-09 03:19:54 +0000
  • 69aca905e1 feat(android): implement Phase 2.2 Android exact alarm fallback completion Matthew Raymer 2025-09-08 10:36:58 +0000
  • 5eebae9556 feat(ios): implement Phase 2.1 iOS background tasks with T–lead prefetch Matthew Raymer 2025-09-08 10:30:13 +0000
  • 01c1c0f30b feat(android): implement Phase 1.3 rolling window safety Matthew Raymer 2025-09-08 10:22:12 +0000
  • de6331aabd feat(android): implement Phase 1.2 TTL-at-fire enforcement Matthew Raymer 2025-09-08 09:58:15 +0000
  • 489dd4ac28 feat(android): implement Phase 1.1 SQLite database sharing with WAL mode Matthew Raymer 2025-09-08 09:49:08 +0000
  • 3a181632d1 docs: add comprehensive notification system documentation Matthew Raymer 2025-09-08 08:57:36 +0000
  • 9f8a8e60a9 feat: Implement dual scheduling API design and interfaces Matthew Raymer 2025-08-26 13:04:33 +0000
  • 5ac0340bed docs: Correct feature planning to focus on plugin architecture, not UI Matthew Raymer 2025-08-26 12:58:37 +0000
  • d50319a832 docs(feature-planning)!: focus on implementation plan Matthew Raymer 2025-08-26 12:50:23 +0000
  • 4a6ccca4d7 docs: Remove all remaining time estimates from RESEARCH_COMPLETE.md Matthew Raymer 2025-08-26 12:45:05 +0000
  • a0157a55bb docs: Clean up markdown formatting in RESEARCH_COMPLETE.md Matthew Raymer 2025-08-26 12:42:32 +0000
  • 38e450de03 chore: Update markdown validation scripts to exclude node_modules Matthew Raymer 2025-08-26 12:05:05 +0000
  • 3d7a53cb74 docs: Apply markdown_core.mdc standards to RESEARCH_COMPLETE.md Matthew Raymer 2025-08-26 12:02:15 +0000
  • 8a4aab7966 feat: Upgrade Gradle and Android build tools for callback system implementation Matthew Raymer 2025-08-26 11:53:50 +0000
  • b0e69d2f35 docs: Consolidate research documents into single comprehensive file Matthew Raymer 2025-08-26 11:37:05 +0000
  • f36f266b5f docs: Improve implementation plan formatting and readability Matthew Raymer 2025-08-26 11:29:59 +0000
  • 02cb4e272a docs: Add comprehensive research branch overview and document index Matthew Raymer 2025-08-26 11:29:22 +0000
  • 5ee110a89e docs: Add comprehensive research summary for callback system requirements Matthew Raymer 2025-08-26 11:27:49 +0000
  • 40faf625ea docs: Improve TODO.md formatting and readability Matthew Raymer 2025-08-26 11:25:24 +0000
  • 4d57f96fa6 docs: Add comprehensive implementation plan for callback system Matthew Raymer 2025-08-26 11:25:13 +0000
  • 05cebb09b5 docs: Add comprehensive callback and dual scheduling analysis Matthew Raymer 2025-08-26 11:22:17 +0000
  • 361166da02 docs: Update TODO.md with callback and dual scheduling requirements analysis Matthew Raymer 2025-08-26 11:21:12 +0000
  • 07a09a5a0d chore: remove Gradle build cache files and update .gitignore Matthew Raymer 2025-08-26 06:44:59 +0000
  • eff7e339af refactor: restructure cursor rules with new meta-rule architecture Matthew Raymer 2025-08-26 06:43:22 +0000
  • a865878fab chore: exclude workflow directory from git tracking Matthew Raymer 2025-08-26 06:42:11 +0000
  • 0eb709aaf0 refactor(cursor-rules): restructure rules organization and enhance documentation standards master Matthew Raymer 2025-08-17 12:21:06 +0000
  • bddc1cfebf docs: Update TODO to reflect 100% test coverage achievement Matthew Raymer 2025-08-13 04:58:32 +0000
  • 4a0785b2cb feat: Achieve 100% test coverage (58/58 tests passing) Matthew Raymer 2025-08-13 04:58:01 +0000
  • 1ad546bc7e docs: Update TODO with comprehensive current status and next steps Matthew Raymer 2025-08-12 10:11:21 +0000
  • a92c408790 feat: Implement comprehensive validation system for DailyNotification Matthew Raymer 2025-08-12 10:03:09 +0000
  • e51f884e00 fix: Resolve daily-notification test suite issues Matthew Raymer 2025-08-12 09:59:52 +0000
  • 76295f62b3 fix: Resolve TypeScript compilation errors and test environment issues Matthew Raymer 2025-08-12 09:57:52 +0000
  • 4553b6b674 docs: Update TODO list with comprehensive checkmarks for completed items Matthew Raymer 2025-08-12 09:42:26 +0000
  • e71503bf38 docs: Update TODO list to reflect Android implementation progress Matthew Raymer 2025-08-12 09:40:18 +0000
  • 2d535b5d8f feat: Implement Android native plugin with offline-first pipeline Matthew Raymer 2025-08-12 09:39:06 +0000
  • f2446979d9 fix(plugin): resolve build issues and improve project structure Matthew Raymer 2025-07-26 06:14:52 +0000
  • a336b39754 refactor(plugin): modernize plugin architecture and improve type definitions Matthew Raymer 2025-03-28 12:47:10 +0000
  • a54ba34cb9 feat(ios): Enhance battery optimization and notification management Matthew Raymer 2025-03-28 03:50:54 -0700
  • 450352718f feat(android): Enhance battery optimization and notification management Matthew Raymer 2025-03-28 09:38:28 +0000
  • 9994db28bd feat: implement core notification functionality for iOS and Android - Add settings management, proper error handling, and platform-specific implementations Server 2025-03-27 01:50:19 -0700
  • 71e0f297ff refactor: improve build configuration and code organization Matthew Raymer 2025-03-25 13:13:55 +0000
  • e946767cba Initial commit Matthew Raymer 2025-03-25 10:40:14 +0000