Skip to content

Releases: OneSignal/OneSignal-Android-SDK

4.8.3 Release

08 Nov 21:39
0994a92
Compare
Choose a tag to compare

What's Changed

  • Fix issue which caused groupless notifications to not get cleared if there were at least 4 of them by @emawby in #1647
  • Remove OneSignal gradle plugin from build.gradle files by @brismithers in #1667
    • The OneSignal Gradle Plugin has been deprecated

Full Changelog: 4.8.2...4.8.3

4.8.2 Release

10 Aug 18:16
e119f4d
Compare
Choose a tag to compare

What's Changed

  • Fix crash related to Amazon AppStore SDK in #1621

Full Changelog: 4.8.1...4.8.2

4.8.1 Release

20 Jul 07:09
6f27669
Compare
Choose a tag to compare

What's Changed

  • [Fix] notification permission prompt callback firing when app is foregrounded by @jkasten2 in #1615

Full Changelog: 4.8.0...4.8.1

4.8.0 Release

30 Jun 01:16
fadcee4
Compare
Choose a tag to compare

What's Changed

Added

  • Added Android 13 notification permission prompting. PRs #1586 and #1607
    • New API method OneSignal.promptForPushNotifications(), change your Android targetSdk to 33 and run your app on an Android 13 device to try it out.
    • Notification Prompting via In-App Messaging included in release. (dashboard support coming soon)

Full Changelog: 4.7.4...4.8.0

4.7.4 Release

21 Jun 22:06
6d97259
Compare
Choose a tag to compare

Change

  • After opening a notification with a URL deeplink, the back button will return to the previous Activity by @jkasten2 in #1598

Fixed

  • Set language callback by @tanaynigam in #1593
  • A notification's android ID is not available to OSRemoteNotificationReceivedHandler by @brismithers in #1597
  • FCM register retrying and correct types of errors handling by @jkasten2 in #1599
  • Groupless heads-up style notifications from redisplaying previous by @jkasten2 in #1603

Full Changelog: 4.7.3...4.7.4

4.7.3 Release

18 May 05:54
6b7c6bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.7.2...4.7.3

4.8.0-beta2 Release

11 May 07:57
Compare
Choose a tag to compare
4.8.0-beta2 Release Pre-release
Pre-release

What's New

Added

  • Added Android 13 notification permission prompting by @jkasten2 #1586
    • New API method OneSignal.promptForPushNotifications(), change your Android targetSdk to "Tiramisu" and run your app on an Android 13 device to try it out.

Full Changelog: 4.8.0-beta1...4.8.0-beta2

4.8.0-beta1 Release

11 May 00:15
Compare
Choose a tag to compare
4.8.0-beta1 Release Pre-release
Pre-release

What's New

Fixes

  • Fix Heads-Up Displaying Previous Notification When Grouped on some devices by @jkasten2 in #1578

Full Changelog: 4.7.2...4.8.0-beta1

4.7.2 Release

20 Apr 22:57
d3acf89
Compare
Choose a tag to compare

Release Notes

  • Fix a location update null pointer exception by @tanaynigam in #1565
  • Upgrade Huawei Push Kit to version 6.3.0.304 by @nan-li in #1568
  • Synchronize OneSignalDbHelper and throw the first exception encountered in retries as a speculative fix for SQLiteExceptions by @nan-li in #1567
    • Possible fix for issue #1432
  • Before casting a value to Number, check that it can be, to fix a ClassCastException by @nan-li in #1571

Full Changelog: 4.7.1...4.7.2

4.7.1 Release

08 Apr 22:54
a27c12c
Compare
Choose a tag to compare

Release Notes

  • Fix a rare null pointer exception for outcomeEventsController during SDK initialization by @nan-li in #1539
  • Remove Runtime.getRuntime().exec from OPPO Badge implementation since it can be flagged as an insecure API by some static analysis tools by @jkasten2 in #1557
  • Fix a crash due to Android 12 changes that can happen when tapping on a notification action button by @vincent-paing in #1548
  • Fix the onSuccess callback from being invoked too early when setting email or SMS by @nan-li in #1555
  • Respect duration since last IAM trigger when the app is quit and relaunched by @emawby in #1560

Full Changelog: 4.7.0...4.7.1