summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/SettingsDataSource.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Add coordinators and app routerAndrej Mihajlov1-171/+0
Fixes IOS-10
2023-03-14Migrate SettingsDataSource from traditional to diffableJon Petersson1-156/+56
2022-12-20Add accessibility identifiers for preferencesAndrej Mihajlov1-6/+4
2022-12-05Drop intents supportAndrej Mihajlov1-19/+1
Sadly we cannot support intents since we can't run multiple copies of our main scene without synchronizing state between all of them. Not to mention we never intended this to work this way. Also, currently there is no known way to prevent user from creating multiple windows of the app on iPadOS.
2022-11-03Add settings interactorAndrej Mihajlov1-27/+13
2022-08-30Add new tunnel monitoringAndrej Mihajlov1-1/+1
2022-08-23Add shortcutsNikolay Davydov1-1/+19
2022-08-03Delete WG keys view controllerAndrej Mihajlov1-19/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-12/+43
2022-08-01Add device stateAndrej Mihajlov1-6/+10
2022-06-20Move background task handling to AppDelegateAndrej Mihajlov1-0/+4
2022-05-31Drop base language translationsAndrej Mihajlov1-6/+36
2022-05-30TunnelManager: use new settings and REST proxiesAndrej Mihajlov1-15/+30
2022-03-28Settings: fix account expiry refreshAndrej Mihajlov1-1/+1
2022-03-25Settings: add external link disclosureAndrej Mihajlov1-6/+6
2022-03-25Settings: add FAQ & Guides rowAndrej Mihajlov1-1/+12
2021-11-22SettingsCell: use custom disclosure indicator imageAndrej Mihajlov1-5/+5
2021-11-04Settings: implement data sourceAndrej Mihajlov1-0/+210