summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/tor/TorServiceCommand.java
AgeCommit message (Collapse)Author
2023-08-02use single instance of shared prefernces across the app, this reduces the ↵cyBerta
laggyness of the UI noticably
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 ↵cyBerta
startTorService command if the service was previously cancelled
2021-11-25implement UI to enable/disable tor in settings fragmentcyBerta
2021-11-12add licensescyBerta
2021-11-11use command pattern to start/stop tor service, similar to EIP and ↵cyBerta
ProviderAPI service