summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation/LocationDataSource.swift
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-56/+86
2025-07-17Fix dynamic sizing and layout issues across multiple viewsmojganii1-44/+30
2025-05-13Add custom action at select location for accessibilitymojganii1-15/+19
2025-04-16Add a label that hints at how to create custom listsJon Petersson1-5/+29
2025-03-18Adjust view based on designmojganii1-2/+3
2025-03-18Show number of available relays in filter viewmojganii1-6/+18
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-29/+25
2024-11-14Fix crash on UITableViewDiffableDataSourcemojganii1-109/+86
2024-10-02Fix filters in LocationCoordinatorBug Magnet1-2/+2
2024-08-22List only DAITA entry locations if multihop and DAITA are enabledJon Petersson1-12/+2
2024-07-11Prevent user from selecting same entry and exit relay for multihopJon Petersson1-18/+21
2024-06-25Update view model when switching between entry and exit locationJon Petersson1-36/+75
2024-04-30Show custom lists even if no filter constraints matchJon Petersson1-5/+2
2024-04-25Fix iPad location selection entries not being unmarked as selectedJon Petersson1-7/+17
2024-04-16Move tracking unsaved changes into coordinatormojganii1-1/+1
2024-04-16Intercept back button when leaving an unsaved custom listJon Petersson1-16/+50
2024-04-09Enable release mode for custom listmojganii1-4/+1
2024-04-09Fix bug where offline servers can be selectedJon Petersson1-0/+4
2024-04-08Fix location selection bug on iPadJon Petersson1-5/+2
2024-04-05Combine parts of LocationDataSource and AddLocationDataSource to oneJon Petersson1-118/+40
2024-04-05Combine AddLocationCell and LocationCell to oneJon Petersson1-29/+7
2024-04-05Implement CellIdentifierProtocol for Select Locationmojganii1-11/+6
2024-03-28Queue all updates to snapshot in LocationDataSource asynchronouslyJon Petersson1-9/+9
2024-03-28Apply filtering on custom listsmojganii1-2/+5
2024-03-14Create view with custom lists to editJon Petersson1-44/+67
2024-03-12adding section header view in select location
mojganii1-18/+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 Petersson1-118/+166
2024-03-04Fix LocationDataSource crash in MockRelease buildJon Petersson1-8/+13
2024-02-21Review fixesJon Petersson1-75/+80
2024-02-21refactoring location datasourcemojganii1-400/+155
2023-12-11Moving MullvadTransport into MullvadRESTmojganii1-1/+0
2023-10-17Add filtering to location selectionJon Petersson1-2/+7
2023-09-08Fix Swiftlint warnings in LocationDataSourceJon Petersson1-45/+58
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson1-0/+2
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-1/+1
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-17/+14
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-2/+2
2023-04-06Add search bar to location selectionJon Petersson1-57/+136
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+445