passepartout-apple/Passepartout.xcodeproj
Davide ed28126cf7
Rework OpenVPN view with provider modifiers (#733)
Improve rendering and work around some SwiftUI bugs, e.g. with .menu
Picker on iOS (use .navigationLink instead).

Here goes the hierarchy bottom-up:

- ProviderPicker: a Picker wrapper built around ProviderManager
- ProviderContentModifier: adds a ProviderPicker on top and replaces the
content with a set of provider selectors when a provider is selected
- VPNProviderContentModifier: wrapper for ProviderContentModifier that
adds a VPN server selector
- OpenVPNView: provides a view of specific OpenVPN settings, and adds a
credentials selector to the provider/server selectors provided by
VPNProviderContentModifier
2024-10-15 21:34:02 +02:00
..
project.xcworkspace Rework OpenVPN view with provider modifiers (#733) 2024-10-15 21:34:02 +02:00
xcshareddata/xcschemes Several fixes in ProfileManager (#685) 2024-10-04 20:58:11 +02:00
project.pbxproj Add initial support for providers (#723) 2024-10-11 00:24:06 +02:00