Skip to content

2.1.0 Release

Choose a tag to compare

@jkasten2 jkasten2 released this 13 Feb 05:18

Simpler customization of open action and misc fixes

  • Now supports application meta-tag 'com.onesignal.NotificationOpened.DEFAULT' with the value 'DISABLE' to turn off the launching of the main Activity.
    • No longer need to create a BroadcastReceiver just to have your NotificationOpenedHandler fire in your Application class.
  • Fixed issue with deleteTag not working when the value is a number.
  • Added a number of checks around tag methods to make them consistent to what the REST API supports.
  • Fixed location warning.
  • Reverted back to Robolectric 3.0 as custom shadows in 3.1 were not working.