Keyman Build Agent
bc0bd37123
auto: increment beta version to 14.0.210
2020-12-14 16:17:15 -05:00
Keyman Build Agent
d5648fa418
auto: increment beta version to 14.0.209
2020-12-14 16:05:54 -05:00
Keyman Build Agent
b993ef3056
auto: increment beta version to 14.0.208
2020-12-14 15:54:24 -05:00
Keyman Build Agent
9c34cbcc5a
auto: increment beta version to 14.0.207
2020-12-14 15:45:28 -05:00
Keyman Build Agent
1ec1654f81
auto: increment master version to 14.0.206
2020-12-14 13:01:01 -05:00
Marc Durdin
4d07a393b0
fix(web): sporadic blank keyboard on Android
...
Fixes #3996 .
This is a tentative fix: it merely prevents `_Hide` from having any effect when in embedded mode. Tested on Android and could not force any issues.
However, it addresses the symptom and is probably sufficient but does not actually fix the root issue of the problem, which is that the `_Hide` method should never be called for embedded mode, as keyboard visibility is controlled by the host Keyman Engine on the device. Digging out those code paths is a much bigger job, and as the keyboard continues to function correctly if the effect of the hide (opacity=0) is undone by hand using web inspector, I am reasonably confident that this won't break other things.
2020-12-14 09:51:27 +11:00
Keyman Build Agent
20d06c526d
auto: increment master version to 14.0.205
2020-12-11 13:00:58 -05:00
dependabot[bot]
25e293aec8
chore(deps): bump ini in /web/testing/regression-tests
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 18:02:42 +00:00
Keyman Build Agent
dbef133275
auto: increment master version to 14.0.204
2020-12-10 13:01:07 -05:00
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
Keyman Build Agent
3b26cf6fb8
auto: increment master version to 14.0.203
2020-12-09 13:01:58 -05: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
Keyman Build Agent
9751144d6f
auto: increment master version to 14.0.202
2020-12-08 13:01:07 -05:00
Keyman Build Agent
5382ebc3a6
auto: increment master version to 14.0.201
2020-12-07 13:01:10 -05:00
Darcy Wong
68259ffc61
Merge pull request #4085 from keymanapp/fix/web/null-tag
...
fix(web/ui): Add check for suggestion.tag
2020-12-07 15:06:32 +07:00
Keyman Build Agent
2e4ba2c678
auto: increment master version to 14.0.200
2020-12-06 22:39:17 -05:00
Darcy Wong
ca04394751
fix(web/ui): Add check for suggestion.tag
...
Fixes #4079
2020-12-07 08:59:46 +07:00
Keyman Build Agent
63974fc99c
auto: increment master version to 14.0.199
2020-12-06 20:53:09 -05:00
Keyman Build Agent
9c5d2f322d
auto: increment master version to 14.0.198
2020-12-04 13:01:04 -05:00
Joshua Horton
195b4d0be0
Merge pull request #4072 from keymanapp/fix/common/core/web/predictive-context-reset
...
fix(common/core/web): predictive context reset
2020-12-04 15:24:59 +07:00
jahorton
07daee7b16
fix(common/models): fixes post-wordbreak suggestions
2020-12-04 13:39:04 +07:00
jahorton
e46c4f371f
fix(web/engine): findNearestKey erroneously returned key child
2020-12-04 09:43:39 +07:00
Keyman Build Agent
f977740b06
auto: increment master version to 14.0.197
2020-12-03 13:01:01 -05:00
jahorton
6d111783e3
fix(common/core/web): predictive context reset
2020-12-03 15:48:18 +07:00
Keyman Build Agent
77b13a19ba
auto: increment master version to 14.0.196
2020-12-02 16:57:59 -05:00
Keyman Build Agent
5d4bbcfc92
auto: increment master version to 14.0.195
2020-12-01 13:01:13 -05:00
Keyman Build Agent
c1ae431217
auto: increment master version to 14.0.194
2020-11-30 13:01:10 -05:00
Keyman Build Agent
c38655922f
auto: increment master version to 14.0.193
2020-11-28 13:01:09 -05:00
Keyman Build Agent
8805be7d1f
auto: increment master version to 14.0.192
2020-11-27 13:01:30 -05:00
Keyman Build Agent
c2392511f1
auto: increment master version to 14.0.191
2020-11-26 13:01:12 -05:00
Keyman Build Agent
5f32b941ad
auto: increment master version to 14.0.190
2020-11-25 13:01:09 -05:00
jahorton
af7be3f1dc
fix(web): default attachment behavior
2020-11-25 12:51:34 +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
Keyman Build Agent
976d47a006
auto: increment master version to 14.0.189
2020-11-24 13:01:13 -05: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
d264fa5487
fix(web): Fixes #3931 - adds in-rotation null guard
2020-11-24 10:22:26 +07:00
jahorton
afc1288140
chore(web): adds LTREnter, LTRBkSp, and associated layout mapping
2020-11-24 10:08:50 +07:00
Joshua Horton
dd91ce24ae
Merge pull request #3925 from keymanapp/fix/ios/engine/banner-inconsistency
...
fix(ios/engine): banner inconsistency
2020-11-24 08:22:57 +07:00
jahorton
7cfcb9fa6e
docs(web): adds minor comment regarding change
2020-11-24 08:22:23 +07:00
Keyman Build Agent
8ceb6481d4
auto: increment master version to 14.0.188
2020-11-23 13:01:02 -05:00
jahorton
927878d6e8
fix(ios/engine): banner inconsistency
2020-11-23 12:56:54 +07:00
Keyman Build Agent
d4dfbda933
auto: increment master version to 14.0.187
2020-11-20 13:01:04 -05:00
jahorton
89da78acf0
fix(web/engine): proactive prevention for swapped keyboards
2020-11-20 10:53:32 +07:00
jahorton
54482e8f1f
fix(web/engine): fixes OSK rotation
2020-11-20 10:35:20 +07:00
Keyman Build Agent
4a508cf78f
auto: increment master version to 14.0.186
2020-11-19 13:01:02 -05: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