Skip to content

3.8.2 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 13 Mar 02:06

SyncService ANR & Other Misc fixes

  • Fixed ANRs related to OneSignal SyncService.
  • Possible fix to Bad Notification: Couldn't expand RemoteViews error. Issue #263
    • Please provide detail to Issue #263 if this resolved or left this issue unaffected.
  • Fixed NotificationRestoreService wake lock. Issue #448
  • App name is no longer defaulted as the notification title if one is not set on Android 7 (Nougat)+
    • Notification views / groups now always show the app the notification came from now.
  • Deprecated syncHashedEmail in favor of setEmail
  • Fixed null email state after app restart
  • Removed open and received handler requirement for Firebase Analytics tracking. Issue #454
  • Fixed null alert handling with displayNotification from a NotificationExtensionService. Issue #396
  • Fixed NPE in OneSignalStateSynchronizer. Issue #434