spiegel-keyman/android/Tests/KeyboardHarness
Marc Durdin cd8121ef65 chore(common): builder scripts now use /resources/build/builder.inc.sh
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).

This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
..
app test(android/samples): Add special characters to keyboard harness kmp 2024-04-22 16:37:42 +07:00
gradle/wrapper chore(android): Update gradle-wrapper to 7.5.1 2023-03-29 09:46:27 +07:00
build.gradle chore(android): Update Android projects for Java 11 2023-03-29 09:46:27 +07:00
build.sh chore(common): builder scripts now use /resources/build/builder.inc.sh 2024-05-02 15:54:31 +07:00
gradle.properties fix(android): Update build dependencies for Sample and Test projects 2019-11-20 11:08:18 +07:00
gradlew fix(android/samples): Set gradlew executable for Tests 2021-05-31 08:51:08 +07:00
gradlew.bat Change chirality test app to keyboardHarness 2017-10-04 10:33:16 +07:00
readme.md chore(android): Clenaup keyboard harness package 2023-09-29 09:08:09 +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.

keyboardharness package source

The path is ./app/src/main/assets/keyboardharness.kps

and consists of these engineering keyboards:

  • android/Tests/KeyboardHarness/app/src/main/assets/longpress.js
  • web/testing/chirality/chirality.js
  • web/testing/platform/platformtest.js

test9469.kmp is another engineering keyboard to show non-printing characters on the OSK.

Compiling From Command Line

  1. Launch a command prompt to the android/ folder
  2. Compile KMEA. This will build and copy keyman-engine.aar to the Samples and Test projects
    cd KMEA
    ./build.sh
    
  3. Compile KeyboardHarness
    cd ../Tests/KeyboardHarness
    ./build.sh
    

Version History

2017-09-26 1.0

  • Initial creation