summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-25Add a test to delete, edit and create a custom listBug Magnet3-2/+5
2024-04-25Fix iPad location selection entries not being unmarked as selectedJon Petersson2-8/+22
2024-04-16Limit the name of a custom list to 30 charactersJon Petersson1-3/+2
2024-04-16Move tracking unsaved changes into coordinatormojganii2-2/+5
2024-04-16Intercept back button when leaving an unsaved custom listJon Petersson4-21/+62
2024-04-12Add alphabetical sorting for custom list locationsmojganii1-0/+29
2024-04-09Enable release mode for custom listmojganii3-67/+1
2024-04-09Fix bug where offline servers can be selectedJon Petersson2-2/+14
2024-04-08Fix location selection bug on iPadJon Petersson1-5/+2
2024-04-08Add connection retry logic testNiklas Berglund2-1/+2
2024-04-05Combine parts of LocationDataSource and AddLocationDataSource to oneJon Petersson9-173/+212
2024-04-05Combine AddLocationCell and LocationCell to oneJon Petersson3-56/+126
2024-04-05Add locations to a custom listmojganii4-33/+9
2024-04-05Create LocationNode from CustomListmojganii1-0/+49
2024-04-05Implement CellIdentifierProtocol for Select Locationmojganii2-31/+9
2024-03-28Queue all updates to snapshot in LocationDataSource asynchronouslyJon Petersson1-9/+9
2024-03-28Apply filtering on custom listsmojganii2-10/+13
2024-03-21Fix selection of custom list location not being retainedJon Petersson2-5/+10
2024-03-15Fix memory leak at LocationNodemojganii1-1/+1
2024-03-14Create view with custom lists to editJon Petersson4-66/+85
2024-03-12adding section header view in select location
mojganii8-108/+205
2024-03-12adding stub for custom listsmojganii3-2/+74
2024-03-07Fix broken UI testsJon Petersson5-22/+41
2024-03-05Fix bug where location list is empty on release buildJon Petersson1-9/+9
2024-03-04Split select location view into two sectionsJon Petersson12-427/+567
2024-03-04Fix LocationDataSource crash in MockRelease buildJon Petersson1-8/+13