Basic implementation of a widget.
- You could show a widget, enter passcode and validate it.
- Added
isValidCallback
to help you handle success scenario.isValidCallback
will be invoked after passcode screen will pop.
- Added configurable background and title color.
- Added
cancelCallback
to react when user cancelled widget
- Provide widget instead of string for title
- Fixed digits layout
- Added flexibility to configure 'Cancel' and 'Delete' buttons as widgets
- Added flexibility to provide digits as list of strings for better customisation
- Removed navigation as default action when cancel pressed
- Add landscape view for the passcode screen
- Add dynamic size for landscape view.
- Moved 'Cancel' button to the bottom of the screen to align with iOS Native Passcode Screen style.
- Example updated to target Android 11
- Fixed Issue#23
- Fixed an issue with example build
- Example updated to show how to implement 'Reset passcode' feature