Skip to content

Releases: thudugala/Plugin.LocalNotification

v9.1.2

03 Jan 22:34
Compare
Choose a tag to compare

Fixed #240 no local notifications are shown anymore in iOS

v9.1.1

23 Dec 23:08
Compare
Choose a tag to compare

Fixed bug #236 NotificationService.Clear : System.InvalidCastException

v9.1.0

22 Nov 11:21
Compare
Choose a tag to compare

#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

25 Oct 22:36
Compare
Choose a tag to compare

Fixed issue #214

v9.0.0

17 Sep 06:50
Compare
Choose a tag to compare
  1. Removed WorkManager and used AlarmManager. This due to in many Android devices WorkManager does not seems be working as expected.
  2. Added Clear and ClearAll methods to remove notifications that you no longer want displayed in Notification Center.
  3. Added Android support for Getting Pending and Delivered Notifications id list.
  4. Reduced Xamarin.AndroidX.Core nuget dependency version to 1.3.2.3 to support Xamarin.Forms nuget release v. 5.0.0.2083

Fixed

  1. Fixed BroadcastReceiver name issue when running on android 7 and below

Thank you
@GudniNatan #200
@mphill #187
@GitBOUF #198

v8.0.2

21 Jul 23:42
178f281
Compare
Choose a tag to compare

Notification Image Binary must be less than 8Kb

v8.0.1

20 Jul 04:41
Compare
Choose a tag to compare
  1. #180 Added back netstandard2.0 and MonoAndroid10.0 support
  2. Added support for Notification Image with FilePath and ResourceName
  3. #178 added support to set AndroidOptions Color using ARGB or ResourceName

Breaking changes

  1. namespace change for AndroidOptions and iOSOptions
  2. AndroidOptions Color type changed
  3. NotificationRequest Image type changed

v7.0.0

17 Jul 10:18
Compare
Choose a tag to compare
  1. #169 Added support for Actions (Thank you @mphill)
  2. #169 Added support for Subtitles (Thank you @mphill)
  3. #170 Add support for image in iOS (Thank you @mphill)
  4. Add support for VisibilityType in Android

Breaking changes

  1. NotificationReceived and NotificationTapped arg is NotificationEventArgs

v6.1.0

03 Jun 21:27
Compare
Choose a tag to compare
  1. Added IconLargeName support for Android
  2. Added support have CreateNotificationChannelGroup with default values
  3. #97 Added support to Auto Cancel Time for Schedule notification.

Breaking changes

  1. IconName renamed to IconSmallName
  2. NotificationReceivedEventArgs.Request is now type NotificationRequest
  3. NotificationTappedEventArgs is now type NotificationRequest

v6.0.0

14 May 01:29
Compare
Choose a tag to compare

#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.