-
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.
* Reworked Local Storage (#147) * reworked file creation logic * added create info.json file * made create file more abstract * removed whitespace * updated info.json * refactored DocV and EnhancedDocV * refactored BiometricKYC * Update LocalStorage.swift * remove whitespaces * Update SelfieViewModel.swift * added encryption and create prepupload and authentication file * refactored save offline job * fixed return statement * fixed selfie duplication and removed authtoken * fixed pr comments * Added File Manager Helpers (#148) * reworked file creation logic * added create info.json file * made create file more abstract * removed whitespace * updated info.json * refactored DocV and EnhancedDocV * refactored BiometricKYC * Update LocalStorage.swift * remove whitespaces * Update SelfieViewModel.swift * added encryption and create prepupload and authentication file * refactored save offline job * fixed return statement * fixed selfie duplication and removed authtoken * added file manager helper files * fixed pr comments * fixed merge conflicts * Update IdInfo in BiometricKYC (#152) * added update IdInfo in BiometricKYC * Update UploadRequest.swift * Prepare v10.0.10 release * Update Changelog --------- Co-authored-by: Vansh Gandhi <vansh@smileidentity.com> * Move Files from Unsubmitted to Submitted Directories (#149) * reworked file creation logic * added create info.json file * made create file more abstract * removed whitespace * updated info.json * refactored DocV and EnhancedDocV * refactored BiometricKYC * Update LocalStorage.swift * remove whitespaces * Update SelfieViewModel.swift * added encryption and create prepupload and authentication file * refactored save offline job * fixed return statement * fixed selfie duplication and removed authtoken * added file manager helper files * move files from unsubmitted to submitted * Update Podfile.lock * updated move from unsubmitted to submitted directories * fixed pr comments * update error response * Upload Offline Jobs (#151) * reworked file creation logic * made create file more abstract * removed whitespace * updated info.json * move files from unsubmitted to submitted * Update Podfile.lock * updated move from unsubmitted to submitted directories * added upload offline jobs * removed jobStatusResponse * updated jobStatusResponse on docv * reworked offline mode submission * added pr comment * fixed PR comments * Update IdInfo in BiometricKYC (#152) * added update IdInfo in BiometricKYC * Update UploadRequest.swift * Prepare v10.0.10 release * Update Changelog --------- Co-authored-by: Vansh Gandhi <vansh@smileidentity.com> * refactored BiometricKYC * move files from unsubmitted to submitted * Update Podfile.lock * Reworked Local Storage (#147) * reworked file creation logic * added create info.json file * made create file more abstract * removed whitespace * updated info.json * refactored DocV and EnhancedDocV * refactored BiometricKYC * Update LocalStorage.swift * remove whitespaces * Update SelfieViewModel.swift * added encryption and create prepupload and authentication file * refactored save offline job * fixed return statement * fixed selfie duplication and removed authtoken * fixed pr comments * added upload offline jobs * removed jobStatusResponse * reworked offline mode submission * fixed PR comments * rebased and fixed pr comments * remove redeclared funcs * updated offline mode config * added submitJob utility function * refactored image file types * rebase with feat/offline epic * rebase changelog and versions * cleaning up * fixed jsonDecoder * fixed pr comments * cleaning up allFiles to be a let instead of var * Fixed PR comments and cleaned up submitJob * fixed offline upload * Update OrchestratedBiometricKycViewModel.swift * remove test data * fixed move to submitted on http error * catch non smile id errors --------- Co-authored-by: Vansh Gandhi <vansh@smileidentity.com> * Update Offline Message in Orchestrated Screens in Offline State (#161) * updated offline message * added error message on error state * feat: swiftformat * disable open brace lint warning --------- Co-authored-by: JNdhlovu <jndhlovu54@gmail.com> * rebase with main * prepare for release --------- Co-authored-by: Vansh Gandhi <vansh@smileidentity.com> Co-authored-by: JNdhlovu <jndhlovu54@gmail.com>
- Loading branch information
1 parent
224407a
commit a1b487f
Showing
24 changed files
with
713 additions
and
417 deletions.
There are no files selected for viewing
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
11 changes: 4 additions & 7 deletions
11
Sources/SmileID/Classes/BiometricKYC/BiometricKycResultDelegate.swift
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.