summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup
AgeCommit message (Collapse)Author
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
2021-02-18add a lot of API related error logs to log screencyBerta
2020-12-30replace jetbrains.annotations by androidx.annotationscyBerta
2020-12-29update butterknife probably a last timecyBerta
2020-12-29new year cleanup: restructure messy projectcyBerta