Releases: MaikuB/flutter_local_notifications
Releases · MaikuB/flutter_local_notifications
flutter_local_notifications-v1.4.4+4
- [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()
andgetNotificationAppLaunchDetails()
to fail when called from the background
flutter_local_notifications-v1.5.0-beta.7
- [Android] Added support for full-screen notifications via the
fullScreenIntent
argument that has been added to theAndroidNotificationDetails
class. Thanks to the PR from Nadav Fima
flutter_local_notifications-v1.4.4+3
- [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 calledgetNotificationAppLaunchDetails()
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
- [Android] Added the
getActiveNotifications()
method to theAndroidFlutterLocalNotificationsPlugin
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
- [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
- [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
- [Android] Fix issue where the ThreeTen Android Backport library wasn't initialised
- Bump e2e dev dependency
flutter_local_notifications-v1.5.0-beta.3
- [Android] Fixed issue 670 where
getNotificationAppLaunchDetails()
behaved inconsistently depending on if it was called before or afterinitialize()
flutter_local_notifications-v1.5.0-beta.2
- 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 theIOSNotificationDetails
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
- 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