All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [Android] Fixed issue with notifications not working on Android Oreo/8.0+ by adding a default "general" notification channel to notifications
- [Android] Min Android API level supported by this plugin is now 11
- Added support for macOS
- Updated PCL libs to .NET Standard 1.0 libs
- Removed support for Windows Phone and WinRT
- [iOS] Added support for iOS 10+ (UserNotifications framework)
- [iOS] Fixed bug with notification title display for iOS 9 and older
- [Android] Added auto cancel when tapped
- [Android] Fixed issue with serializing scheduled notifications
- [Android] Updated to launch main Activity
- [Android] Updated to use
NotificationCompat
andNotificationManagerCompat
- Added ability to schedule and cancel notifications
- [iOS] Fixed issue with
NSDate
casting
- Added documentation
- Initial release