summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08Introduce MigrationManagerBug Magnet7-93/+153
2023-08-08Remove legacy settingsBug Magnet3-402/+5
2023-08-08Add a generic version of tunnel settingsBug Magnet17-132/+203
2023-08-03Fix deprecation warningBug Magnet1-1/+1
2023-08-03Use std::ffi::c_void in Rust<->iOS code instead of libc::c_voidLinus Färnstrand4-4/+2
2023-08-03implement account deletionMojgan20-117/+1052
2023-08-03Use UIAction based handlers for bar itemsAndrej Mihajlov5-60/+25
2023-08-03Bump deployment target to iOS 14Andrej Mihajlov1-7/+3
2023-08-03Restore Package.resolvedAndrej Mihajlov1-0/+22
Removed by mistake in https://github.com/mullvad/mullvadvpn-app/commit/aa808580fc11b04c8f8a647aad31d87a239fd02f#diff-3e75646f2d3daacb3610e2d519aa2ea064b7d19af5f2baa41a89256fb84d33d8
2023-08-01Fix DNS server info inconsistencies in settings viewJon Petersson7-125/+117
2023-07-21Fix the settings being reset when upgrading from 2023.3 or lowerBug Magnet1-1/+15
2023-07-21Test Midpoint distances with leeway in accuracyBug Magnet2-4/+9
2023-07-21Add filtering by Haversine distanceBug Magnet7-43/+296
2023-07-21add tunnel obfuscation tests to test planBug Magnet3-3/+18
2023-07-21Move tests into test plansJon Petersson5-1/+124
2023-07-20Fix ios changelogEmīls1-2/+2
2023-07-20Update iOS changelog to reflect release of 2023.3Emīls1-3/+5
2023-07-17Hotfix for presenting cancelled payment in a nicer wayBug Magnet2-2/+6
2023-07-17Bump iOS version to 2023.4Emīls1-2/+2
2023-07-17Handle logged in account no longer existingMojgan1-1/+25
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand2-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand2-8/+12
2023-07-12Use lowercase named enums, fix commentsBug Magnet2-6/+6
2023-07-12Implement redeeming voucher on creation accountMojgan24-73/+1072
2023-07-11Add bindings for tunnel obfuscator and a testAndrej Mihajlov17-1/+1091
2023-07-10Enable Shadowsocks bridges selection via RelaySelectorBug Magnet8-96/+186
2023-07-10Hide notification bar at change logMojgan2-0/+26
2023-07-07Fix increased touch areas for buttons in header bar viewJon Petersson3-7/+22
2023-07-05Add WireGuard port selection to settings changelogJon Petersson1-0/+1
2023-07-03Remove default features from cbindgen to get rid of clap 3Linus Färnstrand1-1/+1
2023-06-29Move rust library build script to ios/ to make it reusable by other targetsAndrej Mihajlov3-35/+2
Drop left overs of shadowsocks.h, which is unused.
2023-06-28Enable APPLICATION_EXTENSION_API_ONLY for MullvadTransportBug Magnet1-2/+4
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet163-510/+526
2023-06-26Hide time left when it's close to expiry or expiredMojgan4-67/+82
2023-06-26Change the priorities of notificationsMojgan1-1/+1
2023-06-26TunnelManager: fetch device on pubkey-in-use errorAndrej Mihajlov1-8/+44
2023-06-22Add info button next to device name in account viewJon Petersson10-260/+267
2023-06-21Update change logMojgan1-1/+1
2023-06-20Bump shadowsocks commit to prevent misaligned readsEmīls1-1/+1
2023-06-20Enable reusing the shadowsocks connection once it is establishedBug Magnet17-137/+152
2023-06-20Set Base.xcconfig for MullvadTransport target and switch to manual codesignAndrej Mihajlov1-3/+6
2023-06-20Implement redeeming voucher on account flowMojgan19-31/+883
2023-06-19Use manual signing for all modulesApp Appest1-7/+2
2023-06-19Fix callback calling at handlersMojgan2-8/+4
2023-06-14Prevent overwriting relay constraints when selecting a relay locationJon Petersson1-2/+3
2023-06-13Replace Caching type with FileCache<Content: Codable>Andrej Mihajlov22-540/+481
2023-06-13Cache the last used shadowsocks configuration and reuse it subsequentlyBug Magnet16-233/+456
2023-06-12Formalize background tasksAndrej Mihajlov5-36/+51
2023-06-09Formalize application targetsAndrej Mihajlov10-99/+59
2023-06-09Fix bug when user presses logged out buttonMojgan1-6/+2