Skip to content

2.5.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 28 Jun 21:26

Notifications now restore when removed by the system

  • Notifications are now restored to the notification shade when they were cleared by Android itself.
    • Includes package upgrades, device reboots, and each time the app is cold started (to restore from the 'force stopped' state).
  • Added clearOneSignalNotifications and cancelNotification methods.
    • You must use them if you need to programmatically dismiss notifications otherwise they will be restored.
  • Added androidNotificationId property to NotificationExtenderService.OverrideSettings.
  • Since notifications are restored this fixes badge count out of sync issues.