jahorton
|
ecddb73862
|
change(android): gets API 23 working again, but not 19 or 21 (yet)
|
2019-12-02 07:55:37 +07:00 |
|
jahorton
|
24dca0e6a6
|
Adds documentation, integrates partially for iOS.
|
2019-04-23 09:16:42 +07:00 |
|
jahorton
|
8cbbd9d961
|
Baseline in-app suggestion acceptance
|
2019-04-22 15:26:33 +07:00 |
|
Joshua A. Horton
|
b00e47fdfe
|
Start of the BannerManager class.
|
2019-03-19 15:48:41 +07:00 |
|
Darcy
|
2074956bf9
|
Add methods to control visibility and enable
|
2019-03-14 15:42:38 +07:00 |
|
Joshua A. Horton
|
aeae40ae21
|
Links KMW to the reworked LMLayer API.
|
2019-03-05 08:12:54 +07:00 |
|
Joshua A. Horton
|
89f8f88e1b
|
Initial work on KMW's ModelManager.
|
2019-02-27 12:19:47 +07:00 |
|
Joshua A. Horton
|
d761a74823
|
Actually includes the files this time...
|
2019-02-19 08:52:31 +07:00 |
|
Joshua A. Horton
|
e56dc00ee8
|
Merge branch 'master' into web-touch-alias-refactor
|
2019-02-15 08:34:29 +07:00 |
|
Joshua A. Horton
|
ebce04fdca
|
Moves text-processing related files to text namespace.
|
2019-02-07 02:28:27 +07:00 |
|
Joshua A. Horton
|
87bd9cabb1
|
Tidies up some of the recent refactor work.
|
2019-02-06 23:36:48 +07:00 |
|
Joshua A. Horton
|
ba769e67c3
|
Merge branch 'beta' into p5s2-merge
|
2019-02-04 21:02:15 +07:00 |
|
Joshua A. Horton
|
62f5f97b70
|
Adds support for TS to receive build-time values for compilation.
|
2019-01-17 13:51:07 +07:00 |
|
Joshua A. Horton
|
62bdfc6674
|
KeymanWeb - versioning update for beta.
|
2019-01-15 08:52:43 +07:00 |
|
Joshua A. Horton
|
5dfa059fe6
|
Fixes remaining references to key codes, starts some text-proc reorg.
|
2019-01-11 12:47:11 +07:00 |
|
Joshua A. Horton
|
2ef001f30f
|
Moves keycode constants to their own file, starts 'text' namespace.
|
2019-01-11 12:27:06 +07:00 |
|
Joshua A. Horton
|
e58aa60504
|
Initial reorganization of OSK code complete. Regressions exist, though.
|
2019-01-10 11:54:47 +07:00 |
|
Joshua A. Horton
|
4d17833d05
|
Adds page-focus event handlers to testing 'shutdown' method.
|
2019-01-04 14:46:07 +07:00 |
|
Joshua A. Horton
|
62b794d3ae
|
Publishes the alignInputs() function as API for touch-alias correction.
|
2019-01-03 08:45:31 +07:00 |
|
Joshua A. Horton
|
b84aa0d20e
|
Publishes the alignInputs() function as API for touch-alias correction.
|
2018-12-19 12:50:46 +07:00 |
|
Joshua A. Horton
|
968c2b8ec1
|
init() now works with Promises, fixes test regression.
|
2018-12-17 12:00:03 +07:00 |
|
Joshua A. Horton
|
9561537101
|
setActiveKeyboard is now Promise-compatible!
|
2018-12-17 09:09:53 +07:00 |
|
Joshua A. Horton
|
d952420efc
|
Updates internal version of TypeScript to current.
|
2018-11-14 11:00:33 +07:00 |
|
Darcy Wong
|
c2fe6197db
|
Change system keyboard to "numeric" layer for numeric text fields
Fixes #289
When changing to a digit/phone number text field, set the OSK to "numeric" layer if it exists.
This will occur after `resetContext()`.
|
2018-09-27 13:14:25 +07:00 |
|
Joshua A. Horton
|
80087aa92d
|
Adds tracking to facilitate event handling termination during shutdown.
|
2018-03-08 14:36:17 +07:00 |
|
Joshua A. Horton
|
2b6ce9bb18
|
Fixed a shutdown bug that was the source of IE troubles.
|
2018-03-08 14:02:30 +07:00 |
|
Joshua A. Horton
|
300447150c
|
Cleans up shared state information shutdown ,tweaks timeouts.
|
2018-03-07 10:07:20 +07:00 |
|
Joshua A. Horton
|
a3038f4cde
|
Applies namespacing to the bulk of currently-refactored KMW code.
|
2018-03-05 09:51:20 +07:00 |
|
darcywong00
|
03611801b8
|
Check API endpoints for BCP-47
* Update `keymanCloudRequest` to query for `languageidtype=bcp47`
* Change root Samples and Testing pages to use BCP-47 codes
|
2018-02-21 15:41:53 +07:00 |
|
Joshua A. Horton
|
744747b881
|
Implemented a chirality engine tests. Still fails on IE at present.
|
2018-02-16 09:42:31 +07:00 |
|
Joshua A. Horton
|
dc64f384a4
|
Modified 'shutdown' related code; adjusted initial definition of the 'keyman' variable to help the 'delete' succeed.
|
2018-02-13 08:31:35 +07:00 |
|
Joshua A. Horton
|
d35f8c9c97
|
Merge branch 'master' into web-350-attachment-tests
|
2018-02-09 11:05:15 +07:00 |
|
Joshua A. Horton
|
7465a5d0c2
|
Adds a KeymanWeb 'shutdown' API function for testing for a better engine reload/reset. Resolves IFrame problem.
|
2018-02-09 11:03:10 +07:00 |
|
Joshua A. Horton
|
b8432dfd92
|
Fixes an IFrame attachment idempotency bug, extends unit test resources.
|
2018-02-09 09:03:37 +07:00 |
|
Joshua A. Horton
|
4428df725e
|
Object-orients the existing kmwkeymap infrastructure.
|
2018-02-02 14:14:33 +07:00 |
|
Joshua A. Horton
|
5c34137477
|
More PR fixes.
|
2018-02-02 14:37:07 +07:00 |
|
Joshua A. Horton
|
ed0e4fd106
|
As per PR review.
|
2018-02-02 09:53:41 +07:00 |
|
Joshua A. Horton
|
beadfc30ef
|
Deals (partly?) with IE's .parentWindow property.
|
2018-01-26 08:32:41 +07:00 |
|
Joshua A. Horton
|
a0e1783061
|
Outside of initialization code and the debug API, completes the keymanweb.ts refactor.
|
2018-01-24 12:20:09 +07:00 |
|
Joshua A. Horton
|
bfd041b5f9
|
Refactored hotkeys, window load/unload event handlers, _SelPos.
|
2018-01-24 11:02:55 +07:00 |
|
Joshua A. Horton
|
ad228fbfbd
|
Refactors numerous DOM-related state variables out of kmwbase.ts and into the appropriate DOM-related sources.
|
2018-01-24 10:07:04 +07:00 |
|
Joshua A. Horton
|
be86249124
|
A few fixes + moved a field.
|
2018-01-23 12:31:07 +07:00 |
|
Joshua A. Horton
|
51a1b886e2
|
Refactored ActiveElement, element focusing, and a few other methods.
|
2018-01-23 12:21:52 +07:00 |
|
Joshua A. Horton
|
5114da88ea
|
Further refactoring + some bookkeeping after recent related PR merges/edits.
|
2018-01-23 09:50:35 +07:00 |
|
Joshua A. Horton
|
6f9ae4ffba
|
Incorporates legacy KeymanWeb object API fixes from the 'typed-callbacks' branch.
|
2018-01-23 09:13:51 +07:00 |
|
Joshua A. Horton
|
d9c9ca268d
|
Fixes legacy KeymanWeb object APIs.
|
2018-01-23 09:11:38 +07:00 |
|
Joshua A. Horton
|
d234be6a74
|
Merge branch 'web-typescript-typed-callbacks' into web-typescript-dom-module
|
2018-01-23 09:00:35 +07:00 |
|
Joshua A. Horton
|
a9ac39457a
|
Merge branch 'master' into web-typescript-dom-module
|
2018-01-22 15:49:38 +07:00 |
|
Joshua A. Horton
|
07d18c3ddd
|
Merge branch 'master' into web-typescript-typed-callbacks
|
2018-01-22 15:27:37 +07:00 |
|
Joshua A. Horton
|
193caedb5b
|
Fixed Closure errors.
|
2018-01-22 14:56:12 +07:00 |
|