summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Tunnel
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Update strings for translationmojganii3-13/+16
2025-10-24Fix chipview gap to large on connection viewJon Petersson1-0/+2
2025-10-17Update strings based on other platformsmojganii1-1/+1
2025-10-06Adjust margins on dividerAndrew Bulhak1-0/+1
2025-10-06Move divider to above scroll viewAndrew Bulhak1-5/+5
2025-10-06Move ConnectionView place/server indicators into scroll viewAndrew Bulhak2-63/+46
2025-09-30Apply new swift format rules to codebaseSteffen10-50/+71
2025-09-19Change the layout of the HeaderView, Remove compression on relayBug Magnet1-30/+30
2025-09-18Adjust strings based on other platformsmojganii2-3/+4
2025-09-16Bypass obfuscation when not supportedBug Magnet1-1/+2
2025-08-08Extract strings to translatemojganii2-61/+10
2025-08-04Fix some ui elements to prepare for localizationmojganii1-0/+1
2025-07-08Update FFI to handle new QUIC paramsJon Petersson1-1/+2
2025-06-16Combine DAITA and Multihop to one pill when smart routing is activeJon Petersson2-9/+23
2025-06-10Make feature indicators clickable and show settingsSteffen7-57/+91
2025-05-26Make IP Override feature indicator check current tunnel endpointAndrew Bulhak2-2/+9
2025-04-16Decouple Multihop feature indicator from settingsAndrew Bulhak2-3/+2
2025-04-16Make DAITA/Quantum feature chips show actual tunnel stateAndrew Bulhak2-6/+7
2025-04-09Deduplicate arguments to FeatureIndicatorViewModelAndrew Bulhak3-8/+5
2025-04-09Display Obfuscation chip iff current connection state is obfuscatedAndrew Bulhak4-5/+31
2025-03-17Make Multihop feature chip appear if settings or current state say soAndrew Bulhak2-2/+3
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak1-0/+4
2025-02-18Add an end to end test for UDP-over-TCP on port 80Bug Magnet1-1/+1
2025-02-13Add animations to connection viewSteffen Ernst13-233/+240
2025-02-06Hide loading spinner immediately on connectSteffen Ernst1-7/+3
2025-02-06Fix RelayTestsmojganii2-5/+8
2025-02-04Update copyright string in switft filesOskar14-14/+14
2025-01-28Hide connection details view based on tunnel statusmojganii3-16/+10
2025-01-24Put custom list name or (unfmtd) location name into connect buttonAndrew Bulhak4-4/+119
2025-01-22Fix connection view background in iOS15Jon Petersson3-54/+19
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-20Delete unused SwiftUI Spinner viewBug Magnet1-56/+0
2025-01-20Center the progress view higher on the screenBug Magnet1-23/+34
2025-01-20Move the Progress view away from the ConnectionViewBug Magnet4-227/+32
2025-01-17Fix clipped feature indicatorsSteffen Ernst1-1/+4
2025-01-17Use padded chevron image to follow figma designSteffen Ernst1-2/+2
2025-01-16Fix UI tests and Make connection view releasableJon Petersson21-1004/+94
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet3-4/+5
2025-01-13Fix multiple small issues in ConnectionViewJon Petersson17-183/+118
2025-01-13Split ConnectionView, improve previews, attempt animationAndrew Bulhak10-302/+431
2025-01-13Add toggle in connection viewJon Petersson13-229/+604
2025-01-13Add FeatureIndicatorsViewmojganii10-21/+415
2024-12-13Add state to new connection viewJon Petersson5-75/+478
2024-12-11Add foundation for new connection viewJon Petersson1-0/+87
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak2-12/+12
2024-10-31Fix relay testsJon Petersson1-2/+2
2024-10-24Adjust leading inset for primary buttonEmīls1-0/+2
2024-10-17Refactor buttons to use UIButton.Configurationmojganii1-57/+21
2024-10-08Add end-to-end test for multihopmojganii2-10/+9