Kenny Root

Results 134 comments of Kenny Root

I've just replaced the terminal emulator, so this should be a bit easier. It's currently planned as part of https://github.com/connectbot/termlib/issues/34

Should be available as beta release 1.9.13-197 or later.

Were all of the keys that disappeared imported keys from PuTTYgen?

I think this is because of the overlay text view used for selecting text. Basically the overlay text view is doing the correct thing, but the terminal emulation is not....

@ilyapashuk I'm working on rewriting the Terminal component as a separate library. I'd like to make it accessible because it might be used by others. Could you contribute to the...

I've completed the first pass of accessibility for the new terminal component. I hope to have it in the beta build tonight. Here are the features: - creates a shadow...

It does try multiple methods. Can you describe what the server is doing? Asking for both password and keyboard-interactive?

The initial cause might be the same as #1288, but clearly it leads to a database problem when it happens.

I don't know about this. It seems like it should use [TetheringManager](https://developer.android.com/reference/android/net/TetheringManager#registerTetheringEventCallback(java.util.concurrent.Executor,%20android.net.TetheringManager.TetheringEventCallback)) but that's a brand new API.

This might be solved by #1603 when it's committed to main.