20kdc / gabien-app-r48

(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
The Unlicense
31 stars 2 forks source link

You only see that the text exceeds limit after entering it, on Android #45

Closed rohkea closed 5 years ago

rohkea commented 5 years ago

On Android, the remaining character count is not visible until you actually press OK. This makes editing text harder. I think it should be possible to add a counter near the text input. At least many applications do something like that.

20kdc commented 5 years ago

It's possible but the text length needs to be handled in R48 terms, not in absolute string length terms, due to the cases that had to be handled for R2k string lengths.

This means a bit of a duet between Android and R48. Doable but I think I'll wait until after the other stuff.

20kdc commented 5 years ago

Fixed, and also improved the general 'feel' of R48 textboxes as well. There now may be some layout oddities, but at least you now don't have to worry about pressing Back leaving R48 entirely. (EDIT: Do alert me to anything wrong with the new setup.)

20kdc commented 5 years ago

Bug is apparently still around due to Android trying to do the same trick R48 does to free up space in landscape mode... Until I learn of a method to show the information, this'll just have to be left open.

20kdc commented 5 years ago

...pretty sure I got around to resolving this properly (dealt with the Android thing) ages back, re-open if I'm incorrect