summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadREST
AgeCommit message (Collapse)AuthorFilesLines
2025-10-30Revert using the staging relay listBug Magnet1-1/+1
2025-10-24Fetch current location on first startJon Petersson6-23/+66
2025-10-15Fix broken payments on production buildsJon Petersson1-47/+0
2025-10-14Disable DAITA average consumption testJon Petersson1-1/+1
2025-10-08Do not override ip on certain obfuscationsJon Petersson6-49/+54
2025-10-07Rewrite revoked device view in SwiftUIJon Petersson1-1/+1
2025-10-07Fix alert popups not expanding on iOS26Jon Petersson1-1/+1
2025-10-02Fix bug where relay selector would mix obfuscationsJon Petersson2-24/+31
2025-09-30Fix UI testsJon Petersson1-1/+1
2025-09-30Fix exit selection for multhihop and smart routing combinationJon Petersson1-1/+2
2025-09-30Apply new swift format rules to codebaseSteffen44-342/+401
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-09-24Fix margins in scrollable out-of-time and welcome viewsAndrew Bulhak1-1/+1
2025-09-22Fix building the project for the screenshots configurationBug Magnet1-0/+1
2025-09-19Add routine that clears shadowsocks caches on API rotation and failureBug Magnet1-0/+26
2025-09-16Reject unsupported obfuscation only in auto caseEmīls1-13/+14
2025-09-16Update the relays listBug Magnet1-1/+1
2025-09-16Bypass obfuscation when not supportedBug Magnet8-53/+174
2025-09-08Remove ProxyConfigurationTransportProviderBug Magnet1-66/+0
2025-09-08Enable QUIC obfuscationJon Petersson1-0/+1
2025-09-05Fix relay selector selection order and obfuscationJon Petersson11-275/+330
2025-08-28Fix relay features not present on cached relaysJon Petersson1-20/+1
2025-08-26Enable rust api client for all buildsSteffen1-15/+0
2025-08-12Separate access method rotation request from stateSteffen1-2/+6
2025-08-06Fix some linting warningsmojganii4-6/+11
2025-07-08Update FFI to handle new QUIC paramsJon Petersson3-6/+13
2025-06-26Update RelaySelector to handle extra addressesJon Petersson3-15/+36
2025-06-17Add QUIC/Masque fields and Features structure to ServerRelayAndrew Bulhak1-2/+54
2025-06-16Combine DAITA and Multihop to one pill when smart routing is activeJon Petersson1-15/+14
2025-06-05Fix typosomahs1-1/+1
2025-06-04Remove unnecessary casts statementsBug Magnet1-6/+6
2025-06-04Make API check use mullvad ios in debug buildsBug Magnet4-1/+44
2025-05-26Make IP Override feature indicator check current tunnel endpointAndrew Bulhak1-0/+4
2025-05-23Fix API breaking down when used without connectivityBug Magnet1-1/+1
2025-05-22Migrate legacy storekit payment to Mullvad APIJon Petersson4-19/+92
2025-05-21Fix ios release build failureSteffen1-1/+5
2025-05-20Fix duplicate call to cache to validate portSteffen Ernst1-19/+28
2025-05-20Remove port 443 from automatic connection attemptSteffen Ernst2-13/+5
2025-05-20Handle port 443 removal and show blocked state bannerSteffen Ernst1-0/+27
2025-05-08Add storekit 2 functions to mullvad apiSteffen Ernst7-36/+165
2025-04-28Add the ability to use QUIC obfuscation in the UI, and update SettingsBug Magnet2-0/+5
2025-04-28Implement DeviceProxy to use Mullvad APImojganii5-45/+247
2025-04-24Expose TransportSelector to mullvad-iosJon Petersson6-39/+38
2025-04-16Fix shadowsocks not using ip overrideSteffen Ernst1-1/+10
2025-04-15Fix namespace clashing in rust codemojganii1-6/+6
2025-04-15Improve sendProblemReport based on feedbacksmojganii4-95/+9
2025-04-15Add test for validating string for meta datamojganii1-1/+1
2025-04-15Add metadata support to send problem reportmojganii5-46/+73
2025-04-15Call sendProblemReport from Rust in Swiftmojganii5-1/+63
2025-04-08Add mullvad api implementation for account proxyJon Petersson7-74/+204
2025-03-31Move Mullvad API functions to new fileJon Petersson6-137/+228