Add Quick Connect authorization to Settings (#820)

## Description
- Adding `Quick Connect` drawer to the Settings under the Seer
integration, and before Additional options.
- When interacted with, A inline-dialog appears (after internally
resetting itself), with gutter options Cancel / OK, like existing
dialogs, and when that is completed, where it completes the other side
of `Quick Connect`, e.g. login to your phone Jellyfin app by using
Wholphin.
- Failure and success both are indicated to the user and if success, it
closes the window.

### Related issues
Related to #819 
Closes #819

### Testing
Tested on development build from my repo on a Nvidia Shield 2019.
Performed several logout/login, both success and fail to observe dialog
state and function.

## AI or LLM usage
Used Claude Sonnet 4.5 for most of the code, ChatGPT, reviewed it, then
I reviewed it, made a few tweaks.
This commit is contained in:
voc0der 2026-02-12 01:06:03 +00:00 committed by GitHub
parent 83e5a44f37
commit 028553dc91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 228 additions and 0 deletions

View file

@ -458,6 +458,11 @@
<string name="seerr_integration">Seerr integration</string>
<string name="remove_seerr_server">Remove Seerr Server</string>
<string name="seerr_server_added">Seerr server added</string>
<string name="quick_connect">Quick Connect</string>
<string name="quick_connect_summary">Authorize another device to log in to your account</string>
<string name="quick_connect_code">Enter Quick Connect code</string>
<string name="quick_connect_code_error">Code must be 6 digits</string>
<string name="quick_connect_success">Device authorized successfully</string>
<string name="password">Password</string>
<string name="username">Username</string>
<string name="url">URL</string>