Commit graph

4628 commits

Author SHA1 Message Date
Joshua Horton
c826857f09
Merge pull request #4243 from keymanapp/fix/web/4242-no-worker-no-prediction-engine
fix(web): disables predictive text on Opera mini
2021-01-14 08:38:15 +07:00
Joshua Horton
03e7571bf0
Merge pull request #4241 from keymanapp/fix/web/3953-key-preview-positioning
fix(web): OSK key preview positioning
2021-01-14 08:36:37 +07:00
Keyman Build Agent
9ccfeb09d3 auto: increment beta version to 14.0.222 2021-01-13 17:18:54 -05:00
Keyman Build Agent
46902e3895 auto: increment beta version to 14.0.221 2021-01-13 13:01:34 -05:00
jahorton
1c52376f03 fix(web): prevents predictive text engine init if workers aren't available 2021-01-13 13:56:27 +07:00
jahorton
e175aa3e7c fix(web): OSK key preview positioning. Fixes #3953 2021-01-13 12:56:18 +07:00
jahorton
2bf5d8a76a fix(web): offsetParent -> parentElement 2021-01-13 10:09:46 +07:00
Joshua Horton
2cd3f812ec
Merge pull request #4232 from keymanapp/fix/web/3697-osk-size-cookie-sync
fix(web): osk size & position after focus changes
2021-01-13 08:48:35 +07:00
Keyman Build Agent
0208467b90 auto: increment beta version to 14.0.220 2021-01-12 14:00:52 -05:00
Keyman Build Agent
d254d22ecb auto: increment master version to 15.0.8 2021-01-12 14:00:25 -05:00
jahorton
b9437c08e4 chore(web): mild cleanup 2021-01-12 12:53:47 +07:00
jahorton
f20098244a fix(web): fixes cookie/state mismatch 2021-01-12 12:48:19 +07:00
jahorton
360c2cd71c fix(web): osk size & position after focus changes 2021-01-12 12:02:30 +07:00
jahorton
925bbc1f56 fix(web): supplies missing (optional) argument to prevent warnings 2021-01-11 10:01:36 +07:00
Keyman Build Agent
f3a3f704f5 auto: increment beta version to 14.0.219 2021-01-08 13:00:59 -05:00
Keyman Build Agent
5b5a80989f auto: increment master version to 15.0.7 2021-01-07 13:01:26 -05:00
Keyman Build Agent
2bf8af5f6a auto: increment master version to 15.0.6 2021-01-05 13:04:38 -05:00
Keyman Build Agent
1fe4650fb8 auto: increment beta version to 14.0.218 2021-01-05 13:01:57 -05:00
Keyman Build Agent
50de22eb9b auto: increment beta version to 14.0.217 2020-12-23 13:01:31 -05:00
Keyman Build Agent
d9ef7924d9 auto: increment master version to 15.0.5 2020-12-23 13:01:08 -05:00
jahorton
d482dee5fd fix(web): supplies missing (optional) argument to prevent warnings 2020-12-23 10:12:25 +07:00
Marc Durdin
6de531259d
Merge pull request #4187 from keymanapp/fix/web/kmwosk-colors-cherry-pick-4154
fix(web): Solving kmwosk color inconsistency 🍒
2020-12-23 08:34:56 +11:00
Keyman Build Agent
8c0cb10991 auto: increment beta version to 14.0.216 2020-12-22 02:17:47 -05:00
Keyman Build Agent
957c9ada0b auto: increment master version to 15.0.4 2020-12-21 13:01:39 -05:00
Matthew Lee
8f3e3283d6 Removed temporary comments 2020-12-21 14:10:35 +11:00
Matthew Lee
bfd5a8e775 More consistent with Android Tablet 2020-12-21 14:10:35 +11:00
Matthew Lee
a511252d91 Bold Draft 2020-12-21 14:10:34 +11:00
Marc Durdin
91156cf901
Merge pull request #4154 from MattGyverLee/Key-OnColor
fix(web): Solving kmwosk color inconsistency
2020-12-21 14:10:18 +11:00
Keyman Build Agent
b59f0a7d3c auto: increment beta version to 14.0.215 2020-12-20 13:01:10 -05:00
Keyman Build Agent
899967f893 auto: increment beta version to 14.0.214 2020-12-18 13:01:00 -05:00
Keyman Build Agent
eefbf71225 auto: increment beta version to 14.0.213 2020-12-17 18:57:10 -05:00
Keyman Build Agent
1d6d4d17b6 auto: increment master version to 15.0.3 2020-12-16 13:01:24 -05:00
Keyman Build Agent
df2e1d7b6a auto: increment beta version to 14.0.212 2020-12-16 13:01:05 -05:00
Matthew Lee
2ab27354ff Removed temporary comments 2020-12-15 17:15:27 +01:00
Matthew Lee
d9f428fee9 More consistent with Android Tablet 2020-12-15 14:56:08 +01:00
Matthew Lee
ff8fb19ee3 Bold Draft 2020-12-15 13:44:34 +01:00
Keyman Build Agent
686db730be auto: increment beta version to 14.0.211 2020-12-14 23:34:08 -05:00
Keyman Build Agent
6a2ce00d92 auto: increment master version to 15.0.2 2020-12-14 17:32:36 -05:00
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