summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
2022-11-28Add OperationCompletion.get() helperAndrej Mihajlov2-34/+25
2022-11-28Store last used account in MigrationFromV1ToV2Andrej Mihajlov2-13/+12
2022-11-28Remove empty whitespaceAndrej Mihajlov1-2/+0
2022-11-28Add missing returnAndrej Mihajlov1-1/+1
2022-11-28Pass access group to KeychainSettingsStoreAndrej Mihajlov2-9/+12
2022-11-23Add version and migration to settings.sajacl12-423/+653
2022-11-21Update API ipAndrej Mihajlov1-1/+1
2022-11-17REST: replace transport registry with transport provider closureAndrej Mihajlov8-65/+34
2022-11-09Remove unnecessary .unlock()Andrej Mihajlov1-2/+0
2022-11-09PacketTunnel: fix error messageAndrej Mihajlov1-1/+1
2022-11-09Remove shared instancesAndrej Mihajlov18-153/+231
2022-11-09Expose relay selector via interactorAndrej Mihajlov4-14/+22
2022-11-08Trim down on extension galoreAndrej Mihajlov3-83/+56
2022-11-08Set ResultOperation generic typesAndrej Mihajlov1-1/+4
2022-11-08Merge guts of StoreReceipt into SendStoreReceiptOperationAndrej Mihajlov4-191/+96
2022-11-08Payments: reduce code duplication when calling observersAndrej Mihajlov1-34/+26
2022-11-08Payments: move account validation into operation, add background observerAndrej Mihajlov1-37/+47
2022-11-08Update table for StorePaymentManagerErrorAndrej Mihajlov1-8/+8
2022-11-07Check if device revoked or time expired after couple of failed attemptssajacl5-3/+261
2022-11-07Add testsAndrej Mihajlov4-0/+224
2022-11-07Remove unused importAndrej Mihajlov1-1/+0
2022-11-07Update changelogAndrej Mihajlov1-0/+1
2022-11-07Fix header in ServerRelaysResponseAndrej Mihajlov1-1/+1
2022-11-07Add URLSessionTransport into REST namespaceAndrej Mihajlov2-17/+19
2022-11-07Add exponential backoff with jitterAndrej Mihajlov6-15/+222
2022-11-07Move FixedWidthInteger arithmetics to MullvadTypesAndrej Mihajlov3-9/+8
2022-11-03Add settings interactor factoryAndrej Mihajlov4-12/+78
2022-11-03Add settings interactorAndrej Mihajlov4-29/+54
2022-11-03Add preferences interactorAndrej Mihajlov3-33/+46
2022-11-03Add account interactorAndrej Mihajlov3-70/+139
2022-11-03Add problem report interactorAndrej Mihajlov3-33/+85
2022-11-02Fix case in ObjCBridgingHeader.hAndrej Mihajlov1-2/+2
2022-11-02Fix compiler error when running on older XcodeAndrej Mihajlov1-1/+1
2022-11-02SimulatorTunnelProviderHost: accept instance of RelayCacheTrackerAndrej Mihajlov2-3/+11
2022-11-02Refactor out of time controller and add interactorAndrej Mihajlov4-218/+261
2022-11-02PacketTunnelTransport: accept tunnel manager instanceAndrej Mihajlov2-7/+19
2022-11-02Add revoked device interactorAndrej Mihajlov4-31/+59
2022-11-01Intents: accept tunnel manager instanceAndrej Mihajlov2-8/+24
2022-11-01Add TunnelBlockObserverAndrej Mihajlov2-0/+64
2022-11-01Move CustomOverlayRenderer into separate fileAndrej Mihajlov3-8/+21
2022-11-01Add connect interactorAndrej Mihajlov4-36/+87
2022-10-31Patch ProductStateAndrej Mihajlov1-1/+1
2022-10-31Add temporary AddressCache.sharedAndrej Mihajlov3-0/+19
2022-10-31AddressCache: add read-only modeAndrej Mihajlov1-125/+173
2022-10-31Move background tasks and other app wide routine handling into AppDelegateAndrej Mihajlov2-18/+46
2022-10-31Extract PaymentState and ProductState typesAndrej Mihajlov5-156/+103
2022-10-31Adapt view controllers to new StorePaymentManagerAndrej Mihajlov5-104/+76
2022-10-31Add temporary StorePaymentManager.sharedAndrej Mihajlov1-0/+7
2022-10-31Introduce StorePaymentEvent to pass payment related data.Andrej Mihajlov12-214/+293
2022-10-31Remove window factoryAndrej Mihajlov1-71/+35