As discussed in this Google+ thread, I would like to ask if changes could be made to Termux in order to work w/ the new Samsung DeX docking station thingy. All Android Apps work w/ DeX out of the box, however, if re-sizing or fullscreen should be supported, some adjustments must be made to the app, according to Samsung's website:
http://developer.samsung.com/samsung-dex/modify
In Google+ has been mentioned, that Termux should potentially be re-sizable right now. I've tested it with a DeX-Station and found out, that it does not work (see attached Screenshot).
I am happy to help with this by testing the App! Just let me know :)

One more thing. I think that has nothing to do with DeX but more when an external (bluetooth, usb) keyboard is being used: when I exit the shell (exit, ctrl-d), there is a message "process completed, press enter" and I am not able to exit the app by pressing enter (nothing happens when I press enter on the keyboard).
Optimizing Apps for Chromebooks article can be used as reference for this.
Cool. I'm holding out some hope that this will solve #250 as well!
Pretty easy fix. I submitted a PR.
I am also very interested in this issue. tmux+DeX is very powerful combination.
I have DeX device and will be glad to test potential fixes.
The link to DeX app upgrade guidelines in the origianl PR is no longer working. Here is the current one: http://developer.samsung.com/samsung-dex/modify-optimizing
The newly released v0.58 of the Termux app now supports resizable windows when in Dex mode! The update should be available as an update within an hour or so on Google Play and a day or so on F-Droid.
@twoboxen Sorry about #433 - you were right in that it was resizeableActivity="true" which was needed. I still don't understand why it is needed as it should be the default value when the target API is 24+ (could it be a Samsung bug perhaps), but anyway it works now.
Most helpful comment
The newly released v0.58 of the Termux app now supports resizable windows when in Dex mode! The update should be available as an update within an hour or so on Google Play and a day or so on F-Droid.
@twoboxen Sorry about #433 - you were right in that it was resizeableActivity="true" which was needed. I still don't understand why it is needed as it should be the default value when the target API is 24+ (could it be a Samsung bug perhaps), but anyway it works now.