VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

[Android] Text chat input field may be obscured on phones with shorter screens #35

Closed VanceVagell closed 1 month ago

VanceVagell commented 1 month ago

I cannot repro this on any of the devices I have available, but it's visible in the video that Ham Radio Crash Course posted (see attached screenshot).

cutoff-chat

We should prioritize showing the input field over other elements like the frequency during active typing.

VanceVagell commented 1 month ago

Fixed in beta version 12.

The fix was to detect when the screen height suddenly decreases by >25% and hide the frequency if in text chat mode (to make room for the input box and let them see a line or two of prior chat history).