summaryrefslogtreecommitdiffhomepage
path: root/ios
AgeCommit message (Expand)AuthorFilesLines
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
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
2023-06-08REST: replace guard with simple if statementAndrej Mihajlov1-4/+5
2023-06-08Implement redeeming voucher codeMojgan3-0/+143
2023-06-08Prevent division by zeroAndrej Mihajlov1-1/+1
2023-06-08Format text based on group size via separatorMojgan6-197/+262
2023-06-08Create custom alert dialogsJon Petersson22-315/+504
2023-06-08SetAccount: rework to use callback flow vs. child operationsAndrej Mihajlov8-716/+245
2023-06-08AppDelegate: rename func to setupNotifcations()Andrej Mihajlov1-2/+2
2023-06-08PacketTunnel: rotate private key on mismatch with serverAndrej Mihajlov34-484/+1797
2023-06-08Add custom deserialiser for RelayConstraintsJon Petersson1-0/+10
2023-06-06Preferences: Remove unused import of RelayCacheAndrej Mihajlov1-1/+0