Skip to content

3.11.2 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 05 Aug 21:37
e648db1

Android N groups, NPE userPrivacyConsent, Samsung 100 jobs Fixes🔨

  • On Android N (7.0)+ devices when 4 or more notifications are shown tapping on the group is now handled
    • Issue was related to Android's auto grouping feature.
    • Now counts the most recent notification in the group being opened when the summary notification is tapped.
    • Issue #666 and PR #782
  • Fix NPE errors when app is resumed when setRequiresUserPrivacyConsent(true) is set
  • Fixed "App may not schedule more than 100 distinct jobs" error, mostly affecting Samsung devices in rare cases