summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup
AgeCommit message (Collapse)Author
2022-07-18removed unused ServiceConnectioncyBerta
2022-07-18only allow already established network connections when trying to call the ↵cyBerta
provider API
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
2022-02-05always show 'show connection details' if connection details have been ↵cyBerta
visible and are going to be hidden
2021-12-17allow to parse and handle multiple certs in a pem filecyBerta
2021-12-10catch potential IllegalArgumentException when enqueuing intents for EIP and ↵cyBerta
ProviderAPI Service
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 ↵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-09check tor preferences before initiating a tor service connectioncyBerta
2021-11-08revert restriction to be connected to wifi in order to use snowflake/tor ↵cyBerta
fallback
2021-11-07tweak log item cell, get rid of DividerItemDecorator and use simple view as ↵cyBerta
separator per cell, fixes cell height and text positioning issues
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 ↵cyBerta
ProviderManager, in order to avoid URL.equals() calls. Fixes also test.
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 ↵cyBerta
useBridges is true
2021-10-22show tor and snowflake connection status in provider setup screenscyBerta
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-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 ↵cyBerta
been initiated with TorService
2021-07-21ensure that response.body().close() is always called when reading non-null ↵cyBerta
API responses
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 ↵cyBerta
for tor
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 ↵cyBerta
the provider in custom builds
2021-02-18add logging in ProvderApiConnector, in order to see the failing requestscyBerta