summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-21Review fixesJon Petersson7-124/+127
2024-02-21refactoring location datasourcemojganii10-410/+580
2024-01-24Add ad blocking testNiklas Berglund1-0/+2
2023-12-20Export identifiers for accessibility elementsJon Petersson1-1/+1
2023-12-11Categorize files based on functionalitiesmojganii1-1/+1
2023-12-11Moving MullvadTransport into MullvadRESTmojganii1-1/+0
2023-12-11Moving RelayCache into MullvadRESTmojganii1-1/+1
2023-10-17Add filtering to location selectionJon Petersson3-15/+71
2023-09-08Fix Swiftlint warnings in LocationDataSourceJon Petersson1-45/+58
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson2-9/+5
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet2-2/+2
2023-08-29fix some linting violationsMojgan1-1/+1
2023-08-10Remove iOS 13 codeAndrej Mihajlov1-4/+1
2023-08-03Use UIAction based handlers for bar itemsAndrej Mihajlov1-3/+6
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet2-18/+15
2023-06-06Add custom port selection to settingsJon Petersson1-3/+3
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov2-3/+3
2023-04-26Backport block based handler for UIBarButtonItemAndrej Mihajlov1-9/+3
2023-04-26Change to directional layout marginsMojgan1-4/+4
2023-04-21Remove negative top margin for search fieldJon Petersson1-5/+1
2023-04-19Reduce code duplication by providing cell reuse identifier per data source itemAndrej Mihajlov1-5/+1
2023-04-06Add search bar to location selectionJon Petersson2-125/+193
2023-04-04Drop header text in select location controllerAndrej Mihajlov2-174/+45
2023-03-27Change a few title textsJon Petersson1-1/+1