summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ProblemReportViewController.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Add coordinators and app routerAndrej Mihajlov1-722/+0
Fixes IOS-10
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-4/+1
Error is set to OperationError.cancelled if operation is cancelled.
2023-01-20Drop custom navigation controllerAndrej Mihajlov1-21/+16
Removes redundant ConditionalNavigation protocol that is not used for anything more than disabling pop gesture in problem reports when editing. Pop gesture can be disabled directly from within problem report view controller.
2022-11-03Add problem report interactorAndrej Mihajlov1-33/+17
2022-10-20Move REST into separate frameworksajacl1-0/+1
2022-10-11Fix formatting and remove unused filesAndrej Mihajlov1-1/+2
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-09-26Updated ProblemReportViewController.swiftSajad Vishkai1-3/+1
Reverted info comments.
2022-08-15AppLog: drop Error typeAndrej Mihajlov1-2/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-73/+148
2022-08-01Add device stateAndrej Mihajlov1-1/+3
2022-05-31Drop base language translationsAndrej Mihajlov1-17/+36
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov1-1/+1
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov1-1/+3
2022-04-05NetworkOperation: subclass from ResultOperationAndrej Mihajlov1-4/+7
2022-03-24Remove unnecessary dispatch on main queueAndrej Mihajlov1-3/+1
2022-03-24Drop REST.RequestAdapterAndrej Mihajlov1-5/+4
2022-03-24Drop PromisesAndrej Mihajlov1-5/+5
2021-12-16Add API address cacheAndrej Mihajlov1-0/+1
2021-11-22Settings: fix statusbar style in child controllers on iOS 12Andrej Mihajlov1-0/+4
2021-09-29ProblemReport: fix typo in method nameAndrej Mihajlov1-1/+1
2021-09-16REST: refactorAndrej Mihajlov1-21/+9
2021-08-30Add backup log files to problem reportAndrej Mihajlov1-1/+1
2021-07-21Localize ProblemReportAndrej Mihajlov1-10/+41
2021-07-16Accessibility: ignore siblings when problem report text view is expandedAndrej Mihajlov1-0/+9
2021-05-12Drop configurability of URLSession in MullvadRestAndrej Mihajlov1-1/+1
2021-04-29ProblemReport: make sure the keyboard can be dismissed in formSheet presentationAndrej Mihajlov1-0/+5
2021-03-26Add automatic keyboard responder helperAndrej Mihajlov1-52/+9
2021-03-22Add LocationDataSourceAndrej Mihajlov1-1/+1
2021-02-24Update the placeholder text for problem report message fieldAndrej Mihajlov1-1/+1
2021-02-24Implement problem report UI and log consolidationAndrej Mihajlov1-0/+653