Skip to content

Releases: thudugala/Plugin.LocalNotification

v4.0.3

25 Jun 22:07
Compare
Choose a tag to compare

added Android Permission RECEIVE_BOOT_COMPLETED to plugin itself.

v4.0.2

18 Jun 21:35
Compare
Choose a tag to compare

added Ongoing support for Notification in Android.

v4.0.1

07 Jun 00:07
Compare
Choose a tag to compare

Bug fix, can not use NotificationChannel.DefaultChannelId as it is already reserved.

v4.0.0

06 Jun 21:25
Compare
Choose a tag to compare

In Android,
Replaced JobScheduler with WorkManager as result, now support Android 14+.
#24 and #23, Added multiple notification channel support.

v3.0.2

21 May 00:17
Compare
Choose a tag to compare

#22 Added Custom Notification Sound support

v3.0.1

23 Apr 02:59
Compare
Choose a tag to compare

Changes:
Added support for Android notification color (#18)

v3.0.0

28 Mar 03:17
68ab3da
Compare
Choose a tag to compare

Removed dependency to Xamarin.Forms, Making it possible to use the Plugin with Xamarin native development.

v2.0.7

03 Feb 21:59
Compare
Choose a tag to compare

Fixed #10

In Android:
LocalNotificationService.NotifyNotificationTapped(Intent); must be called inside OnCreate.

v2.0.6

31 Jan 04:22
Compare
Choose a tag to compare

Fixed issue #8

v2.0.5

03 Dec 00:17
Compare
Choose a tag to compare
  1. 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.
  2. Added 2 Android specific properties. (AutoCancel and TimeoutAfter)