]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Extend GUI so the MTU can be entered
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Jun 2015 14:59:12 +0000 (16:59 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 22 Jun 2015 15:39:55 +0000 (17:39 +0200)
commit608f13048026f62f5450fa594562ff9e3fc53161
tree257008dd3dfc1b7aeedd17be12190376a47dfe3c
parent80fc1416654adca1415cf876521c24c1c4a84bc0
android: Extend GUI so the MTU can be entered

This also adds a new area for advanced settings that is only displayed
if the user requests it (or if advanced settings already have been set).

The min. MTU for IPv6 is 1280, anything lower lets the TUN device
creation fail if an IPv6 address has been assigned.  If lower MTUs are
necessary we might be able to catch that later when setting the MTU and
just use at least 1280 if an IPv6 address was assigned, but let's keep
it simple for now.
src/frontends/android/res/layout/profile_detail_view.xml
src/frontends/android/res/values-de/strings.xml
src/frontends/android/res/values-pl/strings.xml
src/frontends/android/res/values-ru/strings.xml
src/frontends/android/res/values-ua/strings.xml
src/frontends/android/res/values/strings.xml
src/frontends/android/src/org/strongswan/android/ui/VpnProfileDetailActivity.java