Davide
2790a2aac2
Merge AppLibrary into CommonLibrary ( #806 )
...
CommonLibrary barely used as standalone, almost always together with
AppLibrary.
2024-11-03 13:16:13 +01:00
Davide
8aff3bedbc
Fix missing country flags
2024-11-02 16:15:19 +01:00
Davide
248f1e7257
Fix compile error on tvOS
2024-11-02 15:27:52 +01:00
Davide
aba5081450
Refactor and improve interactive login ( #801 )
...
Define two styles for interactive login:
- Modal (iOS/macOS) - Form inside NavigationStack
- Inline (tvOS) - VStack
Requires OpenVPN credentials view to be container-agnostic.
Play with focus to improve the overall TV experience.
2024-11-02 15:24:41 +01:00
Davide
070b661c43
Refactor library targets ( #799 )
...
Renames:
- AppUI → UILibrary
- AppUIPlatform → AppUI (conditional umbrella) + AppUI[Main|TV]
- APILibrary/CommonLibrary/UtilsLibrary → Common[API|Library|Utils]
Dependencies:
- AppUI → UILibrary
- UILibrary → AppLibrary, CommonAPI
- AppLibrary → CommonLibrary, CommonUtils
2024-11-02 10:11:59 +01:00