summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Views/SpinnerActivityIndicatorView.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+2
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-08-06Fix some linting warningsmojganii1-1/+1
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-1/+1
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-3/+9
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+144
Fixes IOS-10