summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen9-115/+156
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-09-18Adjust strings based on other platformsmojganii1-5/+16
2025-09-10Rewrite the multihop segmented control in SwiftUIBug Magnet1-27/+22
2025-08-26Fix dynamic size issuesmojganii1-1/+0
2025-08-18Fix nightly E2E testsJon Petersson1-0/+1
2025-08-08Extract strings to translatemojganii4-60/+11
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii6-131/+98
- Fix font scaling and overlapping in device management - Adjust font size for account number - Scale info button dynamically - Resolve dynamic size issues in: - Settings - IP overrides - API access - Filter view and filter chips - Select location - Edit API access method - MullvadList - Fix line breaks in settings view - Unify padding across pages
2025-06-23Enable more use of dynamic fontsBug Magnet2-5/+6
2025-06-05Fix typosomahs1-4/+4
2025-05-21Align all table cell colors with designSteffen Ernst1-1/+1
2025-05-21Fix api access view review feedbackSteffen Ernst1-2/+2
2025-05-14Fix customListTest bugmojganii1-1/+1
2025-05-13Add custom action at select location for accessibilitymojganii3-56/+61
2025-05-09Adjust trailing edge inset of location section header/footer viewAndrew Bulhak1-1/+1
2025-04-29Add another forgotten conditional compilation checkBug Magnet1-2/+2
2025-04-28Add the ability to use QUIC obfuscation in the UI, and update SettingsBug Magnet1-1/+1
2025-04-24Fix checkbox appearance on iOSSteffen Ernst1-1/+2
2025-04-17Add filter pill to location view when obfuscation is usedJon Petersson2-6/+40
2025-04-16Add a label that hints at how to create custom listsJon Petersson1-5/+29
2025-03-27Fix country sorting in location viewJon Petersson1-1/+1
2025-03-27Replace PNGs with SVGs from `desktop/.../assets` where availableAndrew Bulhak1-3/+3
2025-03-18Adjust view based on designmojganii2-9/+6
2025-03-18Refactor RelayFilterDataSourcemojganii2-9/+4
2025-03-18Show number of available relays in filter viewmojganii6-88/+161
2025-02-04Update copyright string in switft filesOskar16-16/+16
2025-01-28Change AnyRelay Location from a String to a custom typeAndrew Bulhak1-4/+7
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet8-42/+42
2024-12-10Make AccessibilityIdentifier.wireGuardPort tagged with its valueAndrew Bulhak1-1/+0
2024-12-10Replace read/write AccessibilityIdentifier field with setterAndrew Bulhak4-19/+18
2024-11-14Fix crash on UITableViewDiffableDataSourcemojganii8-171/+203
2024-11-11Update copy in entry selectionEmīls1-3/+3
2024-11-05Refactor chip viewmojganii1-15/+0
2024-10-18Set filters on the FilterView when they are shown or hiddenBug Magnet1-1/+1
2024-10-18Fix crash when closing add/edit custom list viewJon Petersson2-23/+38
2024-10-18Update location view for DAITA smart routingJon Petersson3-7/+135
2024-10-15Update logic for showing DAITA filter pillJon Petersson2-11/+14
2024-10-02Fix filters in LocationCoordinatorBug Magnet3-16/+16
2024-09-18Bump minimum target deployment to 15.0mojganii1-1/+1
2024-08-22List only DAITA entry locations if multihop and DAITA are enabledJon Petersson6-45/+66
2024-08-14Fix some Swiftlint warningsmojganii1-1/+1
2024-07-11Prevent user from selecting same entry and exit relay for multihopJon Petersson5-46/+81
2024-06-25Update view model when switching between entry and exit locationJon Petersson7-88/+273
2024-05-16Change checkboxes in location cells to the correct onesJon Petersson1-6/+13
2024-05-16Fix cell colors in location viewJon Petersson2-6/+3
2024-05-14Remove some unnecessary LocationNode subclassesJon Petersson3-19/+18
2024-05-13Add a new container view to wrap the whole location selectionJon Petersson2-44/+169
2024-05-06Add iOS test verifying API can be reached from blocked stateNiklas Berglund2-1/+14
2024-05-02Stop filtering edit view of custom listsJon Petersson1-6/+8
2024-04-30Show custom lists even if no filter constraints matchJon Petersson3-10/+9
2024-04-30Make custom list names case sensitiveJon Petersson1-1/+1