feat(android): add complete DailyNotification plugin implementation

- Add full DailyNotificationPlugin with @CapacitorPlugin annotation
- Implement echo method for testing plugin connectivity
- Add comprehensive notification functionality with offline-first approach
- Include performance optimization and error handling classes
- Add WorkManager integration for background content fetching
- Plugin now ready for testing with Capacitor 6 registration
This commit is contained in:
Matthew Raymer
2025-10-13 10:50:23 +00:00
parent d3433aabbf
commit 31f5adcfd1
24 changed files with 11405 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ dependencies {
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation project(':capacitor-android')
implementation project(':plugin')
// Daily Notification Plugin Dependencies
implementation "androidx.room:room-runtime:2.6.1"