nspire-emus / firebird

Multi-platform emulator of TI Nspire calculators
GNU General Public License v3.0
692 stars 68 forks source link

Android app layout and qwerty keyboard #24

Open SoMuchForSubtlety opened 8 years ago

SoMuchForSubtlety commented 8 years ago

Would it be possible to move the save, pause, reset and restart buttons to the settings area to allow the screen to be bigger?

Also an option for a qwerty keymap would be awesome.

Vogtinator commented 8 years ago

Would it be possible to move the save, pause, reset and restart buttons to the settings area to allow the screen to be bigger?

Then there wouldn't be any more screen space available for anything else AFAICS.

Also an option for a qwerty keymap would be awesome.

This is not an issue on the desktop app as the PC keyboard works fine, but using the mobile keypad is indeed a bit weird. I don't know whether I can integrate the OSK into the mobile UI.

Vogtinator commented 8 years ago

There is some partial support for the native virtual keyboard in the "mobile-keypad" branch, but there are some issues: Shift does not work and key release events are not properly implemented.