summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderApiManagerBase.java
AgeCommit message (Collapse)Author
2023-07-19always provide private VPN key over management interface, avoid exposing it ↵cyBerta
in persisted openvpn config. The private key is stored encrypted instead
2022-11-22implement motd download in ProviderAPI Service, persist motdcyBerta
2022-08-07set riseup's main_url to black.riseup.net while still showing riseup.net as ↵cyBerta
domain in the UI
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-05-19ignore snowflake preferences for API communication if a VPN tunnel is ↵cyBerta
already established
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor ↵cyBerta
should be shutdown
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-12cleanupcyBerta
2021-11-11use command pattern to start/stop tor service, similar to EIP and ↵cyBerta
ProviderAPI service
2021-11-10add a more specific error if provider api communication is attempted without ↵cyBerta
any working internet connection
2021-11-10move optional arguments to the back in ProviderAPI's error handling methodscyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor ↵cyBerta
fallback
2021-11-07implement tor fallback mechanism for canConnect()cyBerta
2021-11-07catch possible IllegalStateException within stopServicecyBerta
2021-11-06fix tor provider setup fallback mechanismcyBerta
2021-11-06implement tiomeout error handling + UI if tor doesn't start within 3 minutescyBerta
2021-11-05Ensure tor state is set to OFF after snowflake completely stopped.cyBerta
2021-10-24remove unused service action STOP_PROXYcyBerta
2021-10-24cancel tor and provider setup on pressing back buttoncyBerta
2021-10-23rename usePluggableTransports prefrence to useBridges, start snowflake if ↵cyBerta
useBridges is true
2021-10-02* refactor startTorProxy()cyBerta
* fix setting http proxy port correctly * snowflake+tor does currently only work when being connected to a wifi, not a cellular network. For now, we check if the device is connected to a wifi, before attempting to start tor
2021-09-30remove tor circuit setup observer once timeout reached or tor circuits have ↵cyBerta
been setup successfully
2021-09-30set tor setup timeout to 3 minutescyBerta
2021-07-21remove log in ProviderApiManagerBasecyBerta
2021-07-21rename methodcyBerta
2021-07-21stop torService immediately instead of queueing it in provider api servicecyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-02-18add a lot of API related error logs to log screencyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta