summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Drop base language translationsAndrej Mihajlov45-860/+318
2022-05-30Stop key rotation if device is revokedAndrej Mihajlov2-2/+4
2022-05-30TunnelSim: migrate to throwing functionsAndrej Mihajlov1-18/+21
2022-05-30Refactor code to throw errors instead of passing resultAndrej Mihajlov5-60/+69
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov27-1241/+1565
2022-05-30PacketTunnel: use new settings and throw errors instead of passing resultAndrej Mihajlov1-85/+85
2022-05-30Simulator: update tunnel sim to use new settingsAndrej Mihajlov1-6/+8
2022-05-30RelayCacheTracker: switch to throwing errors instead of result typeAndrej Mihajlov1-51/+80
2022-05-30RelayCache.io: switch to throwing errors instead of returning result typeAndrej Mihajlov1-39/+48
2022-05-30RelayCache: throw error from app refresh task and remove .backgroundTaskSched...Andrej Mihajlov3-23/+22
2022-05-30ChainedError: reformat logger extensionAndrej Mihajlov1-9/+20
2022-05-30REST: obsolete old API methodsAndrej Mihajlov1-247/+0
2022-05-30Introduce new settings manager and settings revision (v2)Andrej Mihajlov8-434/+483
2022-05-30Obsolete keychain classesAndrej Mihajlov8-529/+26
2022-05-30Obsolete AccountExpiryAndrej Mihajlov4-69/+40
2022-05-30REST: add aggressive retry strategyAndrej Mihajlov1-2/+5
2022-05-30Notifications: abandon hungarian convention in constantsAndrej Mihajlov2-6/+6
2022-05-30Payments: switch to accounts proxyAndrej Mihajlov1-4/+8
2022-05-26SelectLocation: fix label layout and enable multiline supportAndrej Mihajlov1-1/+7
2022-05-18AddressCacheStore: throw error instead of returning resultAndrej Mihajlov1-92/+104
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov28-603/+602
2022-05-17Accumulate inet checksum into UInt16Andrej Mihajlov1-20/+10
2022-05-17Xcode: update wireguard-apple dependencyAndrej Mihajlov1-1/+1
2022-05-17REST: add authorization providerAndrej Mihajlov5-106/+84
2022-05-17Wire up new REST errorAndrej Mihajlov6-16/+19
2022-05-17REST: add new methodsAndrej Mihajlov3-8/+346
2022-05-17REST: log response statusAndrej Mihajlov1-0/+1
2022-05-17REST: setup logger with metadataAndrej Mihajlov1-18/+9
2022-05-17REST: add request typeAndrej Mihajlov7-161/+286
2022-05-17REST: drop response decoder and introduce response handler resultAndrej Mihajlov11-201/+129
2022-05-17REST: drop custom iso8601 parserAndrej Mihajlov1-30/+1
2022-05-17REST: switch to deployed APIAndrej Mihajlov3-3/+3
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov34-695/+1686
2022-04-29REST: retrieve current endpoint instead of assuming that it stays the sameAndrej Mihajlov1-3/+5
2022-04-29REST: move retry count increment after checking for max retry attemptAndrej Mihajlov1-3/+3
2022-04-29ReplaceKeyOperation: remove unused variableAndrej Mihajlov1-1/+0
2022-04-29ResultOperation: add block based implementationAndrej Mihajlov1-8/+109
2022-04-29AsyncBlockOperation: reset execution block in finish()Andrej Mihajlov1-1/+7
2022-04-29ResultOperation: refactor how finish() is handled to avoid preconditionFailureAndrej Mihajlov1-10/+17
2022-04-29AddressCacheStore: move initialization into separate methodAndrej Mihajlov1-36/+40
2022-04-29Format SendAppStoreReceiptOperation.swiftAndrej Mihajlov1-60/+60
2022-04-29AddressCacheStore: use simple lockAndrej Mihajlov4-74/+61
2022-04-11Improve port selection algorithmAndrej Mihajlov4-10/+53
2022-04-05ResultOperation: mark finish() unavailableAndrej Mihajlov1-0/+1
2022-04-05AppStorePaymentManager: pass completion handler directlyAndrej Mihajlov1-3/+7
2022-04-05Adapt to produce UIBackgroundFetchResult from OperationCompletionAndrej Mihajlov2-10/+20
2022-04-05Drop isTaskCompleted for OperationCompletion<AddressCache.CacheUpdateResult>Andrej Mihajlov1-11/+0
2022-04-05RelayCacheTracker: adopt OperationCompletion.isSuccessAndrej Mihajlov1-6/+1
2022-04-05AddressCacheTracker: adopt OperationCompletion.isSuccessAndrej Mihajlov1-6/+6
2022-04-05TunnelManager: pass OperationCompletion to completion handler of rotatePrivat...Andrej Mihajlov3-55/+55