diff --git a/TODO b/TODO index 129a44246..1afde06c3 100644 --- a/TODO +++ b/TODO @@ -4,9 +4,6 @@ on the i2ptunnel and addressbook pages on the tablet, the columns are too skinny, they aren't as wide as the tab only a few addressbook entries wrap but on i2ptunnel everything is wrapped and most of the screen is empty - Create tunnel wizard - in the tunnel create wizard: - 'this could be the full base 64 destination key, or an i2p url from your address book" - 'host name' better than 'URL'. Technically speaking, a host name is not a URL hmm would be nice if they could be shared-client or have an option was setting up email tunnels - I2PTunnel details diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fd74cba5e..1f08140ec 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -208,7 +208,7 @@ The name of the tunnel, for identification in the tunnel list. A description of the tunnel. This is optional and purely informative. - Type in the I2P destination of the service that this client tunnel should connect to. This could be the full base 64 destination key, or an I2P URL from your address book. + Type in the I2P destination of the service that this client tunnel should connect to. This could be the full base 64 destination key, or an I2P host name from your address book. If you know of any outproxies for this type of tunnel (either HTTP or SOCKS), fill them in. Separate multiple proxies with commas. This is the IP that your service is running on, this is usually on the same machine so 127.0.0.1 is autofilled. This is the port that the service is accepting connections on.