Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Suppress warnings for ClipboardManager | Kenny Root | 2011-07-01 | 1 | -0/+4 | |
| | | ||||||
* | | add copyright block for StrictModeSetup, fix tabs | Perry Nguyen | 2011-06-30 | 1 | -3/+19 | |
| | | ||||||
* | | Enable ESC, TAB, CTRL and ALT on external keyboard | Perry Nguyen | 2011-06-30 | 3 | -18/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Might work with earlier versions, but this is intended for honeycomb ConsoleActivity: configureStrictMode (only on honeycomb, should fallback gracefully otherwise); disable menuitem accelerators if a hardware keyboard is not attached to te device StrictModeSetup: set LAX threadpolicy TerminalKeyListener: implement ESC, TAB, CTRL and ALT keys on external keyboards (bluetooth, usb, etc.) | |||||
* | | Merge pull request #10 from AgentHH/master | Kenny Root | 2011-05-29 | 2 | -4/+42 | |
|\ \ | | | | | | | Update ConnectBot to API 11 and to use holo UI | |||||
| * | | Avoid null-pointer exception in ConnectionNotifier | Hans Nielsen | 2011-05-25 | 1 | -16/+20 | |
| | | | ||||||
| * | | Add stubs for API 11 SharedPreferences interface methods | Hans Nielsen | 2011-05-13 | 1 | -0/+9 | |
| | | | ||||||
| * | | Use method invoke to work around SetForeground not being in API 11+ | Hans Nielsen | 2011-05-13 | 1 | -2/+27 | |
| | | | ||||||
* | | | Fix URL scan for flickr URLs with '@' in them. | Douglas William Thrift | 2011-05-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Attempt to fix CLOSE_WAIT problem | Kenny Root | 2011-05-05 | 5 | -14/+15 | |
| | | ||||||
* | | Make 'zlib' compression work. | Matt Johnston | 2011-01-25 | 5 | -7/+55 | |
| | | | | | | | | | | Previously all compression was the equivalent of zlib@openssh.com since TransportConnection enforced that. | |||||
* | | Problems opening a connection is a fatal error | Kenny Root | 2010-12-18 | 1 | -0/+2 | |
| | | ||||||
* | | Rearrange some terminal key logic | Kenny Root | 2010-12-09 | 2 | -21/+49 | |
| | | | | | | | | | | Try to support the right keyboard map for the hardware keyboard. Also try to support dead keys. | |||||
* | | Add in some GB compatibility | Kenny Root | 2010-12-09 | 1 | -1/+5 | |
| | | ||||||
* | | Refcount before acquiring wifi lock | Neil Klopfenstein | 2010-12-07 | 1 | -2/+2 | |
| | | ||||||
* | | Update terminal to use new width measurements | Kenny Root | 2010-10-08 | 1 | -2/+7 | |
| | | ||||||
* | | Use Froyo East Asian width measurement and drop JNI lib | Kenny Root | 2010-10-08 | 2 | -47/+45 | |
| | | ||||||
* | | Fix whitespace in ConnectionNotifier | Kenny Root | 2010-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Support adding port forwards on host not in DB | Kenny Root | 2010-10-08 | 1 | -3/+4 | |
| | | ||||||
* | | Merge branch 'master' of http://github.com/irishmark/connectbot | Kenny Root | 2010-10-08 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Adds PICK activity to manifest | irish | 2010-09-28 | 1 | -1/+2 | |
| | | | | | | | | | | | | PICK Intents for ssh/telnet/local will return a shortcut | |||||
* | | | Make sure we are sticky; from my Droid | Kenny Root | 2010-10-01 | 1 | -0/+9 | |
|/ / | ||||||
* | | Remove WAKE_LOCK permission; yay | Kenny Root | 2010-09-28 | 1 | -12/+5 | |
| | | | | | | | | | | | | Use window flags instead of a wake lock to keep the screen on. This allows us to make the WindowManager do all the wake lockey things that are annoying and error prone. | |||||
* | | Fixed some typos in IME patch so it works | Hans Nielsen | 2010-09-13 | 1 | -1/+1 | |
| | | ||||||
* | | Add support for IMEs that use deleteSurroundingText | Julian Brost | 2010-09-08 | 1 | -1/+14 | |
| | | ||||||
* | | Fix silly thread API error in nullwire trace | Kenny Root | 2010-09-02 | 1 | -2/+2 | |
| | | ||||||
* | | Revert "Disambiguate key input" | Kenny Root | 2010-08-23 | 1 | -3/+5 | |
| | | | | | | | | This reverts commit a59f26b1459248cffccb4d57800211fbc6d48e01..1edeea0009311fa83a8f7a714054d14152847ac7. | |||||
* | | Fix curMetaState being declared twice | Kenny Root | 2010-08-23 | 1 | -2/+0 | |
| | | | | | | | | Previous commit missed a line deletion | |||||
* | | Disambiguate key input | Kenny Root | 2010-08-23 | 1 | -3/+3 | |
| | | | | | | | | Patch from LatinSuD | |||||
* | | Increase click time to bring up on-screen buttons | Kenny Root | 2010-08-23 | 1 | -2/+2 | |
| | | ||||||
* | | Do not close the database between queries | Kenny Root | 2010-08-21 | 1 | -29/+0 | |
| | | ||||||
* | | Add ':' to the list of delimiters in the URI regex. Allows URIs to have ↵ | Clark Boylan | 2010-08-20 | 1 | -1/+1 | |
| | | | | | | | | other URIs in their paths. | |||||
* | | URL scan based on spec. | Douglas William Thrift | 2010-08-04 | 1 | -4/+30 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@511 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Don't use SDK_INT since we are minSdkVersion 3 | Kenny Root | 2010-08-04 | 1 | -1/+1 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@510 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Fix loading of pubkeys into memory | Kenny Root | 2010-08-03 | 2 | -3/+7 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@509 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add missing drawable; update layout to work | Kenny Root | 2010-07-27 | 1 | -12/+21 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@508 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add CTRL/ESC on-screen | Kenny Root | 2010-07-27 | 2 | -5/+33 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@507 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Refactor the way connection notification works | Kenny Root | 2010-05-31 | 2 | -35/+40 | |
| | | | | | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@505 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | | Add missing copyright header | Kenny Root | 2010-05-31 | 1 | -1/+14 | |
|/ | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@504 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Add backup feature for API 8 | Kenny Root | 2010-05-23 | 5 | -3/+176 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@502 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Proper use of wakelocks in pause/resume | Kenny Root | 2010-05-04 | 1 | -11/+9 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@501 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Correct copyright date for ConnectionNotifier | Kenny Root | 2010-05-04 | 1 | -1/+1 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@500 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Remove unused functions | Kenny Root | 2010-05-04 | 2 | -51/+0 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@499 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Use shorter LayoutInflater API | Kenny Root | 2010-05-04 | 6 | -6/+6 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@498 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Allow <Camera> to send Alt+A | Georg Lukas | 2010-03-24 | 2 | -0/+4 | |
| | | | | | | From: Georg Lukas <georg@op-co.de> git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@495 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | notification with LED lights | Georg Lukas | 2010-03-24 | 1 | -0/+15 | |
| | | | | | | From: Georg Lukas <georg@op-co.de> git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@494 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Fix inverted logic for in-memory key use | Kenny Root | 2010-03-13 | 1 | -1/+1 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@493 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Only use encoding instead of HostBean | Kenny Root | 2010-03-13 | 2 | -8/+13 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@492 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Refactor keyboard management into separate class | Kenny Root | 2010-03-13 | 5 | -444/+554 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@490 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Fix PromptHelper race condition | Kenny Root | 2010-03-13 | 1 | -3/+3 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@489 df292f66-193f-0410-a5fc-6d59da041ff2 | |||||
* | Remove isSavingKeys() from TerminalManager | Kenny Root | 2010-03-13 | 3 | -12/+17 | |
| | | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@488 df292f66-193f-0410-a5fc-6d59da041ff2 |