- Upgrade to CurrentActivity 2.0
- iOS cleanup issues with sensor (better support for ios 11)
- Android: Fix edgecase when permission is inserted twice into returned dictionary
- Andriod: If setting target < M will return proper permissions when checked.
- Add MediaLibrary permission for iOS's MPMediaLibrary
- Add LocationAlways & LocationWhenInUse permissions for iOS to directly ask
- Fix some issues with locking on iOS
- Re-target .NET Standard
- Dependent on Android 25.3.1 Support Libraries
- Add microphone permission
- Initial UWP permissions
- Use 23.3.0 Android Support Library
- Fix issue for Windows Config
- Fix for checking photos permission on iOS #192
- Fix odd instance where can't check manifest because current activity is null, now use application context.
- If Activity is null when requesting then go ahead and return list of unknown permissions
- Fix for #169, odd freeze for certain iOS permissions when requesting a second time in a denied state.
- Remove help file, but add readme.txt
- Fix odd edgecase in Android for nothing in Manifest.
- Use Context instead of Activity when checking permisson if we can.
- Change to params of permissions when requesting permissions.