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