summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-22Move daita settings to views folderOliver5-22/+25
2025-09-22Link feature indicators to settings in vpn settingsOliver25-717/+690
2025-09-22Add scroll to anchor and list item hooksOliver3-0/+39
2025-09-22Add scroll to anchor option typeOliver1-1/+6
2025-09-22Add DefaultListboxOption componentOliver2-0/+22
2025-09-22Move MainView components to separate foldersOliver24-123/+156
2025-09-22Move MainView to views folderOliver13-58/+60
2025-09-22Add ToggleListItem componentOliver7-0/+76
2025-09-22Update ListItem propsOliver1-1/+1
2025-09-22Update Accordion component to support animations and disabled stateOliver7-35/+107
2025-09-22Add FeatureIndicator componentOliver6-0/+151
2025-09-22Move CustomDnsSettings to VpnSettings view folderOliver4-16/+17
2025-09-22Add automatic indent based on level to ListItemOliver4-10/+23
2025-09-22Refactor VpnSettingsView components to use consistent namesOliver56-81/+81
2025-09-22Move IpOverrideButton component to separate folderOliver4-13/+17
2025-09-22Move OpenVpnSettingsButton to separate folderOliver4-21/+27
2025-09-22Move WireguardSettingsButton component to separate folderOliver4-34/+43
2025-09-22Move TunnelProtocolSetting component to separate folderOliver4-118/+127
2025-09-22Move LockdownMode component to separate folderOliver4-112/+116
2025-09-22Move KillSwitchInfo component to separate folderOliver4-45/+68
2025-09-22Move EnableIpv6 component to separate folderOliver4-47/+65
2025-09-22Move DnsBlockers component to separate folderOliver19-268/+399
2025-09-22Move AutoConnect to separate folderOliver4-31/+38
2025-09-22Move AllowLan to separate folderOliver4-50/+66
2025-09-22Move AutoStart component into separate folderOliver4-32/+43
2025-09-22Rename VpnSettings to VpnSettingsViewOliver3-4/+4
2025-09-22Move vpn settings to views folderOliver4-31/+45
2025-09-22Add Listbox componentOliver24-0/+401
2025-09-22Add flash animation support to ListItem componentOliver8-35/+92
2025-09-22Add Switch componentOliver14-0/+204
2025-09-22Merge branch 'ios-update-requirement-metadata'Emīls1-1/+1
2025-09-22Change required device capability to arm64 from armv7Emīls1-1/+1
2025-09-22Improve xor_bytes performanceDavid Lönnhager1-4/+4
2025-09-19Merge branch 'multihop-configs-can-become-unreadable-in-the-main-view-ios-1283'Bug Magnet1-30/+30
2025-09-19Change the layout of the HeaderView, Remove compression on relayBug Magnet1-30/+30
2025-09-19Merge branch 'clear-cache-when-mullvad-api-fails-an-api-call-via-mullvad-ios-...Bug Magnet9-11/+142
2025-09-19Add routine that clears shadowsocks caches on API rotation and failureBug Magnet9-11/+142
2025-09-19Merge branch 'list-item-background-color-changes-when-expandedcollapsed-in-io...Bug Magnet1-0/+1
2025-09-19Apply background color to custom DNS cell upon reuseBug Magnet1-0/+1
2025-09-19Merge branch 'api-access-form-cells-break-with-long-strings-ios-1280'Bug Magnet1-0/+1
2025-09-19Set content compression to maximum for switches in API methodsBug Magnet1-0/+1
2025-09-18Merge branch 'add-staggered-obfuscator'David Lönnhager40-298/+1322
2025-09-18Add unit test for multiplexer obfuscationDavid Lönnhager2-0/+78
2025-09-18Limit number of initial packets in multiplexerDavid Lönnhager1-0/+11
2025-09-18Add documentation for multiplexer obfuscationDavid Lönnhager5-102/+184
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager29-318/+861
2025-09-18Specify any number of relay endpoints in WinFwDavid Lönnhager6-31/+77
2025-09-18Add POC multiplexer tunnel obfuscation moduleJon Petersson6-5/+269
2025-09-18Bump tokio-utilDavid Lönnhager2-12/+12
2025-09-18Merge branch 'ci-consolidate-actions'David Lönnhager12-276/+166