- Service handles auth: auto-login via Quest SDK on onCreate, periodic
token refresh, isAuthenticated/login AIDL methods
- Clients tab shows actual connected game clients from ClientTracker
instead of plans filtered by status
- Create Plan service picker shows "YouTube - DisplayName" per linked
account instead of raw service IDs
- createDefaultPlan AIDL method creates plan with one destination per
linked account (unlisted)
- Session validation on Activity open via getMe() call
- Backend health indicator (green/red dot) on Dashboard nav icon
- ConnectedClientInfo parcelable for client data over AIDL
- SDK client exposes isAuthenticated, login, createDefaultPlan,
getConnectedClients, authenticated StateFlow
- Allow multiple linked accounts per service (YouTube, Twitch)
- LinkedAccount PK changed from serviceId to backend UUID
- StreamDestination now references linkedAccountId
- Room DB migration v2→v3 for new schema
- Unlink endpoint changed to DELETE by account ID
- Accounts UI always shows "Add Account" for all providers
- preparePlan matches destinations by ID instead of serviceId