termux / termux-float

Termux add-on app to show the terminal in a floating terminal window.
https://f-droid.org/en/packages/com.termux.window
Other
466 stars 77 forks source link

Flotaing text size limited by resolution/DPI #19

Closed parkerlreed closed 5 years ago

parkerlreed commented 8 years ago

On my 5X I can make it fairly small. http://i.imgur.com/7pA0Vzj.png

On my Amazon Fire 5th gen (the $50 one) the smallest is still pretty big. http://i.imgur.com/82NC0By.png.png

On both devices, in the regular Termux application, I can make the text as small as I want.

ghost commented 5 years ago

Termux:Float supports pinch-zooming text resizing like Termux.

ghost commented 5 years ago

We need determine minimal possible size like done in Termux: https://github.com/termux/termux-app/blob/master/app/src/main/java/com/termux/app/TermuxPreferences.java#L104

ghost commented 5 years ago

PR: https://github.com/termux/termux-float/pull/20