summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AddressCacheTracker
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-2/+2
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-6/+6
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-5/+5
Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void
2023-05-03Fix CI issuesAndrej Mihajlov1-2/+2
2023-05-03Adapt codebase to use cancellable initializerAndrej Mihajlov1-6/+2
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+191
Fixes IOS-10