Skip to content

2.1.2 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 29 Feb 19:42

Fixes to deleteTags, getTags, postNotification, and REST calls

  • Fixed bug where launch URLs were not opening on a closed app state when OneSignal init was called outside of the Application class.
  • Fixed bug where deleting multiple already sync tags after sync would print a null error and local sync state would not save.
  • Notification shade now closes when tapping on a notification action button when the app is infocus.
  • Now checks for "errors" key and fires onFailure correctly in postNotification.
  • getTags no longer throws null exception if called before OneSignal init is called.
  • Improved non 200 OK response handling in the REST Client.
  • Robolectric tests are now runnable from the command line / terminal and execute much faster.