aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* * Delete unused methods in JSOCKS library.Kenny Root2008-11-082-0/+0
| | | | * Replace keyboard picture with JPEG.
* * Add dynamic port forwarding.Kenny Root2008-11-083-2/+10
|
* * Allow changing tunnels on connected hostsKenny Root2008-11-072-4/+6
| | | | | * "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-075-81/+186
| | | | | * Start saved port forwards when host is connected * Add titles to activities to distinguish where user is
* * fixed bug where we might try loading passworded keys on startup in ↵Jeffrey Sharkey2008-11-034-4/+25
| | | | | | | | background service * changed updatehelper so that user preference can change between daily/weekly/never frequency
* * 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-029-20/+82
| | | | | | | | | | | | | | 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-022-0/+54
|
* * Allow hosts to specify which pubkey to useKenny Root2008-11-012-1/+14
| | | | | * Password-protected pubkeys now supported * Fix some dangling database pointers
* * Convert PubkeyListActivity to use a ViewBinder instead of a custom ↵Kenny Root2008-11-013-2/+6
| | | | | | | 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-0/+112
|
* * Added automatic version number insertion via AntKenny Root2008-10-302-2/+15
| | | | | * Removed unused cruft * Changed Class to Object in PromptHelper.java
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-305-11/+37
| | | | | * 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-296-3/+204
| | | | | | | | * 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-274-11/+155
| | | | | | | | * 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-275-24/+48
| | | | | | | | * 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-263-0/+76
| | | | | | | | console to create * created preference for keep-alive screen feature
* * refactored prompting gui component into PromptHelper, makes it easier now ↵Jeffrey Sharkey2008-10-264-4/+38
| | | | | | | | | | 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-253-0/+9
| | | | | | | | | | | 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
* * changed preferences to use explicit stringsJeffrey Sharkey2008-10-252-3/+6
|
* * updated prefs to handle enter key nicely (singleLine)Jeffrey Sharkey2008-10-255-23/+68
| | | | | | | * 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-2421-478/+222
|
* * forgot to add several files in last passJeffrey Sharkey2008-10-238-1/+200
| | | | | | * wizard layouts, buttons, and connected stateful drawable
* * connected up host bulbs (green/gray) to backend serviceJeffrey Sharkey2008-09-184-36/+22
| | | | | | | | | * switch to using a Binder and SimpleCursorAdapter instead of Adapter (slightly less efficient, but easier to update) * added gray color for host category * connected up easy-connect box on front screen to auto-create and launch new connection
* * changed handling of Console window to accept ↵Jeffrey Sharkey2008-09-152-0/+57
| | | | | | | | | | 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
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-118-0/+159
| | | | | | | | | | * 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
* added animations and newer layoutsJeffrey Sharkey2008-08-2713-1/+289
|
* Updated for 0.9 SDKJeffrey Sharkey2008-08-243-2/+3
|
* Initial update for Android SDK M5 support.Kenny Root2008-03-168-22/+24
|
* refactored preferences into a submenuKenny Root2007-11-262-1/+3
|
* Added preferences, touch entropy, fixes to SoftFont.Kenny Root2007-11-212-0/+38
|
* Merging back in the jcterm branchKenny Root2007-11-211-1/+7
|
* Fixed the disconnect dialog handling.Kenny Root2007-11-181-0/+1
|
* Updated icon for about screen.Kenny Root2007-11-183-7/+18
|
* Added about screen and icon.Kenny Root2007-11-184-4/+20
|
* Initial import.Kenny Root2007-11-178-0/+145