Skip to content

Releases: Antonz0/unity-unified-notifications

0.3-beta

23 Mar 13:13
Compare
Choose a tag to compare
0.3-beta Pre-release
Pre-release
  • 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

28 Feb 11:21
Compare
Choose a tag to compare
0.2-alpha Pre-release
Pre-release
  • 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.

0.1-alpha

27 Feb 12:07
Compare
Choose a tag to compare
0.1-alpha Pre-release
Pre-release
  • New Android Local Notifications API
  • First 'Unified Notifications' API draft (common umbrella API for Unity built-in iOS Notifications and our Android Local Notifications).