Releases: OutSystems/cordova-plugin-local-notifications
Releases · OutSystems/cordova-plugin-local-notifications
0.9.16
0.9.15
- iOS: Add hook to add set
handleApplicationNotifications(https://outsystemsrd.atlassian.net/browse/RMET-3658).
0.9.14
- Fix endless loop of notification permission denial when granting exact alarm permission on Android.
0.9.13
- Fixes:
- Android: Deliver notifications while app is in foreground if
foregroundoption istrue.
- Android: Deliver notifications while app is in foreground if
0.9.12
- Replaces dependency on Android Support Libraries with their AndroidX counterpart.
- Makes
PendingIntentsimmutable for Android 14.
0.9.11
- Added exact and inexact notifications for Android 14.
- Fixed Android 14 bug where notifications were not being scheduled.
0.9.10
- Remove
jcenterfrom Gradle
0.9.9
- Updated Android code to request for notifications permission, required for Android 13
0.9.8
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper
0.9.7
- Fix required for Android 12 - Use Activity instead of Service to handle notification clicks