- Nov 07, 2017
-
-
jahwsuf authored
The default sample languages left out a region for English, so it wasn't appearing in the toolbar UI.
-
- Nov 06, 2017
-
-
Joshua Horton authored
-
Joshua Horton authored
-
Joshua Horton authored
Tweaks the new return value's behavior.
-
Joshua Horton authored
-
Joshua Horton authored
Mostly incorporates the 'only set active keyboard if old one was removed' request, though there's an occasional issue with the active keyboard mysteriously persisting.
-
Joshua Horton authored
-
Joshua Horton authored
-
Joshua Horton authored
`removeKeyboards` API function validation + enhancement.
-
Joshua Horton authored
-
Joshua Horton authored
-
Darcy Wong authored
Update to Android Studio and Gradle 3.0
-
Joshua Horton authored
Extended the test slightly and implemented the 'return true/false' component mentioned in the issue.
-
Joshua Horton authored
-
- Oct 31, 2017
-
-
Joshua Horton authored
addKeyboards parameter property: 'language' -> 'languages'.
-
Joshua Horton authored
Sets init param 'attachType' to 'auto' for all devices.
-
- Oct 30, 2017
-
-
darcywong00 authored
Per Android Studio 3.0 [Release Notes](https://android-developers.googleblog.com/2017/10/android-studio-30.html) -Update gradle version -Change deprecated `compile` dependencies to `implementation` or `api` -Change maven repositories to google (triplet plugin still on maven) - Update readme instructions for using the engine
-
- Oct 27, 2017
-
-
Joshua Horton authored
-
- Oct 26, 2017
-
-
Tom Bogle authored
[Mac]: Prevent Keyman processing command keys
-
- Oct 25, 2017
-
-
Joshua Horton authored
-
Joshua Horton authored
-
- Oct 24, 2017
-
-
Tom Bogle authored
Cherry picked a few small changes from "mac compatibility" branch to fix bug whereby command keys were sometimes causing characters to be output.
-
- Oct 20, 2017
-
-
Marc Durdin authored
name/id mismatch in MergeKeyboardInfo
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Move KMBM variable out of KV member in keyboards to match compiler behaviour
-
Marc Durdin authored
Fixup attachType for web debugger in Keyman Developer
-
Marc Durdin authored
-
Marc Durdin authored
-
Joshua Horton authored
Addresses the recent iOS image asset requirement change.
-
Marc Durdin authored
-
Joshua A. Horton authored
Removes the 'free' set of asset images and attaches the newly required 'marketing' 1024x1024 icon. Addresses #371.
-
- Oct 17, 2017
-
-
Darcy Wong authored
Refactor longpress logic so key text is not confused with key code
-
darcywong00 authored
`String.fromCharCode()` has a limitation to Unicode characters in the BMP. Change to `String.kmwFromCharCode()` to handle entire Unicode range. Also clarified how default key codepoints are processed. KeyboardHarness changes: - Change text area font on keyboard change - Added U_10481 to test longpress keyboard. - Remove test tchad keyboard
-
- Oct 16, 2017
-
-
darcywong00 authored
-
darcywong00 authored
Update comments explaning how control codes U_0000 to U_001F and U_0080 to U_009F are suppressed. Also updated longpress test keyboard to test control codes.
-
darcywong00 authored
* Fix accessing AltGr shift layer * Fix AltGr OSK layer to display as "Alt Ctrl" * Fix how Unicode control characters are filtered out, so U_00A0 can be displayed
-
Joshua Horton authored
Rework of KMW keyboard registration + default keyboard selection.
-
Joshua Horton authored
-
- Oct 13, 2017
-
-
Joshua Horton authored
Mobile default-layer shifting regression fix
-