aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/ConsoleActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Make sticky modifiers an option, off by default.Torne Wuff2015-03-211-1/+1
* Add preference to control action bar autohide.Torne Wuff2014-10-171-5/+18
* Fix emulated key show/hide timeout.Torne Wuff2014-03-021-25/+37
* Rewrite key input handler to be clearer.Torne Wuff2013-08-251-1/+1
* Make the action bar home button work.Torne (Richard Coles)2012-11-111-0/+14
* Auto-hide the action bar.Torne (Richard Coles)2012-10-271-1/+21
* Remove nullwire serviceKenny Root2011-10-121-4/+0
* Enable ESC, TAB, CTRL and ALT on external keyboardPerry Nguyen2011-06-301-6/+27
* Problems opening a connection is a fatal errorKenny Root2010-12-181-0/+2
* Remove WAKE_LOCK permission; yayKenny Root2010-09-281-12/+5
* Increase click time to bring up on-screen buttonsKenny Root2010-08-231-2/+2
* Add missing drawable; update layout to workKenny Root2010-07-271-12/+21
* Add CTRL/ESC on-screenKenny Root2010-07-271-2/+27
* Proper use of wakelocks in pause/resumeKenny Root2010-05-041-11/+9
* Remove unused functionsKenny Root2010-05-041-26/+0
* Use shorter LayoutInflater APIKenny Root2010-05-041-1/+1
* Refactor keyboard management into separate classKenny Root2010-03-131-1/+2
* First pass at fixing auto-reconnectKenny Root2010-03-081-4/+6
* More ViewFlipper tweaksKenny Root2010-03-081-45/+57
* Console flipping fixesKenny Root2010-03-071-111/+103
* Fix opening multiple shortcuts while still runningKenny Root2010-03-061-45/+105
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Check for host nickname being nullKenny Root2010-02-071-4/+10
* Allow browsable URIs for ssh, telnet, localKenny Root2009-12-281-1/+1
* Validate Force Resize input are integersKenny Root2009-08-231-2/+13
* Only allow URL Scan while in an active terminalKenny Root2009-08-141-0/+2
* Add menu item to scan for URLs in the current consoleKenny Root2009-07-091-1/+63
* Add "stay connected" preference to hostsKenny Root2009-07-061-3/+3
* Allow tap on screen to bring up an icon to open the software keyboard when th...Kenny Root2009-07-021-6/+60
* Do not allow people to open Port Forwards on transports that do not support itKenny Root2009-06-171-6/+13
* Apply options menu to currently displayed connectionKenny Root2009-06-151-8/+15
* Add multiple transportsKenny Root2009-06-151-14/+7
* Another place to make sure resize is allowed when the console activity connectsKenny Root2009-06-151-0/+2
* More lock screen checks for automatic rotationKenny Root2009-06-141-7/+14
* Make sure we can go back to automatic rotation mode without side-effectsKenny Root2009-06-131-8/+5
* Change Log tags to something more readableKenny Root2009-06-131-1/+1
* Do not resize when the lock screen is upKenny Root2009-06-131-16/+62
* Improve the stack trace handler; only ask user to submit while in the host listKenny Root2009-06-101-7/+0
* Add stack trace reportingKenny Root2009-06-101-1/+12
* Revert problematic screen lock protection until we find a better solutionKenny Root2009-06-031-22/+0
* Add in volume control for terminal bellKenny Root2009-06-021-2/+10
* Added Menu+key shortcuts for the ConsoleActivityKenny Root2009-06-021-2/+6
* Move preference keys to their own class so they can be easily tracked for usa...Kenny Root2009-05-301-12/+9
* Do not let locales seep into the preferencesKenny Root2009-05-301-5/+5
* Expose prompt instructions for keyboard-interactive; should let people use Se...Kenny Root2009-05-301-0/+9
* Removed duplicate stringsKenny Root2009-05-141-2/+2
* * Add unit tests for SelectionAreaKenny Root2009-05-071-4/+4
* Added better support for virtual (soft) keyboardsKenny Root2009-05-051-4/+14
* Bitmap and notifications bug fixKenny Root2009-01-261-1/+23
* Indentation cleanup, pass 1Kenny Root2009-01-231-134/+134