diff options
author | cyBerta <cyberta@riseup.net> | 2022-07-15 22:08:57 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-07-19 00:06:12 +0200 |
commit | 472a3fdb9c9036f5666e65b5dfd9bd91a51563f8 (patch) | |
tree | 42d36b0adf658f41add285e48204ecd5b1ee5206 /app/src/main/res | |
parent | 93c7fd8c592a85341e8dff594ba1ec535aa103c2 (diff) |
add UI to enable experimental kcp transport if the client uses obfsvpn instead of shapeshifter and the provider supports the kcp variant
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/f_settings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_settings.xml b/app/src/main/res/layout/f_settings.xml index 7b8733cd..f89dc956 100644 --- a/app/src/main/res/layout/f_settings.xml +++ b/app/src/main/res/layout/f_settings.xml @@ -114,5 +114,14 @@ app:subtitle="Connect to a specific Gateway for debugging purposes" /> + <se.leap.bitmaskclient.base.views.IconSwitchEntry + android:id="@+id/experimental_transports" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:text="Experimental transports" + app:singleLine="false" + app:subtitle="These transports might circumvent censorship, but are still in a testing phase" + /> + </LinearLayout> </ScrollView>
\ No newline at end of file |