- What's Changed
- helper.js: fix ScreenGuardConstants import by @irbisdev in #119
- New Contributors
- @irbisdev made their first contribution in #119
- 🐛 Bugfix
- fix #101 #100 due to color parsing failed + enhance reading hex string with 3 characters (for example
#fff) - fix #102 due to possibly
webpnot supported. - fix #103 due to
BasedReactPackagenot yet implemented on RN 0.73.
- fix #101 #100 due to color parsing failed + enhance reading hex string with 3 characters (for example
- ✨ Feature
- New Architecture supported.
- 🐛 Bugfix
- fix #79 #87 #92
- hot fix release 1.0.8 #97
- Change
- Code refactor
unregister: will not remove screenshot EventListener and screenRecord EventListener. Use explicit removal methods.
- 🐛 Bugfix
- Android: fix
unregisternot working on Android 12+ due to remove SECURE_FLAG on wrong targeted Activity.
- Android: fix
- 🌈 Improvement
- iOS: Improve
deactivatefunction on iOS.
- iOS: Improve
- ✨ Feature
- Added
registerScreenshotEventListenerandregisterScreenRecordingEventListener.
- Added
- Change
registerWithoutScreenguarddeprecated.
- 🌈 Improvement
- Android: Improve frequent crash when app in background.
- 🐛 Bugfix
- Fix warning
NativeEventEmitterappeared several times on Android.
- Fix warning
- 🐛 Bugfix
- fix #32, #24, #29.
- 🐛 Bugfix
- Resolve issue #23: Fix missing imageView on iOS.
- 🌈 Improvement
- iOS: Improve
deactivatefunction on iOS.
- iOS: Improve
- Temporary disabled the protection filter effect
ScreenGuardColorActivityon Android due to input issues.
- Change
- Android: Move enums to package
enums.
- Android: Move enums to package
- 🐛 Bugfix
- Fix TextInput cannot be focused on iOS after screen protector activation.
- Change
- Move
registerWithBlurViewandregisterWithImageto beta version. - Temporary disabled
ScreenGuardColorActivityon Android 12+.
- Move
- Hot fix crash on iOS 16.6.
- Republish due to README not showing on npmjs.
- Bring support of
registerwith background color for Android.
- Add
registerWithBlurView.
- Fix iOS crashes after multiple
registercalls. - Fix iOS background color not registered on first call.
- Fix event callback fire many times after capture.