summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ShortcutsDataSource.swift
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05Drop intents supportAndrej Mihajlov1-234/+0
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-08-23Add shortcuts managerNikolay Davydov1-78/+124
2022-08-23ShortcutsDataSource: add table view section headerNikolay Davydov1-0/+35
2022-08-23Add shortcutsNikolay Davydov1-0/+153