BrightDV / BoxBox

Unofficial Android and web app for Formula 1 and Formula E fans!
https://codeberg.org/BrightDV/BoxBox
GNU General Public License v3.0
95 stars 11 forks source link

Some text issues #146

Closed symbuzzer closed 2 months ago

symbuzzer commented 3 months ago

Screenshot_20240423-105811_Box, Box!

Rafee-M commented 3 months ago

Can confirm. Although OP had issues with Italy, but I didn't. Maybe it depends on the dpi of devices?

Screenshot_2024-04-24-11-56-38-43_d220f84494ee0886d9e249b8ebc28a72_1 Screenshot_2024-04-24-11-56-47-76_d220f84494ee0886d9e249b8ebc28a72_1

BrightDV commented 3 months ago

Thanks for the reports, it comes from the size of the screen. The solution I used to do this was more of a hacky one and not really adaptative so I will rewrite it. Is it a problem if the overflowing text is not shown? I mean that if a part of the string is replaced with '...'? (I guess that the circuit name is not the most important information...)

alanbjoseph commented 3 months ago

Is it a problem if the overflowing text is not shown? I mean that if a part of the string is replaced with '...'? (I guess that the circuit name is not the most important information...)

...or could use scrolling text for the same, if possible.

BrightDV commented 3 months ago

Is it a problem if the overflowing text is not shown? I mean that if a part of the string is replaced with '...'? (I guess that the circuit name is not the most important information...)

...or could use scrolling text for the same, if possible.

I thought of that, but wouldn't it be too disturbing if you are searching for a Grand Prix and there are a lot of texts scrolling around?

alanbjoseph commented 3 months ago

I thought of that, but wouldn't it be too disturbing if you are searching for a Grand Prix and there are a lot of texts scrolling around?

Fair enough. If so, three dots for the extra text is the only good option.