Skip to content
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

chore: Added 2-step address lookup #1407

Merged
merged 39 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e6b7e0f
chore: Added 2-step address lookup
goergisn Oct 6, 2023
1529059
Adding documentation
goergisn Oct 6, 2023
8d0d1c3
Refactoring/cleaning up
goergisn Oct 6, 2023
618aef4
Merge branch 'list-item-loading' into advanced-address-lookup
goergisn Oct 6, 2023
08b44eb
Merge branch 'list-item-loading' into advanced-address-lookup
goergisn Oct 9, 2023
a18f2ae
Refactoring
goergisn Oct 11, 2023
fbbba81
Removing Demo files from spell checking
goergisn Oct 11, 2023
d0b7e45
Fixing tests
goergisn Oct 12, 2023
7edb352
Better documentation
goergisn Oct 12, 2023
ecb5e0e
Importing UIKit
goergisn Oct 12, 2023
b957c62
Fixed project config
goergisn Oct 12, 2023
bac832c
Update AddressLookupViewControllerTests.swift
goergisn Oct 12, 2023
649d7c7
Added type annotation to reduce warnings
goergisn Oct 13, 2023
caa0c2a
Refactoring for troubleshooting
goergisn Oct 13, 2023
489c19e
Update spell-check-excluded-files-list
goergisn Oct 13, 2023
7ec65db
adding mapkit to allow list
goergisn Oct 13, 2023
0aecba8
Update CardComponentSettingsView.swift
goergisn Oct 13, 2023
8c2d45e
Update AddressLookupViewControllerTests.swift
goergisn Oct 13, 2023
a649f0f
Helping the compiler out
goergisn Oct 13, 2023
bf43aca
temporarily deactivating one test
goergisn Oct 13, 2023
71dbc1b
Update AddressLookupViewControllerTests.swift
goergisn Oct 13, 2023
53ff564
What is going on
goergisn Oct 13, 2023
90204b4
Small steps
goergisn Oct 13, 2023
7c03326
Update AddressLookupViewControllerTests.swift
goergisn Oct 13, 2023
dd80180
Is it the selection handler access
goergisn Oct 13, 2023
7a53fac
Update AddressLookupViewControllerTests.swift
goergisn Oct 13, 2023
6444456
Update AddressLookupViewControllerTests.swift
goergisn Oct 13, 2023
652333a
Update ListItem.swift
goergisn Oct 13, 2023
ef26253
Merge branch 'list-item-loading' into advanced-address-lookup
goergisn Oct 13, 2023
9877f80
Merge conflicts
goergisn Oct 13, 2023
18ab031
Merge branch 'list-item-loading' into advanced-address-lookup
goergisn Oct 16, 2023
cda066d
Merge branch 'list-item-loading' into advanced-address-lookup
goergisn Oct 16, 2023
334d2b9
Merge branch 'develop' into advanced-address-lookup
goergisn Oct 17, 2023
1ff5d07
Adding documentation
goergisn Oct 19, 2023
c38ed10
Small renaming
goergisn Oct 24, 2023
1f66e87
Update AddressLookupViewControllerTests.swift
goergisn Oct 24, 2023
416de22
Merge branch 'develop' into advanced-address-lookup
goergisn Oct 30, 2023
e7f924f
Merge branch 'develop' into advanced-address-lookup
goergisn Oct 31, 2023
d577a19
Merge branch 'develop' into advanced-address-lookup
goergisn Nov 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spell-check-excluded-files-list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Adyen/Utilities/External/AllRegions.swift
Adyen/Core/Payment Methods/Abstract/PaymentMethodType.swift
Adyen/Core/Models/CardType.swift
Demo/Common/IntegrationExamples/AddressLookupProvider.swift
goergisn marked this conversation as resolved.
Show resolved Hide resolved
Demo/*
Tests/*
UITests/*
Loading