android-proxy-toggle
android-proxy-toggle copied to clipboard
Small application to help android developers to quickly enable and disable proxy settings
This PR moves the whole app to Compose without changing the logic (viewModel) and breaks up the app into modules, in the 1st commit. In the 2nd commit, composables are...
Not sure why, I will be able to connect to WiFi, but when I set the global proxy before connecting, I won't be able to access the internet, and have...
Related: https://stackoverflow.com/questions/36200703/how-to-configure-a-proxy-exclusion-list-on-android-non-programmatically
Now that ipv6 is used more and more widely, is it possible to add an ipv6-based proxy mode and use domain names instead of only using ip addresses to configure...
1. Immediately disable the proxy after canceling the connection 2. After connecting to the proxy, it is necessary to reopen APK in order for the proxy to take effect
Hi, I would like to ask how Android Proxy Toggle dealing with proxies with username and password? I don't see the inputs for username and password.
Could you add a feature to support SOCK5 proxy?
Accept proxy setting from intent's extra data * Add `SavedStateHandle` in `ProxyManagerViewModel` to accept initial input param * Mark MainActivity as `singleInstance` to receive any coming intent after it is...
Here's a streamlined process to ensure you get everything right: 1. **Clone the Repository on Your Laptop:** - Open a terminal on your laptop. - Run the following commands: ```bash...