Davide De Rosa
|
64d1131fdd
|
Update copyright
Closes #473
|
2024-01-14 14:36:55 +01:00 |
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
|
98e5e4cdde
|
Share common protocols across localized strings (#324)
|
2023-07-05 17:18:33 +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
|
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
|
7e2e4d6caa
|
Import missing translations (#280)
|
2023-04-04 17:07:41 +02:00 |
Davide De Rosa
|
4eb2ac5e0e
|
Revert interactive login (#272)
Implementation is buggy/incomplete.
See #259
|
2023-03-20 15:06:56 +01:00 |
Davide De Rosa
|
325e10845d
|
Option to lock app when entering background (#270)
|
2023-03-20 11:00:01 +01: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
|
2e10aab039
|
Extend authentication methods (#259)
* Add profile authentication method
- Persistent (default, fallback)
- Interactive (may expire through reconnections)
- TOTP (seed-based) - currently disabled
* Disable on-demand if login is interactive
* Present interactive prompt on VPN toggle
|
2023-03-17 16:49:35 +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
|
f752594d3c
|
Refactor no autocorrection into raw text style
|
2022-05-24 08:25:34 +02:00 |
Davide De Rosa
|
c88dfc28c4
|
Simplify a few things of CopySavingButton
- Make saving handler more readable
- Drop unnecessary protocol
|
2022-05-18 14:10:11 +02:00 |
Davide De Rosa
|
48d499569b
|
Use block versions of Section header/footer
|
2022-05-01 19:48:24 +02:00 |
Davide De Rosa
|
6aee88e69a
|
Refactor theme styles
- Hide colors behind styles
- Add "Style" suffix
|
2022-04-23 11:48:43 +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 |