summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/tor/TorServiceCommand.java
AgeCommit message (Expand)Author
2024-02-03fix foreground service permissions for Android API 34cyBerta
2023-08-02use single instance of shared prefernces across the app, this reduces the lag...cyBerta
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
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 ProviderAPI...cyBerta