passepartout-apple/Library/Sources/CommonLibrary/Domain
Davide 0a1886fe31
Handle all connection attempts in AppCoordinator (#968)
Let the AppCoordinator take care of the connection requirements via
modals:

- onInteractiveLogin() - now presented on AppError
- onProviderEntityRequired()
- onPurchaseRequired()
- Any other connection error

Subviews must not use tunnel.connect(), rather they route connection
requests via the ConnectionFlow callbacks. In particular, migrate to the
AppCoordinator the connection logic from:

- TunnelToggleButton.perform()
- ProviderEntitySelector.onSelect()

onInteractiveLogin() and onPurchaseRequired() are now handled
internally, while onProviderEntityRequired() is kept public because it's
how subviews may present the entity selector.

Extras:

- Avoid modals overlap with a 500ms delay
- Shrink interactive login size on macOS
2024-12-01 22:34:41 +01:00
..
AppError.swift Handle all connection attempts in AppCoordinator (#968) 2024-12-01 22:34:41 +01:00
AppPreference.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
BundleConfiguration+AppGroup.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
BundleConfiguration+Main.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
Constants.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
EditableProfile.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
MigratableProfile.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
MigrationStatus.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
ModuleType+Known.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
ModuleType+New.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
ModuleType.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
PreferenceProtocol.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
ProfileAttributes.swift Add guidance for OpenVPN provider credentials (#966) 2024-11-29 15:25:22 +01:00
ProfilePreview.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
TunnelInstallation.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00