Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ANON-Public
orbot
Commits
b98a0ff1
Commit
b98a0ff1
authored
Oct 16, 2017
by
n8fr8
Browse files
simplify bridge selection screen
parent
1e2074c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/torproject/android/OrbotMainActivity.java
View file @
b98a0ff1
...
...
@@ -1040,12 +1040,7 @@ public class OrbotMainActivity extends AppCompatActivity
enableBridges
(
true
);
break
;
case
1
:
//azure
Prefs
.
setBridgesList
(
"meek"
);
enableBridges
(
true
);
break
;
case
2
:
//amazon
case
2
:
//amazon & azure
Prefs
.
setBridgesList
(
"meek"
);
enableBridges
(
true
);
...
...
app/src/main/res/values-es/arrays.xml
View file @
b98a0ff1
...
...
@@ -4,8 +4,7 @@
<string-array
name=
"bridge_options"
>
<item>
Obfs4 (Preferido)
</item>
<item>
Túnel a través de Azure
</item>
<item>
Túnel a través de Amazon
</item>
<item>
Túnel a través de Azure y Amazon
</item>
<item>
Obtener nuevos puentes
</item>
<item></item>
</string-array>
...
...
app/src/main/res/values/arrays.xml
View file @
b98a0ff1
...
...
@@ -3,10 +3,9 @@
<resources>
<string-array
name=
"bridge_options"
>
<item>
Obfs4 (Best)
</item>
<item>
Tunnel through Azure
</item>
<item>
Tunnel through Amazon
</item>
<item>
Get New Bridges
</item>
<item>
Default Bridges (Obfs4)
</item>
<item>
Cloud Tunneling (Meek)
</item>
<item>
Get New Bridges...
</item>
<item></item>
</string-array>
<string-array
name=
"array_hs_types"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment