Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Externalize some strings | Kenny Root | 2011-12-17 | 6 | -5/+34 | |
| | | ||||||
* | | Move some manifest items to avoid lint warnings | Kenny Root | 2011-12-17 | 5 | -12/+14 | |
| | | ||||||
* | | Update translations | Kenny Root | 2011-10-20 | 16 | -54/+620 | |
| | | ||||||
* | | Fix translations layout arguments | Kenny Root | 2011-10-20 | 2 | -2/+2 | |
| | | ||||||
* | | Update build script to new tools | Kenny Root | 2011-10-19 | 7 | -115/+142 | |
| | | ||||||
* | | Remove support library that somehow snuck in | Kenny Root | 2011-10-15 | 1 | -1/+0 | |
| | | ||||||
* | | Move public key functions into Pubkey class | Kenny Root | 2011-10-15 | 5 | -40/+70 | |
| | | ||||||
* | | Fix the tests subdir clean target | Kenny Root | 2011-10-15 | 1 | -5/+1 | |
| | | ||||||
* | | Add some test coverage for PubkeyUtils | Kenny Root | 2011-10-15 | 2 | -6/+68 | |
| | | ||||||
* | | Reduce dependencies for coverage XML target | Kenny Root | 2011-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | Add coverage-xml target to tests build.xml | Kenny Root | 2011-10-15 | 1 | -0/+33 | |
| | | | | | | | | This allows us to gather EMMA code coverage statistics in Jenkins. | |||||
* | | Remove our own UpdateHelper | Kenny Root | 2011-10-12 | 2 | -229/+0 | |
| | | | | | | | | We don't really need this since Market will take care of it. | |||||
* | | Remove nullwire service | Kenny Root | 2011-10-12 | 7 | -357/+6 | |
| | | | | | | | | | | | | | | | | Android Market will report traces for things installed via Market. Nullwire's stuff isn't really worth it. Also, the TerminalManager isn't really a "background" service since the calls into it still runs on the UI looper. | |||||
* | | Add copyright to manifest | Kenny Root | 2011-09-06 | 1 | -0/+16 | |
| | | ||||||
* | | Shoot proguard in the head | Kenny Root | 2011-09-04 | 1 | -2/+4 | |
| | | ||||||
* | | Try to figure out what proguard is doing | Kenny Root | 2011-09-04 | 1 | -0/+1 | |
| | | ||||||
* | | Add build upload script to repo | Kenny Root | 2011-08-30 | 1 | -0/+316 | |
| | | ||||||
* | | Make TerminalView mode 644 again | Kenny Root | 2011-08-15 | 1 | -0/+0 | |
| | | ||||||
* | | Fixes for the accessibility extensions | Kenny Root | 2011-08-15 | 2 | -85/+128 | |
| | | ||||||
* | | Merge Casey Burkhardt's accessibility patches | Kenny Root | 2011-08-15 | 3 | -0/+131 | |
|\ \ | | | | | | | | | | | | | Conflicts: src/org/connectbot/TerminalView.java | |||||
| * | | Adds fixes for checking accessibility state on background thread and ↵ | Casey Burkhardt | 2010-08-12 | 1 | -35/+50 | |
| | | | | | | | | | | | | compiling the regex pattern only once. | |||||
| * | | Fixing formatting issues. | Casey Burkhardt | 2010-08-09 | 1 | -83/+84 | |
| | | | ||||||
| * | | Improves accessibility by causing AccessibilityEvents to be fired after ↵ | Casey Burkhardt | 2010-08-08 | 3 | -4/+118 | |
| | | | | | | | | | | | | console changes occur. | |||||
* | | | Remove custom ProGuard targets for SDK way | Kenny Root | 2011-08-14 | 4 | -57/+52 | |
| | | | ||||||
* | | | 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. |