summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/ProblemReport
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen5-63/+72
2025-09-18Adjust strings based on other platformsmojganii2-17/+8
2025-08-08Extract strings to translatemojganii3-114/+22
2025-08-04Fix some ui elements to prepare for localizationmojganii1-0/+1
2025-06-23Enable more use of dynamic fontsBug Magnet3-8/+12
2025-05-30Revert cancellation of log consolidationJon Petersson3-33/+22
2025-05-30Let users cancel sending a problem reportJon Petersson6-78/+203
2025-04-15Improve sendProblemReport based on feedbacksmojganii1-1/+1
2025-04-15Add metadata support to send problem reportmojganii1-1/+1
2025-04-15Call sendProblemReport from Rust in Swiftmojganii1-5/+2
2025-02-04Update copyright string in switft filesOskar6-6/+6
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet3-14/+20
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak4-10/+10
2024-12-03Fix log redaction loading issuemojganii3-55/+94
2024-06-10Move iOS end to end tests to staging environmentNiklas Berglund2-1/+7
2024-05-29Show spinner when consolidating logs for problem reportsJon Petersson2-8/+22
2024-05-13Fix problem report logs being duplicatedJon Petersson1-1/+3
2024-05-06Ensure log file sizes stay below a certain thresholdJon Petersson1-4/+4
2024-04-17Change log rotation to a quota based systemJon Petersson1-3/+2
2024-02-28Add problem report testNiklas Berglund2-0/+3
2024-02-14Add iOS test for connecting to API via bridgesNiklas Berglund1-0/+4
2024-02-12Reorder ProblemReportViewController and get rid of swiftlint warningsBug Magnet3-426/+461
2024-02-07Fix background color in report view controllerBug Magnet1-0/+1
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-2/+2
2023-09-13Coordinate alert presentation by integrating it into routing systemJon Petersson1-42/+44
2023-09-13Fix Swiftlint warnings in ProblemReportViewControllerJon Petersson1-81/+37
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson2-10/+18
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-4/+4
2023-08-03Use UIAction based handlers for bar itemsAndrej Mihajlov1-6/+12
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet2-4/+4
2023-06-09Formalize application targetsAndrej Mihajlov1-1/+3
2023-06-08Create custom alert dialogsJon Petersson1-20/+19
2023-04-26Backport block based handler for UIBarButtonItemAndrej Mihajlov1-17/+9
2023-04-26Change to directional layout marginsMojgan2-2/+2
2023-04-19Change text hint for problem reportJon Petersson1-1/+1
2023-04-19Attach the message view to the top of the safe area when textview is expandedMojgan1-1/+1
2023-03-27Change all straight apostrophes to curly in textJon Petersson1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov4-0/+1139