Releases: thudugala/Plugin.LocalNotification
Releases · thudugala/Plugin.LocalNotification
v4.0.3
added Android Permission RECEIVE_BOOT_COMPLETED to plugin itself.
v4.0.2
added Ongoing support for Notification in Android.
v4.0.1
Bug fix, can not use NotificationChannel.DefaultChannelId as it is already reserved.
v4.0.0
In Android,
Replaced JobScheduler with WorkManager as result, now support Android 14+.
#24 and #23, Added multiple notification channel support.
v3.0.2
#22 Added Custom Notification Sound support
v3.0.1
Changes:
Added support for Android notification color (#18)
v3.0.0
Removed dependency to Xamarin.Forms, Making it possible to use the Plugin with Xamarin native development.
v2.0.7
Fixed #10
In Android:
LocalNotificationService.NotifyNotificationTapped(Intent); must be called inside OnCreate.
v2.0.5
- Added SourceLink support.
In Visual Studio 2017, confirm that SourceLink is enabled. Also turn off "Just My Code" since, well, this isn't your code.
- Added 2 Android specific properties. (AutoCancel and TimeoutAfter)