| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This fixes a bug in landscape where the input is not visible at all.
See
http://stackoverflow.com/questions/23982098/android-relativelayout-layout-above-appears-to-behave-incorrectly-with-layout-a.
|
|
|
|
| |
Closes #77
|
|
|
|
|
| |
This should be the default size according to NIST 800-57 for new keys.
Closes #81.
|
|
|
|
| |
Fixes #82.
|
| |
|
|
|
|
|
|
| |
If there are multiple apps that can handle the "ssh" protocol, it will
bring up an activity disambiguation dialog if we don't specify the
component explicitly. Fixes #84.
|
|
|
|
|
|
|
| |
These message digests need a hyphen according to
https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest
Fixes #87
|
|
|
|
| |
Thanks to @msoulatre-tt for pointing out the bug. Closes #83.
|
| |
|
|
|
|
| |
Closes #46
|
|\
| |
| | |
Keep local connections when network down.
|
| | |
|
| |
| |
| |
| | |
This should satisfy the SSH part of issue #46.
|
| | |
|
| |
| |
| |
| | |
Closes #62
|
| |
| |
| |
| |
| | |
In change 613bc40cdd458c7127902d1fd0b7b4b12fb27268 there was a fix that
could be significant for some, so update the CHANGELOG to reflect that.
|
| | |
|
| |
| |
| |
| | |
Remove unused bind_{minutes,seconds,days} from other languages.
|
| |
| |
| |
| | |
Closes #2
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since the hash is over the canonical values of the agreed parameters
when the shared secret was encoded as a negative biginteger, the two
sides didn't agree. Make sure this doesn't occur by setting the bigint
signum to 1.
Change-Id: Ib0581cd7dc280dcce8cc3309d7102f8f5a444158
|
| |
| |
| |
| |
| |
| |
| |
| | |
This string was accidentally renamed to "ssh-dsa" during refactoring.
DSA should die and go away, but the SSH standard said that was the only
required algorithm when it was created.
Change-Id: Ia533eac55692289de8042f6f95714b577941ca3f
|
| |
| |
| |
| | |
Change-Id: Ifeefc557aaae1e3d6085c17988c728b045e32ee6
|
| |
| |
| |
| | |
Change-Id: I30ef735f468da663c5ce5e70cec717711aef7d2c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since the Trilead SSH stack throws IOException on failures and then
higher levels of the stack catch those, we need to descend into the
causes of each Exception to give the user more context.
Unfortunately this information is not localized.
Change-Id: I8b1fdf9eab65e5d2f6f1956562cbf9f56a2adb9d
|
| |
| |
| |
| |
| |
| |
| |
| | |
Switch from TreeSet to LinkedHashMap since the preference is determined
by iterating over the Set for both KEX_ALGS and HOST_KEY_ALGS. The order
before was based on string comparisons(!)
Change-Id: Ia4573d67f35a5371eb8c70dde631085d61570fe9
|
| |
| |
| |
| | |
Change-Id: I7031e8bc379ed52ea8eb06e79cefb871204d530c
|
| |
| |
| |
| | |
Change-Id: I18026baf76d25af3dc30d46144d3f941bde6f16c
|
| |
| |
| |
| | |
Change-Id: I370370d4cbe6f0f2510cc32f64f51946650ba8e2
|
| |
| |
| |
| | |
Fixes #69
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
There would be a NullPointerException if the host passed in was null, so
just preclude it by checking.
|
| |
| |
| |
| | |
Change-Id: I47a0d6a0dfcdf735f26dcc09dc4b98d58cb0aa33
|
| |
| |
| |
| | |
Change-Id: Ib80ec5184ae7b329979580fd0a0c187f8ac01fbf
|
|\ \
| | |
| | | |
Fix possible NPE in HostListActivity.onCreateContextMenu
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixing possible NPE in PubkeyListActivity
|
| |/ / |
|
| | |
| | |
| | |
| | | |
Change-Id: I64e8f92ea6a6c58b204bf94eee3820e72bd0d578
|
|\ \ \
| | | |
| | | | |
Add Serbian translation
|
|/ / / |
|
| | | |
|
| | |
| | |
| | |
| | | |
Change-Id: Iabc1d6dee20517eba48e22c72784b2d06f887651
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
At that point shellFd is null and trying to get a field from it via JNI
will cause the runtime to abort.
Fixes #65
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will also try to scale existing host entries down by the
appropriate amount.
Fixes #44
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Defaults to off to preserve previous behavior.
Original patch by Jeff King (@peff)
Fixes #23
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The UberColorPickerDialog was written when there was only one display
density (mdpi). Scale all of the values appropriately for modern
multi-density displays.
Fixes #64
|
| | | |
|
| | | |
|