spiegel-keyman/android/Tests/KeyboardHarness
darcywong00 f06c727e51 Refactor longpress text when it's generated by Id
Currently on the touch layout, longpress for K_SPACE causes the app to crash because it is attempting to parse `K_SPACE` as an int for generating the longpress text.

- Clean up when key text is empty how it is parsed from Id
-Change Unicode hex string delimiter from `,0x` to `\\u` which makes it easier to read `executePopupKey()` in the logs.
2017-10-09 09:04:30 +07:00
..
app Refactor longpress text when it's generated by Id 2017-10-09 09:04:30 +07:00
gradle/wrapper Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
build.gradle Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
build.sh Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
gradle.properties Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
gradlew Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
gradlew.bat Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
readme.md Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
settings.gradle Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00

KeyboardHarness Test App

This app is is based on Samples/KMSample1 and targets keyboard functionality and reproducing bugs with keyboards rather than integration functionality. Use as system keyboard is currently not supported.

Version History

2017-09-26 1.0

  • Initial creation