Davide De Rosa
|
34f6738b69
|
Focus some text fields on appearance (#334)
Feature from iOS 15, use it on:
- New profile name
- New profile passphrase
- Renamed profile name
- Account username
|
2023-07-23 13:28:47 +02:00 |
Davide De Rosa
|
d7ebcb23ba
|
Split views into extensions (#321)
Nothing but moving code around to reorganize views into the following
sections (MARK):
- Properties/Body
- Subviews
- Actions
|
2023-07-03 16:54:43 +02:00 |
Davide De Rosa
|
7198150f00
|
Refactor alerts to use latest API (#320)
|
2023-07-03 16:41:49 +02:00 |
Davide De Rosa
|
b4ad8dea0d
|
Do some code clean up
- Use guard in validators
- Rename URL.openURL() to URL.open()
- Sort imports (SwiftLint)
- Drop unused VPNProtocolType.allTypes
- Drop unused imports
|
2023-05-21 11:48:03 +02:00 |
Davide De Rosa
|
f06f097f27
|
Add SwiftLint phase (#262)
|
2023-03-17 21:55:47 +01:00 |
Davide De Rosa
|
37354d1b87
|
Update copyright
|
2023-03-17 16:56:19 +01:00 |
Davide De Rosa
|
4c4b3ee0c9
|
Revert to concrete-only managers
Abstraction was overcomplicated. Strategy pattern is enough.
|
2022-09-03 12:47:40 +02:00 |
Davide De Rosa
|
9a8477225e
|
Refactor library into domain + impl
|
2022-06-23 23:31:01 +02:00 |
Davide De Rosa
|
b37ff03e4b
|
Refactor hidden navlinks and send behind in ZStack
|
2022-04-23 10:25:31 +02:00 |
Davide De Rosa
|
992178bcd6
|
Move toolbar content inline
For consistency, can search with "toolbar {".
|
2022-04-21 16:24:08 +02:00 |
Davide De Rosa
|
e71b22c7c8
|
Simplify AddProfileView with implicit animations
- Animate on ViewModel in profile name views
- Animate on providers in provider selection view
|
2022-04-21 15:24:16 +02:00 |
Davide De Rosa
|
ab7e6359ae
|
Fix profile name reset to initial on error
|
2022-04-21 14:59:49 +02:00 |
Davide De Rosa
|
bf65f76401
|
Merge project into iOS + macOS
Share views with both platforms initially. Will split specific
views step by step.
|
2022-04-19 16:14:23 +02:00 |