Skip to content

Releases: OneSignal/OneSignal-Cordova-SDK

1.7.1 Release

09 Jul 21:09
Compare
Choose a tag to compare

Android - Notification stacking, decencies, and npmjs

  • Added notification stacking
    • When sending a notification set an android group to enable stacking of notification in the same group.
  • Changed to use Google play service dependencies from gradle
    • Omitting android support v4 as it is automatic now with the gradle build process.
  • Added required package.json for release on npmjs.

1.6.2 Release

16 Jun 00:49
Compare
Choose a tag to compare

Fixed setSubscription cache issue on Android

1.6.1 Release

12 Jun 20:57
Compare
Choose a tag to compare

Android notification fix

  • Fixed issue #1 where notifications would not always show in the background.
    • Updated native Android native SDK to version 1.9.2

1.6.0 Release

11 Jun 22:02
Compare
Choose a tag to compare

Added new notification settings, setSubscription, and postNotification

  • Calling enableInAppAlertNotification with true will enable notifications to be displayed as alerts when one is received when the user is in your app.
    • On Android you can call enableNotificationsWhenActive with true to place notifications in the notification area instead.
  • Calling setSubscription with false will unsubscribe the user from receiving push notifications.
  • postNotification lets you create user to user notifications and schedule future notifications without have to make calls to the REST API yourself.
  • Added more logging to help debug issues.
  • Android devices now retry to subscribe to GCM for push notifications if it fails due to a connection issue.
  • Fixed Android bug where the notification opened callback would stop firing after the user exited your app by pressing the back button.

1.5.0 Release

09 Apr 04:06
Compare
Choose a tag to compare
Url and name update