Lauri Härsilä
Lauri Härsilä
Yeah, still maintained but since it's a hobby project used by many I rarely do more than necessary fixes for the app. Granted, there are some stuff that could be...
Thanks, this looks pretty swell! I'll take test it a bunch in the near future but it seems pretty OK, and it's quite often requested feature.
I tested it out and it works pretty ok, but there is one issue. I usually have JuiceSSH mosh connection running in the background, and it would be better if...
I haven't played around with the JuiceSSH plugin API, but are you sure? It says on https://juicessh.com/faq/what-can-plugins-do "Attach to a background JuiceSSH session (show a terminal)" which sounds like what...
From a quick read it seems like `PluginClient.attach()` is worth a shot: https://juicessh.com/faq/pluginclient-launching-and-interacting-with-connections It doesn't specify if this can only be used with sessions launched from the app, but at...
Oh the PR already uses the attach() it seems, but there is still a bug that subsequent openings do not reuse same connection.
I'll throw email to JuiceSSH folks if they have any ideas if it could be done somehow.
Sigh, I had to do a lot of work to make the app work at all on Android 9 which required updating UI stuff which of course breaks some of...
Does highlights apply to those messages anyhow?
Hopefully fixed by #165, needs some testing