-
Notifications
You must be signed in to change notification settings - Fork 135
Style card scanning screen #2063
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
Merged
atmamont
merged 28 commits into
COIOS-826_OCR_feature
from
feature/OCR-add-cancel-button
Mar 27, 2025
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
42a6f76
Add Cancel button and title to card scanning screen navigation bar
atmamont 8a0ac0b
Code cleanup
atmamont 1da6587
Use variable instead of init parameter for Card scanner screen title
atmamont cc8f01c
Add tests for CardScannerController
atmamont 0ae27a2
Merge branch 'COIOS-826_OCR_feature' into feature/OCR-add-cancel-button
atmamont 32f65bf
Fix the no-framework-available version
atmamont a48c79f
Merge branch 'COIOS-826_OCR_feature' of github.com:Adyen/adyen-ios in…
atmamont 5f13795
Add integration tests, accomodate scanned card data type change
atmamont 1224f08
Increase debug output level for xcodebuild
atmamont 893cd08
Remove xcpretty verbose flag
atmamont 725f2e8
Increase failing test timeout (it passes locally)
atmamont a1c6cf2
Merge branch 'COIOS-826_OCR_feature' into feature/OCR-add-cancel-button
nauaros 980a37c
Increase failing test timeout
atmamont 335cb07
Replace setupRootViewController with loadViewIfNeeded
atmamont 8f121e0
Switch another failing test to loadViewIfNeeded
atmamont 08ab48a
Use loadViewIfNeeded in all other cashappcomponent tests
atmamont 044b4e9
Experiment: increase waiting time for root view controller to setup
atmamont 07fc27e
Wrap scanner tests in ifCanImport statement
atmamont e55a966
Use loadViewIfNeeded in DocumentComponentTests
atmamont 45ae7b0
Adjust DokuCOmponentTests
atmamont 6e57e90
Remove state from CardScannerControllerTests
atmamont ef4eeae
Add missing scope
atmamont f2a7c7b
Merge branch 'feature/OCR-add-cancel-button' of github.com:Adyen/adye…
atmamont 70df08a
Add conditional check for library import
atmamont d84845e
Update adyen-networking version in Cartfile
atmamont 497cc6c
Apply swiftformat
atmamont 8e033ae
Remove linked frameworks for test target
atmamont 030f78e
Merge branch 'COIOS-826_OCR_feature' into feature/OCR-add-cancel-button
atmamont File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| github "adyen/adyen-3ds2-ios" == 2.4.2 | ||
| github "adyen/adyen-networking-ios" == 2.0.0 | ||
| github "adyen/adyen-networking-ios" == 3.0.1 | ||
| github "adyen/adyen-wechatpay-ios" == 2.1.0 | ||
| github "adyen/adyen-authentication-ios" == 3.1.0 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.