@@ -5,6 +5,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ## [ 5.1.15]
9+ ### Changed
10+ - Updated included Android SDK from 5.1.31 to [ 5.1.37] ( https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.37 )
11+ - [ Fix] IAM not shown when calling login immediately after init
12+ - [ Fix] IAM now showing after switching to 3-button-navigation mode
13+ - [ Fix] very rare bug where app doesn't opening from notification tap when it cold starts the app
14+ - [ Fix] NPE when accessing WindowInsets used in isKeyboardUp()
15+ - [ Fix] NotificationOpenedActivity "freeze" when a large amount of notification is clicked
16+ - [ Fix] Crash when adding alias with some labels
17+ - [ Fix] Crashes with Amazon IAP tracking by dropping support for this
18+ - [ Fix] Push subscription observers not firing
19+ - [ Fix] Handle in-app messages dismissed by back press
20+ - [ Fix] Android 7 and lower crashes with getParameterCount calls
21+ - [ Fix] Logout incorrectly uses the old subscription ID
22+ - [ Fix] NPE in PermissionsActivity
23+ - [ Fix] Fix parsing subscriptions from server, and improve handling of deleted push subscriptions
24+ - [ Fix] Multiple create subscription operations exist without token
25+ - [ Fix] Finishing the activity on main thread when a notification is opened
26+ - [ Feature] Adds the following new public methods (#2311 ):
27+ - OneSignal.Debug.addLogListener
28+ - OneSignal.Debug.removeLogListener
29+ - For full changes, see the [ native release notes] ( https://github.com/OneSignal/OneSignal-Android-SDK/releases )
30+ - Updated included iOS SDK from 5.2.10 to [ 5.2.14] ( https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.14 )
31+ - [ Fix] Synchronize to fix crashes in the user module
32+ - [ Fix] Prevent deadlocks when user manager runs its startup tasks
33+ - [ Fix] Bug when notification has badge set to zero
34+ - [ Fix] drop deprecated applicationIconBadgeNumber usage
35+ - [ Improvement] Ensure push tokens are registered for existing Live Activities during setup
36+ - For full changes, see the [ native release notes] ( https://github.com/OneSignal/OneSignal-iOS-SDK/releases )
837## [ 5.1.14]
938### Changed
1039- [ Fix] Missing .meta Android Migration files Unity editor error
0 commit comments