| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@508 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@507 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@471 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@450 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@449 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
|
| |
the hardware keyboard is hidden
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@348 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
| |
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@259 df292f66-193f-0410-a5fc-6d59da041ff2
|
|
|
|
|
| |
* Change 4-spaces to tabs (I blame Eclipse's editor)
* Remove white spaces from end of lines
|
| |
|
|
|
|
| |
* Replace keyboard picture with JPEG.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
CursorAdapter
* Convert PubkeyListActivity's icons to image states
* Fix typo from last checkin.
|
|
|
|
|
| |
* Make sure setMargins in terminal emulation can't be fooled
* Don't force ConsoleActivity to run in landscape orientation
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
* wizard layouts, buttons, and connected stateful drawable
|
|
|
|
|
|
|
|
|
|
| |
* moving more stuff over to new frontend gui in org.connectbot
* found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling
* new host-editing backend that uses preferences hack, will blog about this technique later today
* using colors to categorize hosts (does this work?)
* moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu
|
| |
|
| |
|
|
|