aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Uh, forgot to commit PubkeyListActivity for the ViewHolder change and add ↵Kenny Root2009-05-301-3/+9
| | | | | | some padding to item_portforward git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@244 df292f66-193f-0410-a5fc-6d59da041ff2
* Expose prompt instructions for keyboard-interactive; should let people use ↵Kenny Root2009-05-301-4/+7
| | | | | | SecureID, et. al. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@242 df292f66-193f-0410-a5fc-6d59da041ff2
* Avoid the wrath of RomainKenny Root2009-05-3017-542/+573
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* * Fixed some buggy stringsKenny Root2009-05-141-1/+1
| | | | | | * Externalized "No hosts connected" string git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalized some strings that should be translated.Kenny Root2009-05-111-3/+10
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 df292f66-193f-0410-a5fc-6d59da041ff2
* Externalize some strings, fix indentation while I'm at itKenny Root2009-04-072-143/+214
|
* Display version information on top of Help activity until we can get dynamic ↵Kenny Root2009-01-191-1/+11
| | | | content in our WebView.
* A smaller fix to the ViewFlipper bugKenny Root2009-01-131-2/+1
|
* Workaround for ViewAnimator bugKenny Root2009-01-131-1/+2
| | | | * Was causing the last still-connected hosts to not show the correct options menu after a preceeding connection was closed.
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-291-3/+2
| | | | | | | | | laggy connections. Also added preference to turn off if desired. * Created windowNoTitle style to prevent brief flashing of title bar on ConsoleActivity, instead of requesting programatically. * Slight padding change to EULA screen.
* Add a hint about what to do when Host List is empty.Kenny Root2008-11-201-4/+18
|
* * Fix size of "dimmed" area for prompts.Kenny Root2008-11-191-0/+117
|
* * Fix disconnect prompt when in port orientationKenny Root2008-11-191-90/+0
| | | | | * Fix answerback to send back current terminal emulation mode * Abstract beans to allow serialization into XML
* * Refactor a bit of the help screenKenny Root2008-11-181-1/+1
| | | | * Don't close view when host disconnects (user must explicitly close now)
* * Add rudimentary help system.Kenny Root2008-11-164-157/+77
|
* * Add compression option to hostsKenny Root2008-11-111-1/+1
|
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-102-13/+14
| | | | | | | * 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-082-2/+9
|
* * 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-074-68/+165
| | | | | * Start saved port forwards when host is connected * Add titles to activities to distinguish where user is
* * oops, forgot this newly added res fileJeffrey Sharkey2008-11-031-0/+36
|
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-022-8/+9
| | | | | | | | | | | | | | stored there. this is also disable-able from settings * "use any key" for a host will only look through unlocked in-memory keys * implemented "load on start" functionality in backend service * implemented "import key" which lets you select any openssh-formatted key (including passworded-ones) from simple /sdcard browser * cleaned up context menu in pubkeylist, now includes toggle checkbox for "load at start" but only available when password-less and non-imported * clicking a key in pubkeylist will toggle its backend status (decrypt and put in memory, or remove from memory) * created preference for screen orientation forcing versus auto, but still need to test * created preference for camera button behavior, but still need to test
* * Allow users to force screen size to specific dimensions.Kenny Root2008-11-021-0/+52
|
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom ↵Kenny Root2008-11-011-1/+1
| | | | | | | CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.
* * Allow users to change password for pubkey entries.Kenny Root2008-11-011-0/+103
|
* * Added automatic version number insertion via AntKenny Root2008-10-301-0/+9
| | | | | * Removed unused cruft * Changed Class to Object in PromptHelper.java
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-302-11/+35
| | | | | * Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation
* * Allow scrolling in Pubkey Generator Activity until we get landscape ↵Kenny Root2008-10-291-60/+64
| | | | | | | | orientation looking better. * Don't drop and recreate HostDatabase on every new version. * Remove some unused pubkey helper functions debug statements. * Fix a typo in debug stateent.
* * First pass at publickey authentication.Kenny Root2008-10-295-2/+197
| | | | | | | | * RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA.
* * added better keyboard shortcut into to wizardJeffrey Sharkey2008-10-272-11/+92
| | | | | | | | * moved a large chunk of strings into strings.xml, still need to think harder about how to handle in TerminalBridge because it needs a Resources object * udpated version strings in manifest to 1.1 and 110 * removed R.java file to help svn-build-bot
* * finished implementing copy functionalityJeffrey Sharkey2008-10-272-2/+2
| | | | | | | | * added right or left alt- or shift- helping keys (/ and tab), disableable from settings * fixed a few random bugs
* * added port forwarding--tested to work with local "-L" tunnels, tap menu on ↵Jeffrey Sharkey2008-10-261-0/+68
| | | | | | | | console to create * created preference for keep-alive screen feature
* * refactored prompting gui component into PromptHelper, makes it easier now ↵Jeffrey Sharkey2008-10-261-3/+37
| | | | | | | | | | because it offers blocking methods to get strings * also added boolean prompt support for hostkey yes/no from user * added checking and storing of hostkeys into backend database, successfully tested * created new icon using android style guide pdf, older icon is still here
* * updated prefs to handle enter key nicely (singleLine)Jeffrey Sharkey2008-10-254-23/+64
| | | | | | | * moved wizard stuff around so scrollview works as expected between different steps (instead of fixed height) * added password dialog to console--it will manage showing/hiding as needed
* * removed older res filesJeffrey Sharkey2008-10-2417-478/+152
|
* * forgot to add several files in last passJeffrey Sharkey2008-10-234-0/+194
| | | | | | * wizard layouts, buttons, and connected stateful drawable
* * changed handling of Console window to accept ↵Jeffrey Sharkey2008-09-151-0/+37
| | | | | | | | | | ssh://user@host:port/#nickname intents, which will also be used by desktop shortcuts later * changed terminalbridge to handle all hostkey and password authentication through console instead of android gui (mimics traditional openssh) * added disconnect and paste functionality to Console menu
* added animations and newer layoutsJeffrey Sharkey2008-08-275-0/+244
|
* Updated for 0.9 SDKJeffrey Sharkey2008-08-243-2/+3
|
* Initial update for Android SDK M5 support.Kenny Root2008-03-167-22/+22
|
* refactored preferences into a submenuKenny Root2007-11-261-0/+0
|
* Added preferences, touch entropy, fixes to SoftFont.Kenny Root2007-11-211-0/+33
|
* Merging back in the jcterm branchKenny Root2007-11-211-1/+7
|
* Updated icon for about screen.Kenny Root2007-11-181-6/+17
|
* Added about screen and icon.Kenny Root2007-11-182-1/+13
|
* Initial import.Kenny Root2007-11-175-0/+119