From 18dd53d4194269f1082b82d8b216bbb62e4c80f4 Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 3 Aug 2017 11:22:42 -0400 Subject: [PATCH] Expose IsolateDestAddr --- app/src/main/res/values/strings.xml | 3 +++ app/src/main/res/xml/preferences.xml | 9 +++++++++ .../org/torproject/android/service/OrbotConstants.java | 4 +++- .../java/org/torproject/android/service/TorService.java | 8 +++++++- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 41b9e816..5bb7d909 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -380,4 +380,7 @@ Enable Consider disable battery optimizations Consider enable battery optimizations + + Isolate destination addresses + Use a different circuit for each destination address diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index c20dc4fa..c3f07a8d 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -157,6 +157,15 @@ android:dialogTitle="@string/enter_ports" /> + + + +