summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Operations/PresentAlertOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Coordinate alert presentation by integrating it into routing systemJon Petersson1-59/+0
2023-06-19Fix callback calling at handlersMojgan1-2/+2
2023-06-08Create custom alert dialogsJon Petersson1-22/+9
2022-10-20Move REST into separate frameworksajacl1-0/+72
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-71/+0
2022-08-03Format source code with swiftformatAndrej Mihajlov1-6/+10
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov1-33/+18
2021-09-30Operations: let operation subclasses handle early cancellation within main()Andrej Mihajlov1-3/+8
2021-09-15AlertPresenter: refactorAndrej Mihajlov1-0/+77