Added means to show/hide virtual keyboard on Android. English input mostly works, might have missed something though.
International/IME input doesn't works at all, probably due to changes after Android 4.0, nowadays people doesn't use native activity (and android_app esp.) because of this, Java is Android "native", so just calling dlangui from Java is preferable in many situations, and also should give much more control and features, but this will require rewriting platform code and so is another issue on its own.
WIP #586 Android status
Cleaned up examples/android
Added means to show/hide virtual keyboard on Android. English input mostly works, might have missed something though.
International/IME input doesn't works at all, probably due to changes after Android 4.0, nowadays people doesn't use native activity (and android_app esp.) because of this, Java is Android "native", so just calling dlangui from Java is preferable in many situations, and also should give much more control and features, but this will require rewriting platform code and so is another issue on its own.