| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ /
| |
| | |
Needs some modifications so it'll work for ConnectBot VX as well
|
| |
| |
| |
| | |
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.
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
The revert of the previous change to disable targeting v14 left the styles
inconsistent making the action bar not an overlay. Fix by copying the style
changes over.
|
|
|
|
|
|
| |
Updated the build server with all the right SDKs.
This reverts commit 7e55e7a846cbc86cb8e47cd04343218988a32093.
|
|
|
|
|
|
|
|
|
| |
Unfortunately Eclipse appears to be too dumb to generate the version and
build it correctly (even using an external build step it fails to
rebuild resources afterward), so go back to having a dummy version
checked into the repository. Run git update-index --assume-unchanged on
the file before updating the version, so that git doesn't consider the
file to have changed, instead.
|
|
|
|
|
|
| |
The regex to edit res/values/notrans.xml no longer matched, so the
version number wasn't being edited. Generate the version number into a
separate resource file that isn't checked in instead, as this is neater.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
The ConnectBot buildbot doesn't have SDK 15 installed on it yet. Set the
target back to SDK 11 (and drop the DeviceDefault theme change that
requires it). We can still set the target SDK to 15 in the manifest as
that doesn't need the new SDK at build time.
This reverts commit 358b128df874166ab009240de4101dfb1665279c.
|
|
|
|
|
|
|
|
|
|
| |
This disables various compatibility features that we don't want, and
allows hardware acceleration to be enabled by default on ICS (explicitly
enabling it may have adverse effects on some HC devices).
Also, for API 14 and above, use the DeviceDefault theme rather than
explicitly using Holo, as this makes it look better with devices with
manufacturer-customised themes.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|