Releases: OneSignal/OneSignal-Android-SDK
Release 5.0.0-beta2
In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
For information please see the migration guide.
What's Changed Since beta1
- [User Model] Make
sdkVersion
in OneSignalWrapper settable. by @brismithers in #1733 - [User Model] Expose
INotification.rawPayload
by @brismithers in #1736 - Release 5.0.0-beta2 by @brismithers in #1737
Full Changelog: 5.0.0-beta1...5.0.0-beta2
Release 5.0.0-beta1
In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
For information please see the migration guide.
5.0.0-alpha1
In this major version alpha release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
For information please see the migration guide.
4.8.4 Release
4.8.3 Release
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
4.8.1 Release
What's Changed
Full Changelog: 4.8.0...4.8.1
4.8.0 Release
What's Changed
Added
- Added Android 13 notification permission prompting. PRs #1586 and #1607
- New API method
OneSignal.promptForPushNotifications()
, change your AndroidtargetSdk
to33
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)
- New API method
Full Changelog: 4.7.4...4.8.0
4.7.4 Release
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
What's Changed
- [Fix] Heads-Up Displaying Previous Notification When Grouped on some devices by @jkasten2 in #1578
- [Change] Notification Activity Trampoline forward instead of reverse by @jkasten2 in #1581
- [Fix] Network Delayed Activity Trampoline by @jkasten2 in #1583
- [Fix] crash when
$
sign is in external user ID by @nan-li in #1589 - [Fix] NPE: use a getter for the current UserState by @nan-li in #1590
Full Changelog: 4.7.2...4.7.3