Marc Durdin
c4871c981c
Merge branch 'master' into feat/developer/3863-new-touch-layout-key-tags
2020-11-25 12:51:14 +11:00
Joshua Horton
6a29257b49
Merge pull request #3941 from keymanapp/fix/web/osk-errors
...
fix(web): adds null guards for two Sentry errors
2020-11-24 11:43:20 +07:00
jahorton
37619d7f03
fix(web): Fixes #3930 - adds keySpec null guard during click processing
2020-11-24 10:33:11 +07:00
jahorton
afc1288140
chore(web): adds LTREnter, LTRBkSp, and associated layout mapping
2020-11-24 10:08:50 +07:00
jahorton
7cfcb9fa6e
docs(web): adds minor comment regarding change
2020-11-24 08:22:23 +07:00
jahorton
927878d6e8
fix(ios/engine): banner inconsistency
2020-11-23 12:56:54 +07:00
Joshua Horton
7c001607ad
Merge pull request #3858 from keymanapp/feat/web/engine/touchless-blank-keys
...
feat(web/engine): allows touch aliasing away from blank keys
2020-11-19 09:50:43 +07:00
Marc Durdin
83325e878c
feat(developer): add new touch layout special tags
...
Fixes #3863 .
This adds the new `*RTLEnter*` and other tags introduced in #3851 to
the touch layout editor, and adds validation for use in 14.0 keyboards.
Due to a limitation in the compiler architecture, use of these tags
will not trigger the automatic keyboard versioning functionality; the
keyboard developer must explicitly specify `store(&VERSION) '14.0'`.
Also:
* synchronised error codes between .h and .pas.
* synchronised touch layout tags between Developer and KeymanWeb, and
cleaned up builder.js usage thereof.
* added support for KeymanwebOsk font override when special tags are
identified.
* added basic tests to ensure that the compiler is catching use of these
tags as needed.
* updated keymanweb-osk.ttf font in Developer.
2020-11-18 08:58:57 +11:00
Joshua Horton
04610876d2
Merge pull request #3851 from keymanapp/feat/web/engine/osk-font-update
...
feat(web/engine): updates osk font, adds layout codes for new glyphs
2020-11-17 10:01:52 +07:00
jahorton
37d6d21b5a
feat(web/engine): mild rename for new special keys
2020-11-17 08:58:37 +07:00
jahorton
3b2c8bdad6
feat(web/engine): special OSK chars now usable on all keys
2020-11-16 10:49:17 +07:00
jahorton
9a1a78fc5b
change(web/engine): tweaks special-key map
2020-11-16 10:14:06 +07:00
jahorton
22c44fedc0
chore(web/engine): polishes code from PR suggestion
2020-11-16 10:13:12 +07:00
Joshua Horton
be254ed23a
Update web/source/osk/visualKeyboard.ts
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-11-16 10:11:47 +07:00
jahorton
1c5e5991ba
feat(web/engine): allows touch aliasing away from blank keys
2020-11-13 09:29:42 +07:00
jahorton
ca4679a598
fix(web/engine): blocks key previews for blank/hidden keys
2020-11-13 09:00:12 +07:00
jahorton
c8431c38bc
feat(web/engine): updates osk font, adds layout codes for new glyphs
2020-11-12 15:46:55 +07:00
Marc Durdin
fcf9a9779d
chore(web): Merge branch 'master' into fix/web/2990-dotted-circle-pain
2020-10-21 17:21:37 +11:00
Marc Durdin
941532542c
chore(web): address review comments
2020-10-20 18:24:21 +11:00
Joshua Horton
6efb6d23be
Merge pull request #3685 from keymanapp/feat/common/models/context-reversion
...
feat(common/models): context reversion modeling
2020-10-20 08:42:07 +07:00
Darcy Wong
94c2f2576c
chore(web): Remove prependBaseKey()
2020-10-19 13:07:29 +07:00
Darcy Wong
7bd03f8121
chore(web): Include PR number (2 of 2)
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-10-19 10:20:29 +07:00
Darcy Wong
bd2b87f5c0
fix(web): Remove base key from popup keys
2020-10-19 10:05:31 +07:00
Joshua Horton
73a20cfe8c
Merge pull request #3702 from keymanapp/feat/common/core/web/selective-wordbreak-swallow
...
feat(common/core/web): selective wordbreak swallowing after accepting suggestions
2020-10-14 08:25:35 +07:00
jahorton
f272efdeca
feat(common/core/web): selective wordbreak swallowing after accepted suggestion
2020-10-12 15:33:40 +07:00
jahorton
46eecb81cd
feat(common/models): disables "keep" when word is not suggestion otherwise
2020-10-12 12:51:47 +07:00
jahorton
4aae922fb0
change(web): rips out unused suggestion-rotation code
2020-10-09 09:21:33 +07:00
jahorton
2e2fa5475f
refactor(web): refactor of Web-side reversion to match
2020-10-08 15:15:56 +07:00
jahorton
7d9d6c0d3f
fix(web): more reversion typing
2020-10-08 15:13:59 +07:00
jahorton
cbf56266d5
change(common/core/web): nomenclature shift - accept > apply
2020-10-02 10:17:10 +07:00
Darcy Wong
b32e1e1c8d
chore(web): Merge branch 'master' into fix/web/2990-dotted-circle-pain
2020-09-17 06:51:48 +07:00
jahorton
0c2c591e17
refactor(web/engine): application of predictive suggestions
2020-09-15 15:22:16 +07:00
jahorton
89fe01f188
fix(web/engine): adds null check for error seen in iOS logs
2020-05-27 10:32:00 +07:00
jahorton
126a15e120
refactor(web/engine): renames DeviceSpec, moves to utils
2020-05-18 08:31:32 +07:00
Marc Durdin
1252b21c6c
fix(web): disable U+25CC for diacritics
...
The display of dotted circle is inconsistent on iOS at least.
Disable this for now until we have time to do a complete test
across all target platforms and known scripts. A big job...
2020-04-29 09:56:34 +10:00
jahorton
5c709f9468
chore(web/engine): post-rebase cleanup
2020-04-24 14:35:52 +07:00
jahorton
1eed004296
change(web): package rename + patchup
2020-04-24 13:53:39 +07:00
jahorton
373196dded
change(web/engine): splits off the core/web/keyboard-processor module
2020-04-24 13:45:04 +07:00
Joshua Horton
9135c41a05
Merge pull request #2982 from keymanapp/refactor/web/engine/web-core-build-prep
...
refactor(web/engine): web-core build prep
2020-04-17 08:36:56 +07:00
Joshua Horton
454c0eb523
Merge pull request #2976 from keymanapp/refactor/web/engine/predictive-data-routing
...
refactor(web/engine): predictive data routing, LanguageProcessor as EventEmitter
2020-04-17 08:36:33 +07:00
Joshua Horton
c871e72321
Merge pull request #2975 from keymanapp/refactor/web/engine/lm-layer-enablement
...
refactor(web/engine): lm-layer enablement state management rework
2020-04-17 08:35:40 +07:00
Joshua Horton
9457084928
Merge pull request #2974 from keymanapp/refactor/web/engine/modelManager-split
...
refactor(web/engine): initial ModelManager split
2020-04-17 08:35:13 +07:00
Joshua Horton
979a8566c3
Merge pull request #2969 from keymanapp/refactor/web/engine/key-spec-keyEvent-generation
...
refactor(web/engine): precomputation for OSK key events, headless production thereof
2020-04-17 08:34:54 +07:00
jahorton
a7dadacbc9
refactor(web/engine): better dependency for same role + a fix
2020-04-16 09:00:12 +07:00
jahorton
8c0f81f8ba
refactor(web/engine): headless LanguageProcessor (aside from lmlayer)
2020-04-09 14:51:49 +07:00
jahorton
68dc9a7ddc
feat(web/engine): LanguageProcessor events now EventEmitter-backed
2020-04-09 14:05:30 +07:00
jahorton
e363542c9e
refactor(web/engine): returns prediction Promise on RuleBehavior
2020-04-09 13:16:08 +07:00
jahorton
f9a9810ee3
refactor(web/engine): modelchange -> statechange event
2020-04-09 12:29:40 +07:00
jahorton
9f3ccffe2b
refactor(web/engine): changes model load + mayPredict interactions
2020-04-09 12:14:27 +07:00
jahorton
2f6e1e42af
refactor(web/engine): initial ModelManager split
2020-04-09 09:22:35 +07:00