summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderAPI.java
AgeCommit message (Expand)Author
2024-02-26save manually added providers in encrypted shared preferences instead of exte...cyBerta
2024-02-25save manually added providercyBerta
2023-10-25deprecate old Provider API jobs, such as login and signupcyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-13migrate to encrypted shared preferencescyBerta
2022-11-22implement motd download in ProviderAPI Service, persist motdcyBerta
2022-07-18removed unused ServiceConnectioncyBerta
2022-07-18only allow already established network connections when trying to call the pr...cyBerta
2022-07-18update soon expiring vpn certificates after connecting to the VPNcyBerta
2022-05-19handle tor startup errors and use better checks in EipSetupObserver if tor sh...cyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and P...cyBerta
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-09check tor preferences before initiating a tor service connectioncyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor fall...cyBerta
2021-11-07catch possible IllegalStateException within stopServicecyBerta
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-23rename usePluggableTransports prefrence to useBridges, start snowflake if use...cyBerta
2021-10-02* refactor startTorProxy()cyBerta
2021-07-21set torService to null when tor service connection disconnectedcyBerta
2021-07-21always stop tor service connection immediately after we got the http tunnel portcyBerta
2021-07-21don't set a new ClientTransportPlugin everytime a service connection has been...cyBerta
2021-07-21rename methodcyBerta
2021-07-21stop torService immediately instead of queueing it in provider api servicecyBerta
2021-07-21implement ClientTransportPluginInterface to start / stop snowflake client for...cyBerta
2021-07-21inject IPtProxy in TorServicecyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta