feat: Add proxy settings support across the application#1083
Open
OpenTools-run wants to merge 2 commits intojarnedemeulemeester:mainfrom
Open
feat: Add proxy settings support across the application#1083OpenTools-run wants to merge 2 commits intojarnedemeulemeester:mainfrom
OpenTools-run wants to merge 2 commits intojarnedemeulemeester:mainfrom
Conversation
OpenTools-run
commented
Nov 30, 2025
- Implemented proxy configuration in the settings module, allowing users to enable/disable proxy, set proxy type (HTTP, HTTPS, SOCKS5), and provide authentication details.
- Integrated proxy settings into the network layer by creating a ProxyOkHttpClientFactory to manage OkHttpClient instances with proxy configurations.
- Updated the JellyfinApi to accept a custom OkHttpClient for proxy support.
- Enhanced the AddServerScreen to include a button for navigating to proxy settings.
- Added UI components for proxy settings in both phone and TV applications, including input fields for proxy host, port, username, and password.
- Updated the MPVPlayer to support proxy URLs for network streams.
- Created PreferenceTextInput model for handling text input preferences in settings.
- Added string resources and arrays for proxy settings UI.
- Implemented proxy configuration in the settings module, allowing users to enable/disable proxy, set proxy type (HTTP, HTTPS, SOCKS5), and provide authentication details. - Integrated proxy settings into the network layer by creating a ProxyOkHttpClientFactory to manage OkHttpClient instances with proxy configurations. - Updated the JellyfinApi to accept a custom OkHttpClient for proxy support. - Enhanced the AddServerScreen to include a button for navigating to proxy settings. - Added UI components for proxy settings in both phone and TV applications, including input fields for proxy host, port, username, and password. - Updated the MPVPlayer to support proxy URLs for network streams. - Created PreferenceTextInput model for handling text input preferences in settings. - Added string resources and arrays for proxy settings UI.
Author
|
it allows to Set a Proxy on the First Run as well before you can even get to "Option" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.