- Jun 26, 2017
-
-
Joshua Horton authored
Added a kmwembedded flag to make the error output's condition more explicit, refactored in-PR code to match.
-
Joshua Horton authored
-
- Jun 23, 2017
-
-
Joshua Horton authored
-
Joshua Horton authored
-
Joshua Horton authored
Redesign of the keyboard loading process - prototype complete! Confirmed in Firefox, Chrome, IE, and Edge!
-
- Jun 21, 2017
-
-
Marc Durdin authored
Use BUILD_COUNTER variable instead of BUILD_NUMBER from TeamCity
-
Marc Durdin authored
-
- Jun 15, 2017
-
-
Marc Durdin authored
Fixup copyright messages and links to remove references to Tavultesoft
-
Marc Durdin authored
Change build.bat to create output/ folder artifact layout that matches deployment layout
-
- Jun 14, 2017
-
-
Marc Durdin authored
Web set keyboard api fix
-
Marc Durdin authored
-
Marc Durdin authored
-
Joshua Horton authored
-
Joshua Horton authored
Also fixes issues with the Toggle UI displaying for API-disabled controls.
-
Joshua Horton authored
-
Joshua Horton authored
-
Joshua Horton authored
Inlined the old setDfltKeyboard() method that was only ever used in one place and was not part of the API.
-
- Jun 13, 2017
-
-
Joshua Horton authored
Fixes an issue where the default keyboard could not be set on page load if a different keyboard was triggered to load asynchronously.
-
Marc Durdin authored
Rename embedded artifact to keyman.js
-
darcywong00 authored
Android projects are expecting the web embedded artifact to be named keyman.js instead of keymanweb.js
-
Joshua Horton authored
-
Marc Durdin authored
[Fix] Disabled element reformatting no longer occurs on desktop implementations.
-
Joshua Horton authored
-
- Jun 12, 2017
-
-
Marc Durdin authored
Remove build number from embedded artifacts
-
darcywong00 authored
Now that the CI build server publishes web (output) and embedded artifacts, the build.bat file can be updated to leave the build number out of artifact names.
-
- Jun 09, 2017
-
-
Marc Durdin authored
web - Housekeeping: OSK keymapping
-
Joshua Horton authored
-
Marc Durdin authored
Fix SPACEBAR and ENTER key on external keyboard
-
Joshua Horton authored
Removed dead condition from the OSK's default keymapping function, swapped from using raw numbers to keycode references.
-
- Jun 08, 2017
-
-
darcywong00 authored
Fix for sillsdev/keyman/issues/12 where SPACEBAR and ENTER key on an external keyoard weren't registering a keystroke.
-
Marc Durdin authored
Disables touch-based behavior on desktops/laptops
-
Joshua Horton authored
-
Joshua Horton authored
Disables touch-based behavior when KeymanWeb cannot detect a supported path for handling touch. (When it gives up and says "It's a desktop.")
-
- Jun 05, 2017
-
-
Marc Durdin authored
Fix for console log error; one variable was improperly located.
-
Joshua Horton authored
-
Marc Durdin authored
Dynamic input removal, other bookkeeping
-
Joshua Horton authored
Requested refactoring complete; also changed a return type on a new method to boolean to facilitate any future optimization code.
-
Joshua Horton authored
-
Joshua Horton authored
Fixed the re-added element problem, but found a new one: already-added elements don't reposition properly upon a text element resize (Triggered by language change, at minimum).
-
Joshua Horton authored
Consolidated timeout/updateInput code; the inputs now work and arrange themselves properly UNLESS readded to the page, which is the one remaining issue at the moment.
-