summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderApiManagerBase.java
AgeCommit message (Expand)Author
2024-02-25save manually added providercyBerta
2024-01-25refactor ProviderApiConnector, allow to inject dummy implementations for unit...cyBerta
2024-01-25fix VpnCertificateValidatorTest, extract CertificateHelper (returns a fingerp...cyBerta
2024-01-25fix VpnConfigGenerator Test, move RSAHelper and ObfsVpnHelper out of ConfigHe...cyBerta
2023-10-25always show provider setup progress in percentage, combine tor bootstrap prog...cyBerta
2023-08-03tweak comment - referring to canConnect() test in provider setupcyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-19always provide private VPN key over management interface, avoid exposing it i...cyBerta
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 d...cyBerta
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 already...cyBerta
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor sh...cyBerta
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 ProviderAPI...cyBerta
2021-11-10add a more specific error if provider api communication is attempted without ...cyBerta
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 fall...cyBerta
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 use...cyBerta
2021-10-02* refactor startTorProxy()cyBerta
2021-09-30remove tor circuit setup observer once timeout reached or tor circuits have b...cyBerta
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