Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Graph
bff37c4d21fa207a281b9d0eeaa5847ec2597664
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
May
24
20
19
18
13
12
11
10
9
7
6
5
4
3
27
Apr
26
25
22
21
20
19
18
22
Mar
16
15
14
10
2
12
Feb
10
9
4
3
2
29
Jan
25
19
12
8
22
Dec
15
12
11
10
9
8
5
2
24
Nov
17
16
11
10
9
7
5
4
3
2
26
Oct
23
21
20
19
13
9
8
7
6
5
2
1
Add fake safari view controller and use it in payment provider tests.
Merge pull request #175 from Shopify/task/154-cleanup-applepay-helpers
Redeclare checkout property in private interface
Add shop name to stubbed response
use BUYAssert instead of NSParameterAssert
Add assertion and update copyright header
Remove all uses of checkout setter
Remove checkout property
Add missing import to tests
@class after improts
Update class header and remove readwrite property redeclerations
Shorten apple pay auth delegate naming
Rename class BUYApplePayHelpers -> BUYApplePayPaymentControllerDelegate
move model manager into separate category
remove redundant methods
make shop required for instantiation
Merge pull request #169 from Shopify/task/payment-provider-refactor
Merge pull request #173 from Shopify/task/move-classes-into-sample-apps
BUYPaymentButton -> PaymentButton
remove BUY prefix from utility classes
remove utility classes which were duplicated in /Library, remove duplicate payment button class
Delete duplicate utils classes, move Product View code into proper folder
Revert "Adds deleted controllers to sample apps"
Adds deleted controllers to sample apps
Update tests
Merge pull request #172 from Shopify/task/remove-remaining-viewcontrollers
Removes leftover view controllers
Fix nullability
Merge payment provider delegate error messages
Make checkout error mapping more robust.
Merge pull request #170 from Shopify/task/add-core-data-configurations
Merge pull request #165 from Shopify/feature/refactor-routing
Adds new configurations
Move BUYCollectionSort enum into storefront category file.
Rename routeFor to urlFor.
Fix duplicate BUYClient+Checkout categories.
Add BUYClient+Routing tests.
Move BUYAuthenticatedResponse into separate file.
Remove unnecessary interface declaration.
Remove unused imports, cleanup macro definitions, various cleanup.