spiegel-keyman/android/Tests/KeyboardHarness
Eberhard Beilharz d87d104808
maint(android): update Android Target API to 36
This change updates the Android Target API to 36 to satisfy the upcoming
annual Play Store Aug 31 requirement. It updates Keyman for Android to
use API level 36 by changing the compileSdk and targetSdkVersion
properties to 36.

Also update `compileSdkVersion` and some reformatting in `README.md`.

Changes made by AI (Gemini 3 Flash Preview).

Fixes: #16279
Build-bot: release:android
2026-07-24 10:55:45 +02:00
..
app maint(android): update Android Target API to 36 2026-07-24 10:55:45 +02:00
gradle/wrapper maint(android): Update Java and Gradle for KeyboardHarness 2025-05-09 09:33:00 +07:00
build.gradle chore(android): Use API 35 2025-08-08 08:21:55 +07:00
build.sh chore(android): cleanup Android build scripts and artifact filenames 2026-07-13 16:36:29 +02:00
gradle.properties maint(android): Update Java and Gradle for KeyboardHarness 2025-05-09 09:33:00 +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