summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Presentation controllers/FormsheetPresentationController.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-8/+13
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-02-04Update copyright string in switft filesOskar1-1/+1
2023-10-17Add filtering to location selectionJon Petersson1-1/+1
2023-08-29fix some linting violationsMojgan1-3/+3
2023-08-28Introduce Duration type that mimicks native iOS16 DurationJon Petersson1-3/+4
2023-08-23implement in-app purchase in new account flowMojgan1-8/+61
2023-08-03implement account deletionMojgan1-30/+0
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-10/+8
2023-06-20Implement redeeming voucher on account flowMojgan1-20/+46
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-1/+1
2023-05-05Re-parent notification controller between primary and secondary containers ↵Andrej Mihajlov1-0/+39
on iPad based on environment (compact, regular)
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+216
Fixes IOS-10