Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get tests working again | Kenny Root | 2011-08-14 | 10 | -143/+194 |
| | |||||
* | Fix color picker | Kenny Root | 2011-08-13 | 2 | -20/+14 |
| | | | | | | | We weren't entering the correct values into the database (missing the scheme). Fixes issue 290 | ||||
* | Add backup service key for org.connectbot | Kenny Root | 2011-07-06 | 1 | -1/+4 |
| | |||||
* | Remove unused keymap field | Kenny Root | 2011-07-01 | 2 | -3/+1 |
| | |||||
* | Suppress warnings for ClipboardManager, part 2 | Kenny Root | 2011-07-01 | 3 | -4/+6 |
| | |||||
* | Remove unused isLegacyEastAsian field | Kenny Root | 2011-07-01 | 2 | -4/+2 |
| | |||||
* | Suppress warnings for ClipboardManager | Kenny Root | 2011-07-01 | 2 | -1/+5 |
| | |||||
* | Merge pull request #16 from pfn/master | Kenny Root | 2011-07-01 | 3 | -18/+107 |
|\ | | | | | Implement external keyboard support (ESC, TAB, CTRL and ALT); also fix StrictMode | ||||
| * | 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 #14 from dsalt/master | Kenny Root | 2011-07-01 | 2 | -0/+31 |
|\ \ | |/ |/| | A little .gitignore stuff, and en_GB | ||||
| * | Add a translation of American into English. | Darren Salt | 2011-06-17 | 1 | -0/+29 |
| | | |||||
| * | Ignore editor backup files and local properties. | Darren Salt | 2011-06-17 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #10 from AgentHH/master | Kenny Root | 2011-05-29 | 5 | -6/+68 |
|\ | | | | | 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 title bar to ConsoleActivity so menu is accessible | Hans Nielsen | 2011-05-18 | 1 | -0/+24 |
| | | |||||
| * | Update the manifest for API 11 | Hans Nielsen | 2011-05-18 | 1 | -1/+1 |
| | | |||||
| * | Update API version to 11 | Hans Nielsen | 2011-05-13 | 1 | -1/+1 |
| | | |||||
| * | 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 | 6 | -15/+16 |
| | |||||
* | Update translations | Kenny Root | 2011-02-21 | 14 | -145/+510 |
| | |||||
* | 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 | 2 | -1/+3 |
| | |||||
* | Add WAKE_LOCK permission back | Kenny Root | 2010-12-18 | 1 | -1/+2 |
| | | | | | Apparently WifiLock needs WAKE_LOCK, but the documentation fails to mention that. | ||||
* | Rearrange some terminal key logic | Kenny Root | 2010-12-09 | 3 | -22/+50 |
| | | | | | 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 |
| | |||||
* | Import updated translations | Kenny Root | 2010-12-08 | 4 | -16/+145 |
| | |||||
* | Update to Gingerbread SDK | Kenny Root | 2010-12-08 | 2 | -4/+4 |
| | |||||
* | Refcount before acquiring wifi lock | Neil Klopfenstein | 2010-12-07 | 2 | -3/+3 |
| | |||||
* | Update translations | Kenny Root | 2010-11-22 | 6 | -43/+106 |
| | |||||
* | update Catalan translations | Kenny Root | 2010-10-27 | 2 | -2/+14 |
| | |||||
* | Add Ant commands to import and export translations | Kenny Root | 2010-10-27 | 4 | -1/+36 |
| | |||||
* | Import using new a2po work flow | Kenny Root | 2010-10-24 | 40 | -16276/+4824 |
| | |||||
* | Update strings format | Kenny Root | 2010-10-22 | 4 | -240/+239 |
| | | | | | Add quotes around everything and mark things that are not translatable as not translatable. | ||||
* | Update Dutch translations for Del keys from arjarj | Kenny Root | 2010-10-15 | 2 | -3/+3 |
| | |||||
* | Update translations | Kenny Root | 2010-10-15 | 36 | -833/+1965 |
| | |||||
* | Update terminal to use new width measurements | Kenny Root | 2010-10-08 | 2 | -3/+8 |
| | |||||
* | Use Froyo East Asian width measurement and drop JNI lib | Kenny Root | 2010-10-08 | 75 | -38945/+46 |
| | |||||
* | Fix whitespace in ConnectionNotifier | Kenny Root | 2010-10-08 | 2 | -2/+2 |
| | |||||
* | Support adding port forwards on host not in DB | Kenny Root | 2010-10-08 | 2 | -4/+5 |
| | |||||
* | Change to v1.7.1 for release | Kenny Root | 2010-10-08 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of http://github.com/irishmark/connectbot | Kenny Root | 2010-10-08 | 2 | -1/+9 |
|\ | |||||
| * | Adds PICK activity to manifest | irish | 2010-09-28 | 2 | -1/+9 |
| | | | | | | | | PICK Intents for ssh/telnet/local will return a shortcut | ||||
* | | Make sure we are sticky; from my Droid | Kenny Root | 2010-10-01 | 2 | -1/+10 |
|/ | |||||
* | Remove WAKE_LOCK permission; yay | Kenny Root | 2010-09-28 | 2 | -14/+6 |
| | | | | | | 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. | ||||
* | Restore update-version ant task | Kenny Root | 2010-09-19 | 2 | -9/+9 |
| | |||||
* | Do elaborate dance to allow toggling Proguard to work | Kenny Root | 2010-09-19 | 3 | -7/+38 |
| | |||||
* | Update build.xml to use the SDK tools r7 format | Kenny Root | 2010-09-19 | 3 | -480/+45 |
| | | | | | | | * Remove all the copied setup tasks and replace it with the "-post-compile" hook added in the SDK tools r7 template. * Move Proguard flags out to a separate file. |