MachOneSoftware / JCalc

This is the official repository for the JCalc Android app!
GNU General Public License v3.0
0 stars 0 forks source link

Find a better way to show all the input #11

Closed javajudt closed 6 years ago

javajudt commented 6 years ago

I have a rather hacky hack in there now for ensuring the entire input is displayed when the user puts in a really long expression. Find a better way to do it.

javajudt commented 6 years ago

Use EditText instead? Do not display keyboard and update when buttons are pressed.

javajudt commented 6 years ago

Auto-focus (and don't remove focus) to EditText