-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Update Android & iOS SDKs to v11.1.6 and v11.1.5 #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…sitivity parameter
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
…eIDSmartSelfieCaptureView
…ID Swift module interface verification error
…1.1.6 and 11.1.5; add smile sensitivity parameter
User description
…sitivity parameter
Story: https://app.shortcut.com/smileid/story/xxx
Summary
A few sentences/bullet points about the changes
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.
PR Type
Enhancement
Description
Add
smileSensitivityparameter to Smart Selfie featuresUpdate Android SDK to v11.1.5 and iOS SDK to v11.1.4
Support Normal and Relaxed smile detection sensitivity levels
Apply sensitivity configuration across enrollment, authentication, and capture views
File Walkthrough
18 files
Add mapper function for SmileSensitivity enum conversionAdd smileSensitivity parameter to authentication view managerAdd smileSensitivity parameter to capture view managerAdd smileSensitivity parameter to enrollment view managerPass smileSensitivity to SmartSelfieAuthentication composablePass smileSensitivity to capture content and view modelPass smileSensitivity to SmartSelfieEnrollment composableAdd smileSensitivity property to base SmileIDView classAdd extension method to convert string to SmileSensitivityPass smileSensitivity parameter to authentication screenPass smileSensitivity parameter to capture screenPass smileSensitivity parameter to enrollment screenParse and set smileSensitivity from params in authentication managerParse and set smileSensitivity from params in capture managerParse and set smileSensitivity from params in enrollment managerAdd smileSensitivity published property to product modelSet smileSensitivity to Normal in sample app configurationsAdd SmileSensitivity enum and optional parameter to SmartSelfieRequest2 files
Update iOS SDK dependency to version 11.1.4Update Android SDK version to 11.1.51 files
Document v11.1.3 release with SDK updates and new feature1 files
Bump package version to 11.1.3