theappbusiness / android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
MIT License
425 stars 59 forks source link

Quick Setting Tile #7

Closed fmontesino closed 4 years ago

fmontesino commented 4 years ago

Why?

Starting on Android 7.0, developers can use the QST API to add their own Tile to speed up user's actions.

What?

Added a Tile that toggles the Proxy and updates to display proxy data if enabled.

image image

Note: icon subject to change when we have a proper design!

Bonus

Small refactor to move app features into a feature package.