Bundle tor (#339)

* tor started

* tor works

* tor code

* improve manager

* works

* move tor icon

* werks

* arti works

* arti works

* arti works with reconnect

* delay fix

* refactor
This commit is contained in:
callebtc
2025-08-29 14:37:35 +02:00
committed by GitHub
parent 7f4bd96739
commit 686e2e78ec
12 changed files with 551 additions and 16 deletions
+6 -1
View File
@@ -36,6 +36,8 @@ nordic-ble = "2.6.1"
# WebSocket
okhttp = "4.12.0"
tor-android-binary = "0.4.4.6"
# Google Play Services
gms-location = "21.3.0"
@@ -93,6 +95,9 @@ nordic-ble = { module = "no.nordicsemi.android:ble", version.ref = "nordic-ble"
# WebSocket
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
tor-android-binary = { module = "org.torproject:tor-android-binary", version.ref = "tor-android-binary" }
# Tor (embed) intentionally not pinned yet; add once repo is chosen
# Google Play Services
gms-location = { module = "com.google.android.gms:play-services-location", version.ref = "gms-location" }
@@ -150,4 +155,4 @@ testing = [
compose-testing = [
"androidx-compose-ui-test-junit4",
"androidx-compose-ui-test-manifest"
]
]