aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/dia_portforward.xml
Commit message (Collapse)AuthorAgeFilesLines
* Port forward activity fixesKenny Root2009-06-111-5/+4
| | | | | | | | * Fix bug where you couldn't change port forward types while they were in use * Fixed layout to be 1.5 compliant * Changed example from source port "143" which is invalid to "8080" which would work git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@281 df292f66-193f-0410-a5fc-6d59da041ff2
* Avoid the wrath of RomainKenny Root2009-05-301-43/+80
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-101-5/+6
| | | | | | | * Sort SD card files in natural order * Don't show view flip animation if we're the last console * Add preference to disable status bar (full-screen) * Fix some layout fitting problems
* * Changed port forward type selector to spinner.Kenny Root2008-11-081-37/+11
| | | | * Allow live disabling and enabling of ports by clicking on PortForwardList.
* * Add dynamic port forwarding.Kenny Root2008-11-081-1/+8
|
* * Allow changing tunnels on connected hostsKenny Root2008-11-071-3/+3
| | | | | * "Port forwards" menu item in ConsoleActivity goes to PortForwardListActivity now * Allow users to delete tunnels
* * Add port forward list activity so port forwards can be saved in databaseKenny Root2008-11-071-0/+86
* Start saved port forwards when host is connected * Add titles to activities to distinguish where user is