jahorton
edef613dc8
change(web): implements arrow-func suggestion from #6567
2022-06-14 15:16:00 +07:00
jahorton
50656722bb
change(web): implements arrow-func desired in #6551 comment
2022-06-14 14:52:01 +07:00
jahorton
e801406640
fix(common/models): replaces the single 'startsWith' use
2022-06-14 14:41:56 +07:00
jahorton
0a29496cc1
chore(web): removes iOS 9 pred-text required pseudo-polyfill
2022-06-14 10:54:37 +07:00
jahorton
5b3b710226
chore(web): Merge remote-tracking branch 'origin/master' into change/web/5943-ie-rooting
2022-06-14 10:23:42 +07:00
Marc Durdin
47da7685f2
Merge pull request #6525 from keymanapp/chore/web/no-more-lerna
...
chore(web): replace lerna with npm workspaces and ts projects 🎡
2022-06-13 13:39:12 +10:00
Marc Durdin
8cc9291bba
chore(web): Merge branch 'master' into chore/web/no-more-lerna
2022-06-13 13:38:08 +10:00
jahorton
0f9ade6899
chore(web): reinserts added || die parts to lm-worker wrapping build
2022-05-31 10:02:08 +07:00
jahorton
326dc4d720
chore(web): drops IE from unit test manual-run config
2022-05-31 09:38:07 +07:00
jahorton
f23fa7944f
chore(web): eliminates es6-shim TS project
2022-05-31 09:35:52 +07:00
jahorton
93e36539de
chore(android): build now includes es6-shim polyfill
2022-05-31 09:30:52 +07:00
jahorton
75964b0077
chore(web): drops non-pred text dependence on es6-shim
2022-05-31 09:11:20 +07:00
jahorton
f600406192
fix(web): reverts a change that broke on Android API 21
2022-05-31 09:11:20 +07:00
jahorton
082d96a605
chore(web): roots MSevent refs
2022-05-31 09:11:19 +07:00
jahorton
0601f682b0
chore(web): a bit more cleanup
2022-05-31 09:11:19 +07:00
jahorton
00c717371f
chore(web): roots _GetEventObject
2022-05-31 09:11:18 +07:00
jahorton
5d96ab82ac
chore(web): removes getIEVersion entirely
2022-05-31 09:11:18 +07:00
jahorton
0abf33829a
chore(web): roots out _IsIEEditableIframe
2022-05-31 09:11:17 +07:00
jahorton
858f9bc8fa
chore(web): roots out many IE-related blocks
2022-05-31 09:11:17 +07:00
jahorton
eb62bcb7ee
chore(web): rips out document.createEvent
2022-05-31 09:11:16 +07:00
jahorton
f4b7cab97a
chore(web): rips out IE detection
2022-05-31 09:11:15 +07:00
jahorton
6732e16b1c
chore(web): reinserts @ts-nocheck
2022-05-31 09:11:15 +07:00
jahorton
6566031d1b
docs(common/models): on early Android dependencies
2022-05-31 09:05:06 +07:00
jahorton
0df5ff44b6
change(web): removes mspointerevent refs
2022-05-31 08:27:15 +07:00
Marc Durdin
20e79b7b3d
Merge pull request #6677 from keymanapp/chore/web/keyman-version-for-developer
...
chore(web): adapts keyman-version bundling in Developer products 🎡
2022-05-30 14:23:29 +10:00
Marc Durdin
71b57a43e3
Merge pull request #6644 from keymanapp/chore/web/better-lm-worker-bundling
...
chore(web): lm-worker "test stub" code elimination 🎡
2022-05-30 14:23:20 +10:00
Marc Durdin
df9d952209
Merge pull request #6625 from keymanapp/chore/web/merge-web-version-environment
...
chore(web): replaces web-environment with keyman-version 🎡
2022-05-30 14:23:13 +10:00
Marc Durdin
c29010a405
Merge pull request #6632 from keymanapp/chore/web/fixup-unit-test-fixups
...
chore(web): restores previous test-setup patterns for Web unit tests 🎡
2022-05-30 14:23:03 +10:00
jahorton
daa0fc9f93
chore(web): Merge branch 'chore/web/merge-web-version-environment' into chore/web/better-lm-worker-bundling
2022-05-30 09:06:45 +07:00
jahorton
8bc2908780
chore(web): Merge branch 'chore/web/fixup-unit-test-fixups' into chore/web/merge-web-version-environment
2022-05-30 08:53:11 +07:00
jahorton
a2b6a0918a
chore(web): Merge branch 'chore/web/no-more-lerna' into chore/web/fixup-unit-test-fixups
2022-05-30 08:29:37 +07:00
Marc Durdin
e6367af4fa
Revert
2022-05-29 13:36:53 +10:00
Marc Durdin
e37e3aa88a
chore(web): update BrowserStack to chrome 90 for Windows
2022-05-29 12:50:27 +10:00
Marc Durdin
54ae0a00b5
chore(ios): FV certificate hash
2022-05-29 07:02:40 +10:00
Marc Durdin
304c37f810
chore(web): fix broken dev_resources copy
...
Accidently broke the copy of dev_resources.js to dev_resources.js.map!
2022-05-28 18:06:55 +10:00
Marc Durdin
ff3b8708b8
chore(web): fix broken dev_resources copy
...
Accidently broke the copy of dev_resources.js to dev_resources.js.map!
2022-05-28 18:05:32 +10:00
Marc Durdin
65c8c89be5
chore(web): adapts keyman-version bundling in Developer products
...
As KEYMAN-VERSION changed from being a type to a class, this broke the
bundling and referencing strategies in Developer/Server and
Developer/kmlmc. This updates the bundling process and fixes the
references in both projects.
Note that keyman-version no longer depends on gosh. Given we are
currently manually calling the build for this in all projects (or should
be!), it's better that we keep the build of this explicit for now.
If we want to restore the postinstall/postci steps in the future, the
gosh dependency would need to be manually removed from package.json in
order for the bundling builds to work for Developer/Server and
Developer/kmlmc.
2022-05-28 10:57:24 +10:00
Keyman Server
adb6ed94ff
Merge pull request #6675 from keymanapp/auto/version-master-16.0.12
...
auto: increment master version to 16.0.12
2022-05-28 04:04:02 +10:00
Keyman Build Agent
a75416e95a
auto: increment master version to 16.0.12
2022-05-27 14:03:16 -04:00
Marc Durdin
d35bb973cc
Merge pull request #6674 from keymanapp/chore/ios/fv-cert-16.0
...
chore(ios): FV certificate hash 🍒
2022-05-27 17:01:46 +10:00
jahorton
8d40a05664
fix(web): test reporting style... again
2022-05-27 13:07:51 +07:00
jahorton
97f7fbb68d
fix(web): proper teamcity reporting of keyboard-processor tests
2022-05-27 12:29:21 +07:00
jahorton
3129f67aa9
chore(web): Merge branch 'chore/web/no-more-lerna' into chore/web/fixup-unit-test-fixups
2022-05-27 12:12:20 +07:00
jahorton
0acffafddd
fix(web): ensure keyboard-processor tests are run
2022-05-27 11:53:57 +07:00
Marc Durdin
f6c41fab1b
chore(ios): FV certificate hash
2022-05-27 14:19:13 +10:00
Marc Durdin
651f94b940
chore(ios): FV certificate hash
2022-05-27 14:17:54 +10:00
jahorton
7b472ca686
chore(web): Merge branch 'chore/web/merge-web-version-environment' into chore/web/better-lm-worker-bundling
2022-05-27 10:31:43 +07:00
jahorton
3855a25d26
chore(web): Merge branch 'chore/web/fixup-unit-test-fixups' into chore/web/merge-web-version-environment
2022-05-27 10:30:16 +07:00
jahorton
de68654cf2
chore(web): Merge branch 'chore/web/no-more-lerna' into chore/web/fixup-unit-test-fixups
2022-05-27 10:28:30 +07:00
Marc Durdin
e1f3eca82d
chore(web): add comment for sentry-manager
2022-05-27 13:13:00 +10:00