Releases: thudugala/Plugin.LocalNotification
Releases · thudugala/Plugin.LocalNotification
v9.1.2
v9.1.1
v9.1.0
#217 Added support to change Json Serializer
Adding support for NotificationLogHandler
Switch from System.Text.Json to Newtonsoft.Json
Added AndroidPendingIntentFlags to support PendingIntentFlags
#171 add support for ScheduleExactAlarm in Android 12
#223 Added support to check Notification before showing it.
v9.0.1
v9.0.0
- Removed WorkManager and used AlarmManager. This due to in many Android devices WorkManager does not seems be working as expected.
- Added Clear and ClearAll methods to remove notifications that you no longer want displayed in Notification Center.
- Added Android support for Getting Pending and Delivered Notifications id list.
- Reduced Xamarin.AndroidX.Core nuget dependency version to 1.3.2.3 to support Xamarin.Forms nuget release v. 5.0.0.2083
Fixed
- Fixed BroadcastReceiver name issue when running on android 7 and below
v8.0.2
v8.0.1
- #180 Added back netstandard2.0 and MonoAndroid10.0 support
- Added support for Notification Image with FilePath and ResourceName
- #178 added support to set AndroidOptions Color using ARGB or ResourceName
Breaking changes
- namespace change for AndroidOptions and iOSOptions
- AndroidOptions Color type changed
- NotificationRequest Image type changed
v7.0.0
v6.1.0
- Added IconLargeName support for Android
- Added support have CreateNotificationChannelGroup with default values
- #97 Added support to Auto Cancel Time for Schedule notification.
Breaking changes
- IconName renamed to IconSmallName
- NotificationReceivedEventArgs.Request is now type NotificationRequest
- NotificationTappedEventArgs is now type NotificationRequest
v6.0.0
#140 Add foreground sound option ios (Thank you @Steffenberg )
#142 Fluent Request Builders for NotificationChannelRequest & NotificationRequest (Thank you @ArunPrakashG)
#124 Added support return bool value for Cancel and Show
#152 Don't cancel existing notification before showing notification in android.