Feature #5207
Expand capability of Orbot Proxy Helper class
Status: | In Progress | Start date: | 05/26/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 06/12/2015 | |
Assignee: | n8fr8 | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Component: |
Description
- Add support for querying Psiphon for ports, either through direct call or port scanning
- Add ability to find out what ports+protocols are available
- Increase data about network state, similar to ConnectivityManager API: connecting, connected, connected+routing, etc, not connected, with error/extra messages
- Need to know if local VPN or transproxy is enabled
History
#1 Updated by n8fr8 over 2 years ago
This is the starting point for this new work: https://github.com/guardianproject/NetCipher/blob/master/libnetcipher/src/info/guardianproject/onionkit/ui/OrbotHelper.java
#2 Updated by n8fr8 over 2 years ago
- Status changed from New to In Progress
Mostly complete... still need to add support for detecting VPN/transproxy mode, and perhaps more granular status.