aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * Fix post-login automatiion that was broken with the bean patchKenny Root2008-11-143-12/+10
|
* * Convert host entries to beansKenny Root2008-11-149-489/+581
| | | | * We no longer lose connections to hosts not in the database made from shortcuts
* * Fix bug where scroll regions were blown away when you exited the console ↵Kenny Root2008-11-141-11/+15
| | | | activity and came back.
* * Fix crash if you tried to bring up menu when making a shortcut on the desktopKenny Root2008-11-112-10/+10
| | | | * Fix CTRL keys so CTRL-\, et al., are supported.
* * Add compression option to hostsKenny Root2008-11-1125-6/+5368
|
* * ctrl-space will now send ASCII 0 (NUL)Kenny Root2008-11-101-0/+2
|
* * Support PINE's style of highlighting menu items with SGR italicsKenny Root2008-11-101-0/+6
|
* * Deleted JCTerm source from repositoryKenny Root2008-11-105-1142/+9
| | | | * Externalized some strings.
* * Don't present SD card dialog if SD card isn't presentKenny Root2008-11-102-4/+29
| | | | | | | * 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
* * Allow user to have a port-forward-only connection to a host (similar to ↵Kenny Root2008-11-105-41/+162
| | | | | | | OpenSSH's -N option) * Fixed bug with adding port forwards * Fixed bug where we crash if connection goes away while we're initializing the ConsoleActivity
* * Changed port forward type selector to spinner.Kenny Root2008-11-083-36/+83
| | | | * Allow live disabling and enabling of ports by clicking on PortForwardList.
* * Delete unused methods in JSOCKS library.Kenny Root2008-11-083-36/+0
| | | | * Replace keyboard picture with JPEG.
* * Add dynamic port forwarding.Kenny Root2008-11-0823-6/+3870
|
* * Allow changing tunnels on connected hostsKenny Root2008-11-075-37/+99
| | | | | * "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-078-97/+878
| | | | | * Start saved port forwards when host is connected * Add titles to activities to distinguish where user is
* * Don't repeat a notification if it's the same as the last one.Kenny Root2008-11-035-20/+28
| | | | | * Allow users to copy to the end of the screen. * Strip blank space off the end of each copied line and don't append a return on the last line.
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-035-16/+52
| | | | | | | | background service * changed updatehelper so that user preference can change between daily/weekly/never frequency
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-0213-208/+630
| | | | | | | | | | | | | | 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-023-9/+144
|
* * Allow hosts to specify which pubkey to useKenny Root2008-11-017-34/+180
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom ↵Kenny Root2008-11-011-60/+46
| | | | | | | CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin.
* * Allow users to change password for pubkey entries.Kenny Root2008-11-012-10/+119
|
* * Added patch from Issue 61. Thanks, armooo.Kenny Root2008-10-311-5/+24
| | | | | * Corrected some character drawing weirdness. Looks much closer to a real terminal now. * Close pubkey cursor when we're done with it instead of having Android complain about it.
* * Added automatic version number insertion via AntKenny Root2008-10-304-7/+3
| | | | | * Removed unused cruft * Changed Class to Object in PromptHelper.java
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-303-22/+23
| | | | | * Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation
* * Fix crash if user tries to type during authentication.Kenny Root2008-10-301-0/+3
|
* Okay, you're not going to believe this:Kenny Root2008-10-301-6/+2
| | | | * Fixed yet another error with scroll regions; this time with cursor movement into them.
* * Fix bug introduced that makes lines scroll too much. I think the last two ↵Kenny Root2008-10-301-1/+1
| | | | revisions fix the real bug that this was covering up.
* * Fix delete line bug in emulation that was messing up irssi clock updates.Kenny Root2008-10-303-17/+6
| | | | * Remove some debugging statements that snuck into the code.
* * Fix scrolling region setting bug.Kenny Root2008-10-302-6/+49
| | | | * Ignore xterm-style title updates (we could use this for the TerminalManager title, actually).
* * Fix breaking out of scroll regions when the line wraps.Kenny Root2008-10-291-1/+7
|
* * Add ports to the end of nicknames created for hosts added by quick-connect ↵Kenny Root2008-10-291-2/+8
| | | | with non-default ports.
* * Allow scrolling in Pubkey Generator Activity until we get landscape ↵Kenny Root2008-10-292-24/+14
| | | | | | | | 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-2912-14/+1138
| | | | | | | | * 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.
* * Only release wakelock if we have it acquired. Reference Issue 37Kenny Root2008-10-281-3/+1
|
* * Added support for hosts that don't require authentication.Kenny Root2008-10-271-0/+9
|
* * added better keyboard shortcut into to wizardJeffrey Sharkey2008-10-276-136/+32
| | | | | | | | * 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-278-60/+238
| | | | | | | | * 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-266-118/+167
| | | | | | | | console to create * created preference for keep-alive screen feature
* * fixed bug that causes crash when editing host--we shouldnt be including ↵Jeffrey Sharkey2008-10-261-1/+1
| | | | the BLOB hostkey in the returned cursor
* * refactored prompting gui component into PromptHelper, makes it easier now ↵Jeffrey Sharkey2008-10-266-157/+433
| | | | | | | | | | 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
* * fixed disconnect in several places so that it correctly disposes of any ↵Jeffrey Sharkey2008-10-258-85/+283
| | | | | | | | | | | visible gui consoles * now handling remote socket dropping that disconnects sessions * added disconnected icon to stateful connected.xml list and updated binder to use it * added "post-login automation" in host settings to run commands once authenticated (like screen -dr) * bitmaps are now integral w.r.t. char size, which should resolve "cruft" at bottom of views
* First pass at keyboard-interactiveKenny Root2008-10-251-9/+45
|
* * okay loool got rid of all those warnings for all those anal people out ↵Jeffrey Sharkey2008-10-2510-38/+10
| | | | there :P
* * fixed double-password bug when hitting enter (was submitting twice, on ↵Jeffrey Sharkey2008-10-256-20/+48
| | | | | | | | keydown and up) * now correctly reading preferences values for scrollback/emulation
* * fixed last-console disconnect bug crashJeffrey Sharkey2008-10-251-1/+2
|
* * added real password prompt to help with special chars and also offer ↵Jeffrey Sharkey2008-10-256-179/+277
| | | | | | | | | visual confirmation * this approach should also work with mutiple auth methods, and handles when switching between multiple consoles correctly * also simplified wizardactivity
* * removed one more unused adpater, were using the binder approach nowJeffrey Sharkey2008-10-241-130/+0
|
* * removed older code to clean stuff upJeffrey Sharkey2008-10-2432-3236/+737
| | | | | | | | | * renamed some classes to make clearer * added javadoc everywhere to help explain stuff * separated private key db from host db * removed older "surface" bridge/view because they are painfully slow on hardware, didnt speed up things like we expected they would because lock/unlock of accelerated surface is expensive
* Add back in regressed CTRL and ESC sending by using center DPAD.Kenny Root2008-10-231-0/+18
|