176
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Restore compression option. More... over 15 years ago
* Fix post-login automatiion that was broken with the bean patch More... over 15 years ago
* Convert host entries to beans * We no longer lose connections to hosts not in the database made from shortcuts More... over 15 years ago
* Fix bug where scroll regions were blown away when you exited the console activity and came back. More... over 15 years ago
* Fix crash if you tried to bring up menu when making a shortcut on the desktop * Fix CTRL keys so CTRL-\, et al., are supported. More... over 15 years ago
* Add compression option to hosts More... over 15 years ago
* ctrl-space will now send ASCII 0 (NUL) More... over 15 years ago
* Support PINE's style of highlighting menu items with SGR italics More... over 15 years ago
* Deleted JCTerm source from repository * Externalized some strings. More... over 15 years ago
* Don't present SD card dialog if SD card isn't present * 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 More... over 15 years ago
* Allow user to have a port-forward-only connection to a host (similar to 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 More... over 15 years ago
* Changed port forward type selector to spinner. * Allow live disabling and enabling of ports by clicking on PortForwardList. More... over 15 years ago
* Delete unused methods in JSOCKS library. * Replace keyboard picture with JPEG. More... over 15 years ago
* Add dynamic port forwarding. More... over 15 years ago
* Allow changing tunnels on connected hosts * "Port forwards" menu item in ConsoleActivity goes to PortForwardListActivity now * Allow users to delete tunnels More... over 15 years ago
* Add port forward list activity so port forwards can be saved in database * Start saved port forwards when host is connected * Add titles to activities to distinguish where user is More... over 15 years ago
* Update manifest for version 1.2 release More... over 15 years ago
* Don't repeat a notification if it's the same as the last one. * 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. More... over 15 years ago
* fixed bug where we might try loading passworded keys on startup in background service * changed updatehelper so that user preference can change between daily/weekly/never frequency
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* oops, forgot this newly added res file
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* added "in-memory" function to backend service so that unlocked keys can be 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
Jeff Sharkey
as Jeffrey Sharkey
More... over 15 years ago
* Allow users to force screen size to specific dimensions. More... over 15 years ago
* Allow hosts to specify which pubkey to use * Password-protected pubkeys now supported * Fix some dangling database pointers More... over 15 years ago
* Convert PubkeyListActivity to use a ViewBinder instead of a custom CursorAdapter * Convert PubkeyListActivity's icons to image states * Fix typo from last checkin. More... over 15 years ago
* Allow users to change password for pubkey entries. More... over 15 years ago
* Added patch from Issue 61. Thanks, armooo. * 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. More... over 15 years ago
* Added automatic version number insertion via Ant * Removed unused cruft * Changed Class to Object in PromptHelper.java More... over 15 years ago
* Add icons for PubkeyListActivity and an empty-list hint TextView * Make sure setMargins in terminal emulation can't be fooled * Don't force ConsoleActivity to run in landscape orientation More... over 15 years ago
* Fix crash if user tries to type during authentication. More... over 15 years ago
Okay, you're not going to believe this: * Fixed yet another error with scroll regions; this time with cursor movement into them. More... over 15 years ago