Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the NDK library output name | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Rename unit to ConnectBot | Kenny Root | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | Disable lint for missing translations | Kenny Root | 2014-10-01 | 2 | -0/+5 |
| | |||||
* | Add optional signing configuaration | Kenny Root | 2014-10-01 | 1 | -0/+15 |
| | |||||
* | Switch distribution location to HTTPS | Kenny Root | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | Upgrade to newer gradle | Kenny Root | 2014-10-01 | 3 | -6/+7 |
| | |||||
* | Remove sublimeText plugin | Kenny Root | 2014-10-01 | 1 | -8/+0 |
| | |||||
* | Fix tabs violations | Kenny Root | 2014-10-01 | 8 | -26/+26 |
| | |||||
* | Add Checkstyle checks | Kenny Root | 2014-10-01 | 3 | -0/+31 |
| | |||||
* | Add package suffix for debug version | Kenny Root | 2014-10-01 | 1 | -0/+4 |
| | |||||
* | Allow disabling of preDex | Kenny Root | 2014-10-01 | 1 | -0/+12 |
| | |||||
* | Add in SDK manager Gradle plugin | Kenny Root | 2014-10-01 | 2 | -0/+2 |
| | |||||
* | Add some TargetApi annotations to appease lint | Kenny Root | 2014-10-01 | 5 | -4/+18 |
| | |||||
* | Convert to gradle build system | Kenny Root | 2014-10-01 | 373 | -899/+494 |
| | |||||
* | Fix emulated key show/hide timeout. | Torne Wuff | 2014-03-02 | 1 | -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 script | Kenny Root | 2014-03-02 | 1 | -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 Wuff | 2014-03-02 | 1 | -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 Wuff | 2014-03-01 | 2 | -0/+37 |
| | | | | In case anyone else works on it with Sublime. | ||||
* | Add key dumping code (commented). | Torne Wuff | 2014-03-01 | 2 | -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 Wuff | 2014-03-01 | 1 | -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 translations | Kenny Root | 2013-10-31 | 4 | -520/+286 |
| | | | | Change-Id: I9cd68ebf3c203e7f41536ecad8e443bf4e1b5bc3 | ||||
* | Update translations | Kenny Root | 2013-10-30 | 22 | -248/+457 |
| | | | | Change-Id: I13f45c64204b9f65cedda71e3e3d9547e6d80715 | ||||
* | Merge pull request #26 from yarons/patch-1 | Kenny Root | 2013-10-30 | 1 | -2/+484 |
|\ | | | | | Hebrew translation for ConnectBot | ||||
| * | Hebrew translation for ConnectBot | Yaron Shahrabani | 2013-10-30 | 1 | -2/+484 |
|/ | | | Needs some modifications so it'll work for ConnectBot VX as well | ||||
* | Re-use title_colors for the colours menu item. | Darren Salt | 2013-10-06 | 1 | -1/+1 |
| | | | | This allows translation etc. – I get to see "Colours" instead of "Colors". | ||||
* | Fix exception message in ECDSASHA2Verify | Kenny Root | 2013-10-06 | 1 | -2/+2 |
| | | | | Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f | ||||
* | Add diffie-hellman-group-exchange-sha256 support | Kenny Root | 2013-10-06 | 5 | -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-512 | Kenny Root | 2013-10-06 | 1 | -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 Wuff | 2013-09-30 | 5 | -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 warnings | Paul "LeoNerd" Evans | 2013-08-25 | 27 | -80/+0 |
| | |||||
* | Update minSdkVersion to 4. | Torne Wuff | 2013-08-25 | 1 | -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 Wuff | 2013-08-25 | 3 | -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 PubkeyBean | Kenny Root | 2013-04-16 | 4 | -63/+48 |
| | |||||
* | Extract common key generation function | Kenny Root | 2013-04-16 | 1 | -51/+28 |
| | |||||
* | Restore formatting settings for Eclipse | Kenny Root | 2013-04-14 | 4 | -9/+572 |
| | |||||
* | Get rid of useless encoding methods | Kenny Root | 2013-04-14 | 2 | -18/+11 |
| | |||||
* | Split recoverKeyPair method for testing | Kenny Root | 2013-04-14 | 2 | -12/+38 |
| | |||||
* | No need to have Handler | Kenny Root | 2013-04-14 | 2 | -31/+16 |
| | |||||
* | PubkeyUtils should not be instantiated | Kenny Root | 2013-04-14 | 1 | -0/+4 |
| | |||||
* | Add tests for PubkeyUtils#recoverKeyPair | Kenny Root | 2013-04-14 | 3 | -161/+218 |
| | | | | It turns out it helps to be in the right coordinate format. | ||||
* | Get KeyFactory by algorithm name instead of OID | Kenny Root | 2013-04-14 | 3 | -22/+237 |
| | |||||
* | Fix PKCS#8 key import | Kenny Root | 2013-04-13 | 1 | -44/+33 |
| | | | | This uses the SimpleDERReader to inspect the key algorithm. | ||||
* | Partial support for importing EC keys | Kenny Root | 2013-04-13 | 5 | -6/+194 |
| | |||||
* | Use Keyczar EcCore for scalar multiply | Kenny Root | 2013-04-12 | 11 | -1674/+687 |
| | |||||
* | Add missing EC math files | Kenny Root | 2013-04-12 | 9 | -0/+1658 |
| | |||||
* | Add EC pubkey to UI | Kenny Root | 2013-04-12 | 7 | -34/+155 |
| | |||||
* | Fix line endings | Kenny Root | 2013-04-11 | 133 | -22252/+22252 |
| | |||||
* | Add .gitattributes | Kenny Root | 2013-04-11 | 1 | -0/+10 |
| | |||||
* | Fix bug in EC point encoding | Kenny Root | 2013-04-11 | 2 | -3/+4 |
| | |||||
* | Add ECDH support | Kenny Root | 2013-04-10 | 10 | -154/+381 |
| | | | | | | | | Add support for the ECDH methods required by RFC 5656 ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 |