Releases: Antonz0/unity-unified-notifications
Releases · Antonz0/unity-unified-notifications
0.3-beta
- Android/LocalNotifications: fixed Category marshalling.
- UnifiedNotifications: fixed extension creation failing on LocalNotification object.
- Android Java backend: Fixed (hopefully) an issue with OnReceive() not always able to get Serializable extra from Intent (frequently happens on Android 7 but on others too). It seems there is an issue with this approach, you can read more here: http://stackoverflow.com/a/39209699
As a workaround, I'll package Serializable object into byte array first, and then put it as is.
0.2-alpha
- UnifiedNotifications: Forgot to made API functions public. ;-)
- Moved NotificationTest into LocalNotifications/Examples folder.
- Improved handling of custom sounds, lights and vibration patterns: you can just enable any of it and default sound, lights settings or vibration pattern will be used. Or you can further customize any of it.