Files
daily-notification-plugin/android
Matthew Raymer 49fd1dfedf feat(notifications): enhance clickable notifications with app launch and action buttons
- Make all notifications clickable to open the app
- Use PackageManager.getLaunchIntentForPackage() for reliable app launch
- Add 'View Details' action button when URL is available
- Maintain existing 'Dismiss' action button for all notifications
- Enhanced logging for click intent and action button configuration
- Proper Intent flags for NEW_TASK and CLEAR_TOP behavior

Features:
- Tap notification body: Opens app (with URL data if available)
- Tap 'View Details': Opens URL in browser (if URL provided)
- Tap 'Dismiss': Dismisses notification and cancels future scheduling

Improves user experience with intuitive notification interactions.
2025-10-15 05:47:15 +00:00
..