summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/DeviceManagementViewController.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Add coordinators and app routerAndrej Mihajlov1-270/+0
Fixes IOS-10
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-12/+13
Error is set to OperationError.cancelled if operation is cancelled.
2022-12-20Changed logout device `x` text.sajacl1-1/+1
2022-10-20Move REST into separate frameworksajacl1-0/+1
2022-10-13Add MullvadTypes and MullvadLogging targetsAndrej Mihajlov1-1/+1
2022-09-29Fix scroll view bug in device managementSajad Vishkai1-18/+5
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-09-26Replace ChainedError with WrappingErrorAndrej Mihajlov1-1/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-5/+8
2022-08-02Add device managementAndrej Mihajlov1-0/+277