summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadSettings/SettingsManager.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-15/+16
# 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
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-3/+3
2025-01-13Add keychains item to the backups againBug Magnet1-14/+2
This reverts commit b583cb8d8ce7df31e9e3d6e075d49bfd5b334b86, reversing changes made to 7821820b4816de47ed072045bbbf5e0865ea8d7a.
2025-01-13Add cacheDirectory to KeychainSettingsStore in MockRelease tooBug Magnet1-1/+2
2025-01-10Exclude keychain items from backupsBug Magnet1-1/+12
2024-12-03Fix log redaction loading issuemojganii1-17/+4
2024-08-14Fix some Swiftlint warningsmojganii1-6/+1
2024-03-19Remove custom list on reset settingsmojganii1-1/+9
2024-03-19Move IP Overrides into VPN Settings menuJon Petersson1-1/+1
2023-12-22removing network operation from settings migrationmojganii1-1/+0
2023-12-13Store API access method settingsJon Petersson1-28/+6
2023-10-30Migrate settings to Version3 and introduce incremental migration scheme.Bug Magnet1-0/+17
2023-09-20Disable Module verifier, rename Settings to MullvadSettings to avoid clash ↵Bug Magnet1-0/+241
with Apple private Framework of the same name