summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup
AgeCommit message (Expand)Author
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-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
2022-02-05always show 'show connection details' if connection details have been visible...cyBerta
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and P...cyBerta
2021-11-28fix unobfuscated reconnect option if configuring provider using snowflake failedcyBerta
2021-11-25adapt wording for hiding connection details, fixes #9051cyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-16replace all TextViews with AppCompatTextViewscyBerta
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-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-07tweak log item cell, get rid of DividerItemDecorator and use simple view as s...cyBerta
2021-11-07tweak loading screen - hide connection details behind a clickable lablecyBerta
2021-11-07implement tor fallback mechanism for canConnect()cyBerta
2021-11-07catch possible IllegalStateException within stopServicecyBerta
2021-11-06Keep preshipped and manually added provider urls as strings in ProviderManage...cyBerta
2021-11-06fix tor provider setup fallback mechanismcyBerta
2021-11-06fix potential memory leakcyBerta
2021-11-06fix app crash on pre Android 7cyBerta
2021-11-06hide connection detail UI on error handlingcyBerta
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-22show tor and snowflake connection status in provider setup screenscyBerta
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-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-21ensure that response.body().close() is always called when reading non-null AP...cyBerta
2021-07-21remove log in ProviderApiManagerBasecyBerta
2021-07-21rename methodcyBerta
2021-07-21minor language fixes in ProviderSetupBaseActivitycyBerta
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-21show tor status info in provider setup activiescyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta
2021-02-25ensure the private api and the preshipped certificate will be used to setup t...cyBerta
2021-02-18add logging in ProvderApiConnector, in order to see the failing requestscyBerta