summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Views/StatusImageView.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+0
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-06-23Enable more use of dynamic fontsBug Magnet1-4/+1
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-2/+2
2025-02-04Update copyright string in switft filesOskar1-1/+1
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak1-1/+1
2024-06-10Move iOS end to end tests to staging environmentNiklas Berglund1-0/+17
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+50
Fixes IOS-10