summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Tunnel/TunnelViewController.swift
AgeCommit message (Expand)AuthorFilesLines
2025-06-10Make feature indicators clickable and show settingsSteffen1-0/+4
2025-04-09Deduplicate arguments to FeatureIndicatorViewModelAndrew Bulhak1-2/+1
2025-04-09Display Obfuscation chip iff current connection state is obfuscatedAndrew Bulhak1-1/+3
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak1-0/+4
2025-02-13Add animations to connection viewSteffen Ernst1-1/+3
2025-02-06Hide loading spinner immediately on connectSteffen Ernst1-7/+3
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-24Put custom list name or (unfmtd) location name into connect buttonAndrew Bulhak1-1/+8
2025-01-22Fix connection view background in iOS15Jon Petersson1-16/+2
2025-01-21Move the spinner in front of the Connection ViewBug Magnet1-1/+1
2025-01-20Add spinner in a different methodBug Magnet1-11/+16
2025-01-20Center the progress view higher on the screenBug Magnet1-23/+34
2025-01-20Move the Progress view away from the ConnectionViewBug Magnet1-1/+22
2025-01-16Fix UI tests and Make connection view releasableJon Petersson1-57/+62
2025-01-13Fix multiple small issues in ConnectionViewJon Petersson1-1/+1
2024-09-09Do not display post quantum label for daita non pq connectionsBug Magnet1-3/+3
2024-09-06Enable Daita in the PacketTunnel actorBug Magnet1-1/+1
2024-07-25Apply multihop for normal connectionmojganii1-3/+3
2024-07-11Add general support for multiple selected relaysJon Petersson1-6/+6
2024-05-21Implement PQ PSKEmīls1-10/+3
2024-03-11Introduce ObservedState.negotiatingKey and TunnelState.negotiatingKey, behind...Andrew Bulhak1-0/+7
2024-02-20Fix location pin shown on map when disconnectedJon Petersson1-1/+5
2023-12-06Reflect obfuscation transport layer in the UIBug Magnet1-10/+18
2023-11-15show outgoing connection on map viewMojgan1-1/+4
2023-10-09PacketTunnel: introduce proper state and blocked stateAndrej Mihajlov1-1/+1
2023-09-21Merge TunnelProviderMessaging into PacketTunnelCoreAndrej Mihajlov1-1/+0
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-1/+1
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-2/+2
2023-05-25Add alert if user disconnects when there's no connectivityJon Petersson1-1/+9
2023-05-05Add notification controller into root containerAndrej Mihajlov1-18/+0
2023-04-28TunnelManager: pass previous DeviceState to observersAndrej Mihajlov1-1/+1
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+210