Skip to content

Releases: OneSignal/OneSignal-Cordova-SDK

2.0.7 Release

08 Nov 04:54
Compare
Choose a tag to compare
  • iOS fixes
    • Added isAppInFocus field to notification callbacks.
    • Fixed rare case where opened callback could fire 2 times.
    • Some compatibility fixes when using other notification SDKs.
    • Fixed cases where body and title were not correctly set on OSNotification.
    • Fixed setLogLevel to correctly use integer value.
    • Fixed issue where only one notification with a media attachment would show at a time.
  • Android updates
    • Google project number is now used from OneSignal instead of through startInit
    • Added priority and collapseId to OSNotificationPayload
      • collapseId (AKA collapse_key) will be used to replace notifications in a future update.
  • Android fixes
    • Fixed issue with additionalData being a string
    • Added groupedNotifications field back since 2.0 release.
    • Fixed issue where disabling badges was not being respected in some cases.
    • If send priority was set to high(10), then the notification will be displayed with PRIORITY_MAX
    • Added syncHashedEmail validation.
    • Background images on notifications will now be top left aligned.
      • Background images are now only supported on Android 4.1+.

2.0.6 Release

28 Oct 20:56
Compare
Choose a tag to compare

Updated to iOS 2.1.16 native SDK.

2.0.4 Release

04 Oct 01:16
Compare
Choose a tag to compare

Fixed JSON type for Android notification callbacks

2.0.3

02 Oct 08:01
Compare
Choose a tag to compare

All platform updates

  • New handleNotificationReceived event.
  • handleNotificationOpened now only fires when user taps on a notification or an alert.
  • Session count improvements.
  • In app alert changes
    • In app alerts are now shown by default instead of just firing an event.
    • New OSInFocusDisplayOption options with InAppAlert, Notification, and None. Settable with inFocusDisplaying from OneSignal.Builder.
      • This replaces enableInAppAlertNotification and enableNotificationsWhenActive.

iOS Updates

  • Support iOS 10 media attachments.
  • Launch URL now default to opening in a pop-up webview instead of Safari.
  • Support for iOS 6 dropped, only devices with iOS 7 and newer will register.

Android Updates

  • Fixed Out of Date Google Play services app issues.
    • Devices can now be as old as version 4 of GMS.
  • Added more subscription statuses for Google Play services initialization errors.
  • Badge support for newer Sony launchers and added Huawei launcher support.
  • Setting Android sound name to "null" or "nil" disables the notification's sound.
  • zh-Hant language detection.
  • getTags now correctly returns values on 2nd and following calls.
  • Fixed a number of rare Android crashes
  • Removed used of fallback hardware ids.

This version includes iOS Native SDK 2.1.15 and Android Native SDK 3.3.0.

2.0.2 RC3

04 Oct 23:29
Compare
Choose a tag to compare
Bump to 2.0.2

2.0.1 RC2

04 Oct 23:28
Compare
Choose a tag to compare
Bump to 2.0.1 to deploy to npm

- 2.0.0 was taken by a previous beta test

2.0.0 RC1

04 Oct 23:27
Compare
Choose a tag to compare
Merge fix

1.13.1 Release

15 Aug 21:31
Compare
Choose a tag to compare

Android Fixes

  • Notifications receiver more than 1 week ago will no longer be restored.
  • ConcurrentModificationException fixes.
  • Fixed Indonesian language detection.

1.13.0 Release

08 Jul 03:27
Compare
Choose a tag to compare

Support for background images on Android

1.12.6 Release

24 Jun 22:34
Compare
Choose a tag to compare

Android Fixes - button and rare crash

  • Fixed vary rare ConcurrentModificationException crash.
  • Fixed issue where buttons would not display.
    • 1.12.5 regression bug.