| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@243 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
| |
SecureID, et. al.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@242 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@236 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
| |
* Externalized "No hosts connected" string
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@233 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@232 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
| |
translations.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@230 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@228 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
| |
Spanish, Norwegian Bokmal, Russian.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@220 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@217 df292f66-193f-0410-a5fc-6d59da041ff2
|
| |
|
|
|
|
| |
* Update Deutsch translation
|
|
|
|
|
|
| |
* Added translation for Deutsch (thanks, TauPan!)
* Added translation for Swedish (thanks, dalurka!)
|
| |
|
| |
|
|
|
|
|
| |
* Change 4-spaces to tabs (I blame Eclipse's editor)
* Remove white spaces from end of lines
|
| |
|
| |
|
| |
|
|
|
|
| |
content in our WebView.
|
| |
|
| |
|
|
|
|
| |
* Was causing the last still-connected hosts to not show the correct options menu after a preceeding connection was closed.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* default will be "xterm-color" for new hosts
* add option of xterm-256color for 256 color support
|
| |
|
|
|
|
|
|
|
| |
radical change is needed to be fully Unicode.
* This only supports Unicode characters that can be precomposed for now (e.g., no combining marks or other zero-width characters) which will break a lot of languages.
* This does not support full-width characters (e.g., Asian languages)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Fix answerback to send back current terminal emulation mode
* Abstract beans to allow serialization into XML
|
|
|
|
| |
* Don't close view when host disconnects (user must explicitly close now)
|
| |
|
|
|
|
| |
* We no longer lose connections to hosts not in the database made from shortcuts
|
| |
|
|
|
|
| |
* Externalized some strings.
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
* Allow live disabling and enabling of ports by clicking on PortForwardList.
|
|
|
|
| |
* Replace keyboard picture with JPEG.
|
| |
|
|
|
|
|
| |
* "Port forwards" menu item in ConsoleActivity goes to PortForwardListActivity now
* Allow users to delete tunnels
|
|
|
|
|
| |
* Start saved port forwards when host is connected
* Add titles to activities to distinguish where user is
|
|
|
|
|
|
|
|
| |
background service
* changed updatehelper so that user preference can change between daily/weekly/never frequency
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
* Password-protected pubkeys now supported
* Fix some dangling database pointers
|
|
|
|
|
|
|
| |
CursorAdapter
* Convert PubkeyListActivity's icons to image states
* Fix typo from last checkin.
|