- [fix][android] scheduled notification issues
- [breaking] Acr.Notifications => Plugin.Notifications
- [breaking] Most methods are now async to deal with iOS' need to have notifications run on the main thread
- [feature] package is now NET standard 1.0 compliant
- [feature] ability to set your own identifier
- [feature] get list of scheduled notifications
- [feature] sound manage is 100x easier now. explained in readme
- [feature] macOS support
- [fix][ios] alert title not set properly
- [fix][uwp] issue with notification id not incrementing
- nuget package updates
- [fix][uwp] scheduled notifications with id are fixed
- [breaking] Notifications.Instance is now CrossNotifications.Current
- [breaking] WP8+ and Win8 are gone for good
- allow json.net 10 updates
- [feature][uwp] UWP has arrived
- [feature][droid] now has appicon badges thanks to neurospeech ShortcutBadger bindings!
- [feature][droid] request for vibrate on notification (not supported on other platforms)
- [droid] loosening up support lib requirement
- [droid][fix] remove dependency on resources and allow for updates to support libs
- [update] update nuget packages
- [droid][fix] scheduled notifications
- [droid][fix] cancel all scheduled notifications
- [droid][fix] launches main activity
- [droid][feature] NotificationsImpl.AppIconResourceId = your resourceId for the small icon
- [pcl] update json.net
- [breaking] remove context menus - they just didn't live up to the hype
- [ios][fix] fix crash with messageID
- [ios][feature] notification actions (coming soon to android)
- [android][fix] more scheduling issues fixed on android
- [android] fix scheduled notifications
- [pcl] default sound and title for notifications
- [pcl] improved interface
- [android] Sounds have been added
- [feature] Ability to cancel specific notifications (Send returns a notification ID)
- Initial Release