summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/VPNSettings
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Update strings for translationmojganii1-3/+2
2025-09-30Apply new swift format rules to codebaseSteffen8-117/+145
2025-09-22Fix margins for cells and navigations titles in most settings viewsJon Petersson3-3/+3
2025-09-19Apply background color to custom DNS cell upon reuseBug Magnet1-0/+1
2025-09-18Adjust strings based on other platformsmojganii3-52/+59
2025-09-08Enable QUIC obfuscationJon Petersson1-13/+1
2025-08-18Fix dynamic size issuemojganii1-1/+2
2025-08-08Extract strings to translatemojganii8-283/+65
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii1-4/+2
2025-07-08Update FFI to handle new QUIC paramsJon Petersson2-13/+1
2025-06-23Enable more use of dynamic fontsBug Magnet1-1/+1
2025-06-16Combine DAITA and Multihop to one pill when smart routing is activeJon Petersson1-2/+2
2025-06-10Add done button to dns view when coming from feature indicatorSteffen2-3/+22
2025-06-10Make feature indicators clickable and show settingsSteffen3-36/+116
2025-04-28Add the ability to use QUIC obfuscation in the UI, and update SettingsBug Magnet2-25/+71
2025-04-10Fix typo in Obfuscation helper textBug Magnet1-1/+1
2025-04-08Add mullvad api implementation for account proxyJon Petersson1-1/+2
2025-03-13Decouple DNS server info from content-blockers UI expansionAndrew Bulhak1-10/+4
2025-02-20Make VPN Settings cell separators the bg colour, like its parentAndrew Bulhak1-0/+1
2025-02-18Remove ip addresses from local network sharing infoSteffen Ernst1-7/+0
2025-02-18Show local network warning in all secure tunnel statesSteffen Ernst1-2/+1
2025-02-18Disable selection of local network sharing settingsSteffen Ernst1-0/+10
2025-02-18Add debug toggle for include all networks and make it false by defaultSteffen Ernst4-8/+63
2025-02-18Add tests for new settings version migrationSteffen Ernst2-4/+1
2025-02-18Add UI tests for local network sharingSteffen Ernst1-1/+4
2025-02-18Add local network sharing to settings and hook upSteffen Ernst6-3/+123
2025-02-04Update copyright string in switft filesOskar11-11/+11
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet7-8/+10
2025-01-02Fix testVerifySettingsStillChanged to work with new UIAndrew Bulhak1-0/+3
2024-12-10Make AccessibilityIdentifier.wireGuardPort tagged with its valueAndrew Bulhak2-4/+3
2024-12-10Replace circular .description definition with .asStringAndrew Bulhak1-1/+1
2024-12-10Remove String conformance of AccessibilityIdentifierAndrew Bulhak1-1/+2
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak6-22/+22
2024-12-04Add the multihop and DAITA pages to the root of the settings pageJon Petersson2-34/+5
2024-12-03Enable custom Shadowsocks port selection on entry servers in multihopJon Petersson1-3/+1
2024-12-03Fix multiple Wireguard port selection in settings viewJon Petersson1-3/+9
2024-12-02Enable Shadowsocks obfuscation in ReleaseBug Magnet2-8/+1
2024-12-02Replace misspelling of WireGuardObfuscationShadowsocksPort type nameAndrew Bulhak1-2/+2
2024-11-28Rename instances of UDPTCP* to UDPOverTCP*Andrew Bulhak1-2/+2
2024-11-28Implement SwiftUI Shadowsocks settings view with custom field editingAndrew Bulhak2-3/+10
2024-11-28Remove settings table view cell for UDP port selection menuAndrew Bulhak2-26/+1
2024-11-28Adjust spacing for UDP-over-TCP sectionAndrew Bulhak1-1/+1
2024-11-28Add changes from PRAndrew Bulhak3-3/+2
2024-11-28Replace udpTcp with udpOverTcpAndrew Bulhak3-11/+11
2024-11-28Implement SwiftUI UI for UDP TCP Obfuscation port selector viewAndrew Bulhak3-0/+26
2024-11-28Fix custom Wireguard port not being persistedJon Petersson1-1/+3
2024-11-18Fix reloading of data in settings cellsJon Petersson3-8/+21
2024-11-18Implement SwiftUI UI for UDP TCP Obfuscation port selector viewAndrew Bulhak2-38/+25
2024-11-05Update data structure to support new obfuscation selectionJon Petersson3-21/+36
2024-10-30Update cell layout and behavior for obfuscation methodsJon Petersson7-23/+107