summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers
AgeCommit message (Expand)AuthorFilesLines
2025-04-09Deduplicate arguments to FeatureIndicatorViewModelAndrew Bulhak3-8/+5
2025-04-09Display Obfuscation chip iff current connection state is obfuscatedAndrew Bulhak4-5/+31
2025-04-09Create button for StoreKit 2 refundsJon Petersson5-11/+94
2025-04-08Add mullvad api implementation for account proxyJon Petersson2-4/+9
2025-03-27Fix country sorting in location viewJon Petersson1-1/+1
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak13-25/+29
2025-03-18Adjust view based on designmojganii4-13/+8
2025-03-18Add test for filtermojganii4-106/+101
2025-03-18Refactor RelayFilterDataSourcemojganii9-404/+423
2025-03-18Show number of available relays in filter viewmojganii10-167/+349
2025-03-17Make Multihop feature chip appear if settings or current state say soAndrew Bulhak2-2/+3
2025-03-13Decouple DNS server info from content-blockers UI expansionAndrew Bulhak1-10/+4
2025-03-06Make account number in welcome view copyableJon Petersson2-3/+65
2025-02-20Make prefersNotificationBarHidden default to trueAndrew Bulhak8-28/+4
2025-02-20Make VPN Settings cell separators the bg colour, like its parentAndrew Bulhak1-0/+1
2025-02-18Remove ip addresses from local network sharing infoSteffen Ernst1-7/+0
2025-02-18Show local network warning in all secure tunnel statesSteffen Ernst1-2/+1
2025-02-18Disable selection of local network sharing settingsSteffen Ernst1-0/+10
2025-02-18Add debug toggle for include all networks and make it false by defaultSteffen Ernst4-8/+63
2025-02-18Add tests for new settings version migrationSteffen Ernst2-4/+1
2025-02-18Add UI tests for local network sharingSteffen Ernst1-1/+4
2025-02-18Add local network sharing to settings and hook upSteffen Ernst6-3/+123
2025-02-18Add an end to end test for UDP-over-TCP on port 80Bug Magnet1-1/+1
2025-02-17Fix preconcurrency warning in purchase vcSteffen Ernst1-15/+16
2025-02-17Simplify flow continuation after purchaseSteffen Ernst2-19/+10
2025-02-17Remove voucher from welcome and out of timeSteffen Ernst5-99/+14
2025-02-17Fix welcome screen to navigate further after paymentSteffen Ernst1-12/+20
2025-02-17Fix execution order of alert dismissalSteffen Ernst1-2/+1
2025-02-17Use overlaying spinner for in app purchaseSteffen Ernst7-315/+174
2025-02-13Add animations to connection viewSteffen Ernst13-233/+240
2025-02-07Remove row separators from SingleChoiceListAndrew Bulhak1-0/+3
2025-02-07Modify custom-value-selection logic to not rely on input focusAndrew Bulhak1-2/+6
2025-02-06Hide loading spinner immediately on connectSteffen Ernst1-7/+3
2025-02-06Handle concurrent button presses in account viewSteffen Ernst3-0/+3
2025-02-06Split cell reuse identifiers to segregate subtitle cellsAndrew Bulhak2-16/+21
2025-02-06Fix RelayTestsmojganii2-5/+8
2025-02-04Update copyright string in switft filesOskar128-128/+128
2025-01-31Hide notification bar in out of time screen as wellAndrew Bulhak1-0/+4
2025-01-31Configure device management screen to hide notification barAndrew Bulhak1-0/+4
2025-01-28Hide connection details view based on tunnel statusmojganii3-16/+10
2025-01-28Change AnyRelay Location from a String to a custom typeAndrew Bulhak1-4/+7
2025-01-24Put custom list name or (unfmtd) location name into connect buttonAndrew Bulhak4-4/+119
2025-01-22Add in-app notification for latest changesmojganii1-13/+0
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-20Simplify code to create purchase action sheetSteffen Ernst1-2/+2
2025-01-20Apply code review suggestions to 90 day paymentSteffen Ernst5-13/+3
2025-01-20Make 90 day payment code compile with swift 6 compilerSteffen Ernst4-46/+49
2025-01-20Format 90 day payment codeSteffen Ernst3-15/+35
2025-01-20Add 90 day payment option to our of time viewSteffen Ernst3-57/+51