Skip to content

Releases: MaikuB/flutter_local_notifications

flutter_local_notifications-v1.4.4+4

20 Aug 04:52
8fe0bd6
Compare
Choose a tag to compare
  • [Android] Fix issue 759 by guarding code on getting the intent from the activity in case there isn't an activity that could cause initialize() and getNotificationAppLaunchDetails() to fail when called from the background

flutter_local_notifications-v1.5.0-beta.7

20 Aug 05:28
5cf1195
Compare
Choose a tag to compare
  • [Android] Added support for full-screen notifications via the fullScreenIntent argument that has been added to the AndroidNotificationDetails class. Thanks to the PR from Nadav Fima

flutter_local_notifications-v1.4.4+3

14 Aug 22:55
8c41860
Compare
Choose a tag to compare
  • [Android] Fix issue 751 where the onSelectNotification callback could be called again after the user has tapped on a notification, sent the application to the background and returned to the app via the Recents screen. This issue could have previously called getNotificationAppLaunchDetails() to mistakenly report that a notification launched the app when it's called again as part of the application being resumed

flutter_local_notifications-v1.5.0-beta.6

12 Jul 06:13
fc55a16
Compare
Choose a tag to compare
  • [Android] Added the getActiveNotifications() method to the AndroidFlutterLocalNotificationsPlugin class thanks to the PR from Vincent Kammerer. This can be used to query the active notifications and is only applicable to Android 6.0 or newer
  • Updated and fixed wording in API docs

flutter_local_notifications-v1.4.4+2

07 Jul 10:48
dbe1e65
Compare
Choose a tag to compare
  • [Android] Updated readme and plugin to fix issue 689 where plugin needs to ensure notifications stay scheduled after an application update
  • Removed e2e dependency

flutter_local_notifications-v1.5.0-beta.5

07 Jul 11:17
Compare
Choose a tag to compare
  • [Android] Fix initialisation of ThreeTen Android Backport library when notifications are being rescheduled
  • Removed e2e dependency from merging in changes from 1.4.4+2 release

flutter_local_notifications-v1.5.0-beta.4

02 Jul 14:07
Compare
Choose a tag to compare
  • [Android] Fix issue where the ThreeTen Android Backport library wasn't initialised
  • Bump e2e dev dependency

flutter_local_notifications-v1.5.0-beta.3

17 Jun 11:12
Compare
Choose a tag to compare
  • [Android] Fixed issue 670 where getNotificationAppLaunchDetails() behaved inconsistently depending on if it was called before or after initialize()

flutter_local_notifications-v1.5.0-beta.2

08 Jun 00:11
Compare
Choose a tag to compare
  • Reverted removal of code done in 1.5.0-beta.2 relating notification timestamps as it could prevent notifications from appearing for users of the plugin prior to 0.3.4
  • Cleaned up native iOS code that is no longer needed
  • [iOS] Added ability to specify a subtitle for a notification via the subtitle property of the IOSNotificationDetails class. This property is only application to iOS versions 10 or newer
  • Moved testing section of readme to the bottom of the readme and updated some of the wording

flutter_local_notifications-v1.4.4+1

06 Jun 05:29
e193b88
Compare
Choose a tag to compare
  • Added details that platform-specific implementations can be obtained to the Caveats and limitations section
  • Added a note on restrictions imposed by the OS by Android OEMs that may be prevent scheduled notifications appearing
  • Release configurations section of the readme renamed to Release build configuration