summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/SelectLocationController.swift
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov1-481/+0
2020-08-13Add SwiftLogAndrej Mihajlov1-4/+6
2020-07-23Fix default row animationAndrej Mihajlov1-1/+1
2020-07-23Drop zPosition as it's been messing up with table viewAndrej Mihajlov1-14/+0
2020-07-23Use colored separatorAndrej Mihajlov1-1/+2
2020-07-23Move SelectLocationController from Storyboard into codeAndrej Mihajlov1-6/+23
2020-07-22Prefetch relays before showing the SelectLocationControllerAndrej Mihajlov1-3/+10
2020-07-22Adapt data source producerAndrej Mihajlov1-69/+116
2020-07-22Migrating RelayCache to REST relaysAndrej Mihajlov1-12/+12
2020-07-15Remove the use of Combine in SelectLocationControllerAndrej Mihajlov1-49/+62
2020-07-15Add NSDiffableDataSource & UITableViewDiffableDataSource backportsAndrej Mihajlov1-2/+3
2020-06-02Switch to using ephemeral URLSession configurationAndrej Mihajlov1-1/+1
2020-04-01Take a screenshot of "Select location" controllerAndrej Mihajlov1-0/+1
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2020-02-04Use weak references in handleEventsAndrej Mihajlov1-6/+6
2020-01-10Implement data source using UITableViewDiffableDataSourceAndrej Mihajlov1-117/+117
2020-01-08Rework spinner interface and expose thickness via IBAndrej Mihajlov1-3/+3
2019-12-10Show selected locationAndrej Mihajlov1-60/+165
2019-09-23Add RelayCacheAndrej Mihajlov1-30/+57
2019-05-28Add account viewAndrej Mihajlov1-31/+14
2019-05-17Implement account verification and loginAndrej Mihajlov1-6/+12
2019-05-14Add SelectLocation controllerAndrej Mihajlov1-0/+285