aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/wiz_eula.xml
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the wrath of RomainKenny Root2009-05-301-66/+66
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@238 df292f66-193f-0410-a5fc-6d59da041ff2
* * Added "bumpy arrows" so that arrow keys trigger vibration, useful for ↵Jeffrey Sharkey2008-12-291-3/+2
| | | | | | | | | 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.
* * Add compression option to hostsKenny Root2008-11-111-1/+1
|
* * Add dynamic port forwarding.Kenny Root2008-11-081-1/+1
|
* * added "in-memory" function to backend service so that unlocked keys can be ↵Jeffrey Sharkey2008-11-021-8/+8
| | | | | | | | | | | | | | 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
* * Added automatic version number insertion via AntKenny Root2008-10-301-0/+9
| | | | | * Removed unused cruft * Changed Class to Object in PromptHelper.java
* * First pass at publickey authentication.Kenny Root2008-10-291-2/+2
| | | | | | | | * 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.
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-1/+1
| | | | | | | | * added right or left alt- or shift- helping keys (/ and tab), disableable from settings * fixed a few random bugs
* * updated prefs to handle enter key nicely (singleLine)Jeffrey Sharkey2008-10-251-5/+15
| | | | | | | * 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-241-0/+17
|
* * forgot to add several files in last passJeffrey Sharkey2008-10-231-0/+60
* wizard layouts, buttons, and connected stateful drawable