aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into gradle-conversionKenny Root2014-10-187-8/+32
|\
| * Fix Turkish translationKenny Root2014-10-181-1/+1
| | | | | | | | | | | | It was set at %1$ instead of %1$s which would crash in Turkish! Change-Id: Idd894e8950ba23fb7dc32a8312017a1ca7ec2112
| * Add preference to control action bar autohide.Torne Wuff2014-10-176-7/+31
| | | | | | | | Disabled by default so that people will be able to find the menu.
* | Add robolectric for testsKenny Root2014-10-0314-247/+222
| |
* | Revert "Add BuildConfig stuff instead of msg_version"Kenny Root2014-10-037-44/+13
| | | | | | | | This reverts commit d2eb6b37b3910f404f229625a39a11954fac681d.
* | Fix API usage for StrictModeSetupKenny Root2014-10-022-9/+11
| |
* | Move some Android Studio stuff into gitKenny Root2014-10-0210-2/+281
| |
* | Revert "Rename unit to ConnectBot"Kenny Root2014-10-021-2/+1
| |
* | Add BuildConfig stuff instead of msg_versionKenny Root2014-10-026-12/+43
| |
* | Fix the NDK library output nameKenny Root2014-10-011-0/+1
| |
* | Rename unit to ConnectBotKenny Root2014-10-011-0/+1
| |
* | Disable lint for missing translationsKenny Root2014-10-012-0/+5
| |
* | Add optional signing configuarationKenny Root2014-10-011-0/+15
| |
* | Switch distribution location to HTTPSKenny Root2014-10-011-1/+1
| |
* | Upgrade to newer gradleKenny Root2014-10-013-6/+7
| |
* | Remove sublimeText pluginKenny Root2014-10-011-8/+0
| |
* | Fix tabs violationsKenny Root2014-10-018-26/+26
| |
* | Add Checkstyle checksKenny Root2014-10-013-0/+31
| |
* | Add package suffix for debug versionKenny Root2014-10-011-0/+4
| |
* | Allow disabling of preDexKenny Root2014-10-011-0/+12
| |
* | Add in SDK manager Gradle pluginKenny Root2014-10-012-0/+2
| |
* | Add some TargetApi annotations to appease lintKenny Root2014-10-015-4/+18
| |
* | Convert to gradle build systemKenny Root2014-10-01373-899/+494
|/
* Fix emulated key show/hide timeout.Torne Wuff2014-03-021-25/+37
| | | | | | Keep track of the previous timeout event and cancel it if we already dismissed the emulated keys, to avoid the case where the emulated keys vanish immediately after opening them when used just beforehand.
* Remove obsolete Google Code upload scriptKenny Root2014-03-021-316/+0
| | | | | | | Google Code no longer allows uploads for our project, so this can never be used again. Change-Id: Ie199f6f8ea3fb76b5f56a442aa0f1333a5937fab
* Work around cursor drawing bug by disabling h/w accel.Torne Wuff2014-03-021-1/+1
| | | | | | | | | | | Hardware accelerated drawing (enabled by default now because of the target SDK level) doesn't support XOR, so the cursor renders as a solid block, not showing the character underneath or the shift/ctrl/alt arrows. Disable hardware acceleration for ConsoleActivity to work around this until the cursor drawing logic can be fixed. The current release version doesn't use hardware acceleration anyway, so this seems reasonable.
* Add Sublime Text project file.Torne Wuff2014-03-012-0/+37
| | | | In case anyone else works on it with Sublime.
* Add key dumping code (commented).Torne Wuff2014-03-012-0/+100
| | | | | We might expose this as an advanced option later; for now just check it in as a commented line for dev purposes.
* Fix ctrl key on hardware keyboards.Torne Wuff2014-03-011-3/+7
| | | | | | | We were only masking off META_CTRL_ON before calling getUnicodeChar, which caused many keymaps to return 0 since one of the other ctrl key bits was still set. Masking off *all* the ctrl bits makes it return the actual character for the key pressed, and then we handle it right.
* Import new translationsKenny Root2013-10-314-520/+286
| | | | Change-Id: I9cd68ebf3c203e7f41536ecad8e443bf4e1b5bc3
* Update translationsKenny Root2013-10-3022-248/+457
| | | | Change-Id: I13f45c64204b9f65cedda71e3e3d9547e6d80715
* Merge pull request #26 from yarons/patch-1Kenny Root2013-10-301-2/+484
|\ | | | | Hebrew translation for ConnectBot
| * Hebrew translation for ConnectBotYaron Shahrabani2013-10-301-2/+484
|/ | | Needs some modifications so it'll work for ConnectBot VX as well
* Re-use title_colors for the colours menu item.Darren Salt2013-10-061-1/+1
| | | | This allows translation etc. – I get to see "Colours" instead of "Colors".
* Fix exception message in ECDSASHA2VerifyKenny Root2013-10-061-2/+2
| | | | Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f
* Add diffie-hellman-group-exchange-sha256 supportKenny Root2013-10-065-36/+20
| | | | | | | | Support exchanging groups using SHA-256 as specified in RFC 4419 For more information, see https://tools.ietf.org/html/rfc4419 Change-Id: Iee5d29e7113a05cad4714a61321bf86b016624b8
* Add support for HMAC-SHA2-256 and HMAC-SHA2-512Kenny Root2013-10-061-9/+48
| | | | | | | | | This adds support for the new MAC modes using SHA-2 family of hashes as set forth in RFC 6668. See http://tools.ietf.org/html/rfc6668 for more information. Change-Id: I09dfe44efe230021a77d81546fccc6b124c958d3
* Hopefully fix the majority of keyboard issues.Torne Wuff2013-09-305-8/+72
| | | | | | | | | | | | | It seems that the majority of keyboard issues were caused by quirks implemented for the convenience of the HTC Dream (shift+numbers generating function keys on the hardware keyboard and ctrl+numbers generating function keys on the software keyboard). Turn these into settings, which are disabled by default unless the device is indeed a HTC Dream. Also, add a setting (defaulting to on) which determines whether the volume keys change the font size. Disabling this restores normal volume control functionality.
* Deleted translations for long-deleted string to avoid harmless warningsPaul "LeoNerd" Evans2013-08-2527-80/+0
|
* Update minSdkVersion to 4.Torne Wuff2013-08-251-1/+1
| | | | | The current code doesn't work on API 3 (1.5) any more, so update the manifest to reflect this. If it gets fixed it can be changed back.
* Rewrite key input handler to be clearer.Torne Wuff2013-08-253-212/+176
| | | | | | | Misc. improvements to layout of key input handler. Probably doesn't fix any existing major bugs, but introduces several booleans that control special cases that can later be hooked to device detection or settings, and generally makes more sense.
* Move PublicKey decoding out of PubkeyBeanKenny Root2013-04-164-63/+48
|
* Extract common key generation functionKenny Root2013-04-161-51/+28
|
* Restore formatting settings for EclipseKenny Root2013-04-144-9/+572
|
* Get rid of useless encoding methodsKenny Root2013-04-142-18/+11
|
* Split recoverKeyPair method for testingKenny Root2013-04-142-12/+38
|
* No need to have HandlerKenny Root2013-04-142-31/+16
|
* PubkeyUtils should not be instantiatedKenny Root2013-04-141-0/+4
|
* Add tests for PubkeyUtils#recoverKeyPairKenny Root2013-04-143-161/+218
| | | | It turns out it helps to be in the right coordinate format.
* Get KeyFactory by algorithm name instead of OIDKenny Root2013-04-143-22/+237
|