mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-23 08:12:37 +00:00
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 |
||
---|---|---|
.. | ||
AppError.swift | ||
AppPreference.swift | ||
BundleConfiguration+AppGroup.swift | ||
BundleConfiguration+Main.swift | ||
Constants.swift | ||
EditableProfile.swift | ||
MigratableProfile.swift | ||
MigrationStatus.swift | ||
ModuleType.swift | ||
ModuleType+Known.swift | ||
ModuleType+New.swift | ||
PreferenceProtocol.swift | ||
ProfileAttributes.swift | ||
ProfilePreview.swift | ||
TunnelInstallation.swift |