Davide
eac1e028b2
Add version view in About/Settings ( #952 )
...
Restored from v2. Refactor LogoView for reuse.
2024-11-27 13:24:44 +01:00
Davide
ca54d8f41a
Perform onboarding steps on upgrade ( #936 )
...
Store the current step in a linear list of onboarding steps that can
increase with each app upgrade.
Fixes #930
Fixes #931
Fixes #932
2024-11-25 21:55:31 +01:00
Davide
a2f17cc905
Use long dash for excluded migration profiles
2024-11-17 16:26:22 +01:00
Davide
5119cc20d5
Implement TV profile sharing ( #808 )
...
Add profile attribute `isAvailableForTV` and set specific behavior to:
- Observe shared profiles and delete locally when unshared
- Only keep locally those profiles with the TV attribute enabled
- Add toggle in UI
2024-11-03 23:42:17 +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