Add static IP UI

Remove the existing UI and add per network static IP config option

Change-Id: I9b8636e1559de9691144fdb54e20d40985896650
This commit is contained in:
Irfan Sheriff
2010-08-30 17:03:28 -07:00
parent 69923835cf
commit f027ce5e02
7 changed files with 284 additions and 267 deletions

View File

@@ -341,6 +341,15 @@
<item>GTC</item>
</string-array>
<!-- Wi-Fi IP settings. -->
<string-array name="wifi_ip_settings">
<!-- Do not translate. -->
<item>DHCP</item>
<!-- Do not translate. -->
<item>Static</item>
</string-array>
<!-- Sound settings for emergency tone. -->
<string-array name="emergency_tone_entries">
<item>Off</item>

View File

@@ -895,7 +895,9 @@
<!-- Label for the password of the secured network -->
<string name="wifi_password">Password</string>
<!-- Label for the check box to show password -->
<string name="wifi_show_password">Show password.</string>
<string name="wifi_show_password">Show password</string>
<!-- Label for the spinner to show ip settings -->
<string name="wifi_ip_settings">IP settings</string>
<!-- Hint for unchanged fields -->
<string name="wifi_unchanged">(unchanged)</string>
<!-- Hint for unspecified fields -->
@@ -949,8 +951,6 @@
<string name="wifi_ip_settings_menu_cancel">Cancel</string>
<!-- Error message if the IP address is not valid -->
<string name="wifi_ip_settings_invalid_ip">Please type a valid IP address.</string>
<!-- Checkbox for whether to use a static IP address -->
<string name="wifi_use_static_ip">Use static IP</string>
<!-- Label for the DNS (first one) -->
<string name="wifi_dns1">DNS 1</string>
<!-- Label for the DNS (second one)-->