Skip to content

Releases: OneSignal/OneSignal-Android-SDK

5.1.28

04 Feb 23:50
1cb2953
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix: Anonymous Login request not cleared if app is forced close within 5 seconds on a new install (#2251)

🔧 Maintenance

  • V4 to v5 upgrade will migrate app ID for wrapper SDKs (#2244)
  • [ci] update actions to v4 (#2250)

Release 5.1.27

28 Jan 21:59
dd74c18
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix: incorrect activity path for NotificationOpenedActivityHMS (#2243)

5.1.26

17 Dec 00:50
9c01a40
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix ANR caused by operationRepo.enqueue while loading is in progress (#2233)
  • Fix: Check subscription Id before executing delete and update subscription operations (#2223)

Release 5.2.0-beta-02

22 Nov 19:44
f4a9356
Compare
Choose a tag to compare
Release 5.2.0-beta-02 Pre-release
Pre-release

🎉 Identity Verification Support
This beta release introduces Identity Verification support for the Android user model SDK.

To get started with using Identity Verification, please contact [email protected] to enable this feature for your app. Please see documentation on Identity Verification.

We appreciate your experience and feedback using this beta version!

🚧 Beta release. Please test thoroughly prior to production use 🚧
It is recommended to test this beta version with a new Android and ios app, as Identity Verification is not yet supported on the OneSignal Web SDKs. Enabling Identity Verification in the dashboard will affect all existing app installations using the OneSignal user model SDKs. Please test thoroughly prior to production use, and reach out with any questions, feedback, or concerns.

⛔️ Limitations and Known Issues
While emails and sms numbers can be added using the SDK, removing them is not yet supported.
Live Activities is not yet supported.

5.1.25

14 Nov 21:29
3b7e5d6
Compare
Choose a tag to compare

🐛 Bug Fixes

  • [Fix] NPE by getScheduleBackgroundRunIn (#2212)

5.1.24

05 Nov 01:12
4f0191f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix setting consentGiven throwing if called before initWithContext (#2200)
  • Window manager BadTokenException / WindowLeaked (#2208)

✨ Improvements

  • Make use of ryw_delay to minimize retries on IAM fetch (#2207)

5.1.23

01 Oct 19:02
edcf734
Compare
Choose a tag to compare

✨ Improvements

  • Read-Your-Write Consistency (#2168)

5.1.22

27 Sep 20:28
7e68c1d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Pausing IAMs dismisses any currently showing IAM (#2191)

Release 5.1.21

05 Sep 19:25
b03d5f5
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix ending an already ended session (#2185)
  • Fix Permissions returned by onRequestPermissionResult is empty (#2180)
  • Fix Keyboard input in HTML In App Messagess (#2187)

5.1.20

12 Aug 23:55
54ab98e
Compare
Choose a tag to compare

🔧 Recover

  • This release contains a clean assembly that resolves the "No Static Method Found" issue caused by a faulty assembly during the publish of Release 5.1.19.

🐛 Bug Fixes

  • Recover null onesignal ID crashes for Operations (#2157)
  • Prevent retrying IAM display if 410 is received from backend (#2158)

✨ Improvements

  • Optimized the initialization process by moving some service initialization to a background thread (#2151)
  • Add option to default to HMS over FCM (#2163)