summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/LocationDataSource.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Add coordinators and app routerAndrej Mihajlov1-445/+0
Fixes IOS-10
2023-03-22Migrate LocationDataSource from traditional to diffableJon Petersson1-283/+149
2022-10-21Move common code into two new targets: RelaySelector, TunnelProviderMessagingAndrej Mihajlov1-0/+1
2022-10-20Move REST into separate frameworksajacl1-0/+1
2022-08-16Remove optional from cell providerNikolay Davydov1-2/+2
2022-08-16Move typealias to the topAndrej Mihajlov1-4/+4
2022-08-16Extract cell configuration from provider to configuratorAndrej Mihajlov1-13/+22
2022-08-16Scroll to inserted locationsNikolay Davydov1-0/+21
2022-08-16Add location cell updaterNikolay Davydov1-5/+17
2022-08-03Format source code with swiftformatAndrej Mihajlov1-50/+119
2021-09-16REST: refactorAndrej Mihajlov1-1/+1
2021-04-12LocationDataSource: restore the selected relay if data source was set after ↵Andrej Mihajlov1-2/+25
the selected relay
2021-03-22Add LocationDataSourceAndrej Mihajlov1-0/+443