Implemented enhancements:
- Added the
ThrowErrorsproperty to allow users to catch exceptions with the new error handling implementation. - Added better hooks, error handling and logging.
- Added support for Windows 10 Version 2004 and above.
- Applied code improvements to the library.
- Updated sample project.
- Changed CHANGELOG date format to ISO 8601
(yyyy-MM-dd).
Fixed bugs:
Fixed bugs:
- Fixed a bug that prevented samples projects from compiling.
- Fixed package build to properly include Windows platform.
Implemented enhancements:
- Removed .Net7 and added .Net9 support to all platforms.
- Applied code improvements to the library and the sample projects.
- Updated sample projects to .Net9.
Fixed bugs:
- Fixed issue where blur protection was not being disabled.
Implemented enhancements:
- Added
Blazorsample to showcase the implementation of this plugin. - Added
IsProtectionEnabledproperty to check if screen protection is already enabled or disabled. - Added
ScreenCapturedevent handler, which triggers notifications when a screenshot is taken or the screen is recorded. - Added plugin initialization.
- Updated sample projects with new implementations.
Fixed bugs:
- Implemented a new screenshot prevention method for iOS 17+.
- Fixed
GetWindowmethod on iOS. - Merged #39: Bug iOS on Blur PR by fabien367.
Implemented enhancements:
- Added
Blazorsample to showcase the implementation of this plugin. - Added
IsProtectionEnabledproperty to check if screen protection is already enabled or disabled.
Fixed bugs:
- Implemented a new screenshot prevention method for iOS 17.
- Fixed
GetWindowmethod on iOS.
Implemented enhancements:
- Removed .Net6 and added .Net8 support to all platforms.
- Added general code improvements.
Fixed bugs:
- Merged #22: iOS 17 fix PR by Gogzs.- Fixed screenshot not working on iOS 17+ issue, by changing the screenshot protection implementation, now a blank white or black (depending on the current OS theme) is added before taking the screenshot to cover the screen content.
Breaking changes:
- All methods marked as obsolete were removed.
Implemented enhancements:
- Added .net6 and .net7 targets.
Breaking changes:
- All methods from the previous version were marked obsolete and will be removed in the next stable release.
Implemented enhancements:
- Added Windows support.
- Added screenshot prevention for iOS.
- Added unified endpoints to be used on all platforms without preprocessing directives.
- Added .Net6 support to all platforms.
Fixed bugs:
- Fixed Android thread exception: #6 Exception: Only the original thread that created a view hierarchy can touch its views
- Blur screen protection not working properly due to interference with screenshot protection.
- Failed to disable and re-enable the protections due to an iOS layer issue in the screenshot protection.
Implemented enhancements:
- Added .Net6 support to all platforms.
Fixed bugs:
- Blur screen protection not working properly due to interference with screenshot protection.
- Failed to disable and re-enable the protections due to an iOS layer issue in the screenshot protection.
Implemented enhancements:
- Added unified endpoints to be used on all platforms without preprocessing directives.
- Renamed
IOSWindowsHelpertoIOSHelperand added theGetCurrentThememethod. - Created
StringsExtensionshelper on iOS to validate strings using regular expressions. - Created new class name
ScreenProtectionOptionsthat will be used as parameter on the new unified api.
Implemented enhancements:
- Added ErrorsHandler class to avoid repeated code.
- Improved Android code by:
- Unifying the methods.
- Implementing SetRecentsScreenshotEnabled method for Android 13 and above.
- Implementing new ErrorsHandler.
- Improved Windows code by:
- Unifying the methods.
- Implementing new ErrorsHandler.
- Improved iOS code by:
- Splitting each protection.
- Added improvements to overall code and performance.
- Implementing new ErrorsHandler.
Implemented enhancements:
- Added screenshot prevention for iOS
Fixed bugs:
- Fixed Android thread exception: #6 Exception: Only the original thread that created a view hierarchy can touch its views
Implemented enhancements:
- Added Windows support