Commit graph

134 commits

Author SHA1 Message Date
Darcy Wong
7e6d2c6ac6
Merge pull request #4098 from keymanapp/fix/web/offsettop-null
fix(web/ui): Add null check for calculations when canceling touch
2020-12-10 10:09:05 +07:00
Darcy Wong
e985dbaccb
Update web/source/osk/visualKeyboard.ts
Co-authored-by: Marc Durdin <marc@durdin.net>
2020-12-09 14:43:31 +07:00
Darcy Wong
993ba2f26b fix(web/ui): Fix check on indexOf 2020-12-09 14:30:47 +07:00
Darcy Wong
eeb5044040 fix(web/ui): Also guard on kbdDiv 2020-12-09 13:31:12 +07:00
Darcy Wong
6ceafea1cc fix(web/ui): Add null check for calculations when canceling touch 2020-12-09 11:50:56 +07:00
jahorton
e46c4f371f fix(web/engine): findNearestKey erroneously returned key child 2020-12-04 09:43:39 +07:00
Marc Durdin
c4871c981c
Merge branch 'master' into feat/developer/3863-new-touch-layout-key-tags 2020-11-25 12:51:14 +11: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
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
Darcy Wong
b32e1e1c8d chore(web): Merge branch 'master' into fix/web/2990-dotted-circle-pain 2020-09-17 06:51:48 +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
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
2f6e1e42af refactor(web/engine): initial ModelManager split 2020-04-09 09:22:35 +07:00
jahorton
638db60471 feat(web): constrained key previews 2020-04-08 11:30:28 +07:00
jahorton
cacc570b62 fix(ios): ensures popups only constrained when embedded 2020-04-08 09:50:26 +07:00
jahorton
f20d184f65 fix(web): adjusts constrained popup callout properties 2020-04-08 09:45:24 +07:00
jahorton
d842a45adf feat(web): adds ability to constrain y-position of popup keys 2020-04-08 09:38:40 +07:00
jahorton
e447a5a1da refactor(web/engine): fully centralizes keyEvent generation on key spec 2020-04-07 17:28:36 +07:00
jahorton
11da216cf3 refactor(web/engine): starts keyEvent generation on key spec object 2020-04-07 16:30:15 +07:00
jahorton
55d607f43f change(web): reworks native vs embedded osk definitions 2020-04-07 14:43:12 +07:00
jahorton
7a04baa9a5 change(web/engine): kbdProcessor.core => core.keyboardProcessor 2020-04-06 13:17:32 +07:00
jahorton
227062ba56 refactor(web/engine): InputProcessor/KeyboardProcessor split 2020-04-03 10:50:58 +07:00
jahorton
d7d404ccdb fix(web): fixes touch distribution layer retrieval 2020-03-31 12:41:15 +07:00
jahorton
55998fa1e1 refactor(web/engine): Processor now controls layer 2020-03-31 10:48:53 +07:00
jahorton
2d8e676b47 fix(web): a more thorough layout state caching, fixes embedded 2020-03-30 11:54:23 +07:00
jahorton
75e8e0cafe fix(web/engine): missing null check 2020-03-27 23:57:28 +07:00
jahorton
96cb09c0d0 fix(web/engine): 'hollow' mode no longer required for Processor 2020-03-27 23:52:39 +07:00