Davide De Rosa
|
fc0d21a2ed
|
Relax IP address keyboard
Sub-optimal due to illegal characters. Improve later.
Fixes #103
|
2019-10-11 13:48:41 +02:00 |
Davide De Rosa
|
2cd6677e16
|
Replace with Convenience entities
- About
- Alerts
- Dialogs
- InApp
- Reviewer
- SingleOptionViewController
- StrongTableModel
|
2019-10-11 12:43:05 +02:00 |
Davide De Rosa
|
1bead621fc
|
Simplify commit of network settings
|
2019-07-03 18:16:18 +02:00 |
Davide De Rosa
|
b45479a733
|
Commit network settings in separate method
|
2019-06-28 12:01:00 +02:00 |
Davide De Rosa
|
ab189025b9
|
Move ProfileNetworkChoices to Core
|
2019-06-28 10:53:24 +02:00 |
Davide De Rosa
|
2e362bf553
|
Reuse Core extensions
- NetworkChoice.choices()
- OpenVPN.* available options
- ConnectionProfile.clientNetworkSettings
|
2019-06-23 00:17:37 +02:00 |
Davide De Rosa
|
282728ae1e
|
Move app-related strings in
Move Core strings to app target.
SwiftGen uses same bundle by default. No problem because Core
does not (and should not) any string internally.
|
2019-06-23 00:11:56 +02:00 |
Davide De Rosa
|
84eb9d09c4
|
Rename Core targets
Fix import in Core umbrella header.
|
2019-05-27 00:13:33 +02:00 |
Davide De Rosa
|
7abd281c23
|
Retain network settings placeholder
Refines a05a016881
|
2019-05-01 23:29:52 +02:00 |
Davide De Rosa
|
a05a016881
|
Use none for network setting placeholders
Less confusing when disabled.
|
2019-05-01 23:00:28 +02:00 |
Davide De Rosa
|
5f0d4960a5
|
Cut 4 gateway checkmarks down to 2 toogles
|
2019-05-01 23:00:28 +02:00 |
Davide De Rosa
|
c6fbdca342
|
Move network settings to ad-hoc screen
Can now set gateway/DNS/proxy settings explicitly.
- Read from .ovpn (hosts only)
- Pull from server (PUSH_REPLY)
- Set manually
|
2019-05-01 23:00:28 +02:00 |