diff options
author | cyberta <cyberta@riseup.net> | 2022-06-09 01:09:35 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-06-09 01:09:35 +0000 |
commit | c20478bfa2a07487b81f79c58fbe8a11f4b64bc1 (patch) | |
tree | 47e2c09efa030644bd98086d518ec0d3d966fb21 /app/src/main/res | |
parent | 2c79b891cb4e946b400374fb1cd7e08ce14b25d6 (diff) | |
parent | 568ee211b417f5b3632e22f61a28cedcbb89cc51 (diff) |
Merge branch 'hidden_gateway_pinning' into 'master'
add debug feature to pin single gateways
See merge request leap/bitmask_android!193
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 398d2c86..7b8733cd 100644 --- a/app/src/main/res/layout/f_settings.xml +++ b/app/src/main/res/layout/f_settings.xml @@ -105,5 +105,14 @@ app:icon="@drawable/ic_access_point_36" /> + <se.leap.bitmaskclient.base.views.IconTextEntry + android:id="@+id/gateway_pinning" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:text="Gateway pinning" + app:singleLine="false" + app:subtitle="Connect to a specific Gateway for debugging purposes" + /> + </LinearLayout> </ScrollView>
\ No newline at end of file |