-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* decouple selfieviewmodel from livenesscheckmanager * improve object references so to prevent retain cycles. * write custom encoding function for failure reason, replace forced failure with failure reason enum. append failure reason data to multipart form request body. * check that submission task is nil before assigning it. * remove unnecessary comment * feat: update changelog (#254) * feat: update changelog * chore: lint fix * fix wrong version set for fingerprintjs package and dependency name causing spm not to resolve (#257) * added autoassign to workflow (#259) * added autoassign to workflow * added autoassign to workflow/fix * pod install * add beta tag to strict mode products. add a cancel toolbar button to all product screens. remove cancel button from liveness instructions screen. * use a different multiplier for checking face bounds for selfie and liveness capture hide liveness progress if face is not valid. * bump build number and add haptic feedback to selfie capture. * reduce luminance threshold lowerbound * reduce luminace threshold lower bound * introduce a function to flip the selfie image for preview during submission. * reduce head turn thresholds * remove brightness check from selfie capture v2 * adjust screen brightness for selfie capture screen v2 * Chore(deps): bump rexml from 3.3.6 to 3.3.9 (#249) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JNdhlovu <[email protected]> Co-authored-by: Tobi Omotayo <[email protected]> * bump version number. * replace selfie quality check with vision face quality in face detector and face validator. * reset the submission task when there is a response or error. * improve publisher reference for legacy selfie view model. * use weak reference in legacy selfie view model to prevent retain cycle. * introduce a backport of StateObject into sdk helpers * disable idle timer when capturing selfie and enable it back when dismissed. * use a backport of stateobject in selfie capture screen. * bump build number. * restore brightness check * check orientation before analyzing camera frames. * add a did cancel delegate method to selfie result delegate. * Chore(deps): bump slackapi/slack-github-action (#260) * add property to set camera name in camera manager. implement fallback for pre-ios 15 devices. add didCancel endpoint to smart selfie result delegate. * use uniqueID for cameraname. add a delay when capturing random liveness images during timeout. * import new typeface DMSans and define a model to manage its fonts and styles. * add face not within frame case to face bounds state. * remove overlay from face bounding area. introduce new version of animations. * code formatting. * correct instructions typo. * change new smart selfie products name. disable lint checks for backport files. code formatting. * rename smart selfie v2 to enhanced * pod install. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: JNdhlovu <[email protected]> Co-authored-by: Davina Anthony <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e7e1069
commit 26a110f
Showing
43 changed files
with
718 additions
and
282 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.