w1nst0n
w1nst0n
It will be nice to be able to use the keyboard to navigate among the packages.
As of `v0.5.x`, UAD only manages system applications (installed in the `/system` partition). You cannot see user applications (installed in `/data` partition). I create this issue to officially add this...
- [x] Display a warning message when switching to a work profile user Screenshot  - [x] Display the work profile user in the settings (next to the `Affect all...
It is possible to revoke [dangerous runtime permissions](https://developer.android.com/reference/android/Manifest.permission) of an app from ADB. This is something that can be done directly from the settings panel of an Android device but...
Last feature before `v0.6`. I initially only wanted to fix a bug and (finally) release `v0.6` this weekend but during my tests, I realized that the way UAD handles the...
Correct me if I'm wrong but there seems to be no built-in support for HTTP/2 over TLS between the client and the proxy: I tried with the `http2` feature from...
When using BoltConn without root, the proxy can only be accessed without encryption. It would be great to allow support for HTTPS: ```cmd me@host~> curl -4IL --proxy http://127.0.0.1:9961 https://example.com HTTP/1.1...