summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/tor
AgeCommit message (Expand)Author
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
2023-07-31improve Snowflake logscyBerta
2022-12-15force nulling context after TorServiceConnection.close()cyBerta
2022-12-12remove some logscyBerta
2022-12-12implement better snowflake connection setup handling in case either http doma...cyBerta
2022-11-22remove unused importscyBerta
2022-05-19avoid possible NPE in TorStatusObservablecyBerta
2022-05-19early return if tor is ment to be shutdown but is not runningcyBerta
2022-05-19only wait until Tor has been completely shutdown successfully on startTorServ...cyBerta
2022-05-19reset http proxy port immediately after tor has been cancelled and is about t...cyBerta
2022-05-19implement method to determine if tor is currently running and not yet about t...cyBerta
2022-05-18avoid possible NPE in ClientTransportPlugincyBerta
2022-01-25update IPtProxy / snowflakecyBerta
2021-11-26fix string referencecyBerta
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-12add licensescyBerta
2021-11-11Check if snowflake stopped with an error. Change state to OFF in that case, toocyBerta
2021-11-11use command pattern to start/stop tor service, similar to EIP and ProviderAPI...cyBerta
2021-11-11fix snowflake on-/off state detectioncyBerta
2021-11-09debounce tor notifications to max. 2 per secondcyBerta
2021-11-07always reset proxy port if tor status turns to OFFcyBerta
2021-11-07Add provider setup unit tests wrt. Tor handlingcyBerta
2021-11-06initiate tor status logs with empty stringscyBerta
2021-11-05tweak notification settingscyBerta
2021-11-05localize notification channel description for tor notificationscyBerta
2021-11-05Ensure tor state is set to OFF after snowflake completely stopped.cyBerta
2021-11-04remove unused UNKNOWN TorStatus statecyBerta
2021-11-04use deprecated method to initiate FileObserver for now to avoid crashes on ol...cyBerta
2021-10-24cancel tor and provider setup on pressing back buttoncyBerta
2021-10-22show tor and snowflake connection status in provider setup screenscyBerta
2021-10-16tweak snowflake log messagecyBerta
2021-10-16remove unneeded logscyBerta
2021-10-16cleanup importscyBerta
2021-10-16show snowflake logs in notificationcyBerta
2021-10-16show tor bootstrapping progress in notificationscyBerta
2021-10-02set max snowflake peers to 5 for nowcyBerta
2021-10-02show snowflake logs in logcatcyBerta
2021-07-21implement ClientTransportPluginInterface to start / stop snowflake client for...cyBerta
2021-07-21update tor-androidcyBerta
2021-07-21inject IPtProxy in TorServicecyBerta
2021-07-21update tor-androidcyBerta
2021-07-21use notifications contentText instead of contentTitle, so that the complete t...cyBerta
2021-07-21show tor status info in provider setup activiescyBerta
2021-07-21don't use hard coded stringscyBerta
2021-07-21initial tor-integration to circumvent blocking attempts of the provider apicyBerta