| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We might expose this as an advanced option later; for now just check it
in as a commented line for dev purposes.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This allows translation etc. – I get to see "Colours" instead of "Colors".
|
|
|
|
| |
Change-Id: Ib69c29588acb60b94cf710244f4c4dc76534412f
|
|
|
|
|
|
|
|
| |
Support exchanging groups using SHA-256 as specified in RFC 4419
For more information, see https://tools.ietf.org/html/rfc4419
Change-Id: Iee5d29e7113a05cad4714a61321bf86b016624b8
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It turns out it helps to be in the right coordinate format.
|
| |
|
|
|
|
| |
This uses the SimpleDERReader to inspect the key algorithm.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add support for the ECDH methods required by RFC 5656
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Use JCE instead of the DIY crypto library that is in Trilead. This was
apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead
to me.
|
| |
|
|
|
|
|
| |
Hook up the action bar home button on ConsoleActivity to return to the host
list.
|
|
|
|
|
|
|
| |
On honeycomb and later devices, hide the action bar and only show it
when the screen is touched, the same way as the ctrl/esc keys work. This
avoids using up a chunk of screen space all the time just to have a menu
button.
|
|
|
|
|
|
|
|
|
| |
Without this, commit 8ac74bb made the Enter key send Ctrl-J which broke
some programs, though most didn't notice because termios() canonicalised
either to '\n'.
Also renamed the 'key' variable to 'uchar' since it holds a Unicode
character number and not a keycode.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We don't really need this since Market will take care of it.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/org/connectbot/TerminalView.java
|
| |
| |
| |
| | |
compiling the regex pattern only once.
|
| | |
|
| |
| |
| |
| | |
console changes occur.
|
| |
| |
| |
| |
| |
| |
| | |
We weren't entering the correct values into the database (missing the
scheme).
Fixes issue 290
|
| | |
|
| | |
|
| | |
|