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
|
aa70d16ad0
|
chore(web): Include PR number (1 of 2)
Co-authored-by: Marc Durdin <marc@durdin.net>
|
2020-10-19 10:20:11 +07:00 |
|
Darcy Wong
|
bd2b87f5c0
|
fix(web): Remove base key from popup keys
|
2020-10-19 10:05:31 +07:00 |
|
Keyman Build Agent
|
c2195af625
|
auto: increment master version to 14.0.163
|
2020-10-18 14:00:41 -04:00 |
|
Darcy Wong
|
d3dd817c49
|
Merge pull request #3664 from keymanapp/fix/web/pass-tab-enter-back-to-embedded-device
fix(web): Let embedded device handle K_TAB or K_ENTER
|
2020-10-18 06:12:27 +07:00 |
|
Keyman Build Agent
|
8ec5a9db46
|
auto: increment master version to 14.0.162
|
2020-10-16 14:00:49 -04:00 |
|
Keyman Build Agent
|
81bca4920f
|
auto: increment master version to 14.0.161
|
2020-10-14 14:00:57 -04: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 |
|
Joshua Horton
|
dade4d1635
|
Merge pull request #3700 from keymanapp/change/web/disable-nonsuggestion-keep
feat(common/models): disables "keep" when word is not suggestion otherwise
|
2020-10-14 08:25:10 +07:00 |
|
Keyman Build Agent
|
4238d3efb3
|
auto: increment master version to 14.0.160
|
2020-10-12 14:00:50 -04: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 |
|
Joshua Horton
|
9299e5697c
|
Merge pull request #3597 from keymanapp/fix/web/test-script-block-on-failed-compilation
fix(web): unit test script failure on compilation failures
|
2020-10-12 08:16:29 +07:00 |
|
Keyman Build Agent
|
e234ee874e
|
auto: increment master version to 14.0.159
|
2020-10-09 14:00:55 -04:00 |
|
jahorton
|
905300b114
|
change(web): adds set -e to test.sh
|
2020-10-09 16:08:00 +07:00 |
|
Darcy Wong
|
02be20e56a
|
chore(web): Add comments about the expected return values
|
2020-10-09 15:19:40 +07:00 |
|
Joshua Horton
|
7109d5bc2b
|
Merge pull request #3647 from keymanapp/feat/common/models/model-dependent-revert-annotation
feat(common/models): 'revert' now uses model's punctuation
|
2020-10-09 10:22:09 +07:00 |
|
jahorton
|
c0ba9740c5
|
fix(web): missed a spot on prior commit
|
2020-10-09 09:46:15 +07:00 |
|
jahorton
|
4aae922fb0
|
change(web): rips out unused suggestion-rotation code
|
2020-10-09 09:21:33 +07:00 |
|
Keyman Build Agent
|
f605d4baa4
|
auto: increment master version to 14.0.158
|
2020-10-08 14:01:13 -04: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 |
|
Darcy Wong
|
47a531e5ff
|
fix(web): Revert sugggestion
|
2020-10-08 14:39:02 +07:00 |
|
Darcy Wong
|
09ccefcd6b
|
Update web/source/kmwembedded.ts
Use a double (`!!`) to convert something truthy to `true`
Co-authored-by: Joshua Horton <joshua_horton@sil.org>
|
2020-10-08 14:22:39 +07:00 |
|
Darcy Wong
|
a15daa4c62
|
fix(web): Fix null comparison to pass un-handled keys back
|
2020-10-08 14:09:38 +07:00 |
|
Darcy Wong
|
d10c439ace
|
chore(web): Merge remote-tracking branch 'origin/master' into fix/web/pass-tab-enter-back-to-embedded-device
|
2020-10-08 13:36:40 +07:00 |
|
Keyman Build Agent
|
4192e68db3
|
auto: increment master version to 14.0.157
|
2020-10-08 01:54:49 -04:00 |
|
Keyman Build Agent
|
59e150b2c1
|
auto: increment master version to 14.0.156
|
2020-10-07 14:00:57 -04:00 |
|
jahorton
|
764f4294c3
|
feat(common/core/web): input processor unit test setup
|
2020-10-07 12:04:45 +07:00 |
|
Darcy Wong
|
a6efa1f713
|
Merge pull request #3659 from keymanapp/fix/web/separate-layer-from-key-name
fix(web): Fix how layer is separated from key name
|
2020-10-07 08:58:31 +07:00 |
|
Darcy Wong
|
d7c3aec7ca
|
fix(web): Let embedded device handle K_TAB or K_ENTER
|
2020-10-06 15:01:59 +07:00 |
|
jahorton
|
b8f286a736
|
chore(common/models): Merge branch 'master' into refactor/common/models/suggestion-and-keep-init
|
2020-10-06 08:13:39 +07:00 |
|
Keyman Build Agent
|
b4a809f7d7
|
auto: increment master version to 14.0.155
|
2020-10-05 14:00:56 -04:00 |
|
Darcy Wong
|
091b3cadf0
|
fix(web): Fix how layer is separated from key name
|
2020-10-05 15:49:56 +07:00 |
|
Keyman Build Agent
|
3d00a2cbda
|
auto: increment master version to 14.0.154
|
2020-10-02 14:00:51 -04:00 |
|
jahorton
|
cbf56266d5
|
change(common/core/web): nomenclature shift - accept > apply
|
2020-10-02 10:17:10 +07:00 |
|
Keyman Build Agent
|
e2d5ae31eb
|
auto: increment master version to 14.0.153
|
2020-09-30 14:01:54 -04:00 |
|
Keyman Build Agent
|
8da7b1943a
|
auto: increment master version to 14.0.152
|
2020-09-29 14:00:55 -04:00 |
|
Keyman Build Agent
|
c6265b4301
|
auto: increment master version to 14.0.151
|
2020-09-28 14:01:03 -04:00 |
|
Keyman Build Agent
|
f0fb4d3b51
|
auto: increment master version to 14.0.150
|
2020-09-25 14:01:05 -04:00 |
|
Keyman Build Agent
|
f18f3fe062
|
auto: increment master version to 14.0.149
|
2020-09-24 14:01:08 -04:00 |
|
Keyman Build Agent
|
1480d0d21f
|
auto: increment master version to 14.0.148
|
2020-09-23 14:00:51 -04:00 |
|
Joshua Horton
|
d4b8094b13
|
Merge pull request #3582 from keymanapp/refactor/web/engine/suggestion-application
refactor(web/engine): application of predictive suggestions
|
2020-09-23 11:52:22 +07:00 |
|
Joshua Horton
|
7125da31f4
|
Merge pull request #3555 from keymanapp/feat/common/models/edit-distance-integration
feat(common/models): initial integration for enhanced corrections
|
2020-09-23 09:22:36 +07:00 |
|
Keyman Build Agent
|
e19f22941a
|
auto: increment master version to 14.0.147
|
2020-09-22 14:00:58 -04:00 |
|
Marc Durdin
|
ada1d99acb
|
Merge pull request #3568 from keymanapp/dependabot/npm_and_yarn/web/testing/regression-tests/http-proxy-1.18.1
chore(deps): bump http-proxy from 1.17.0 to 1.18.1 in /web/testing/regression-tests
|
2020-09-22 07:37:54 +10:00 |
|
Keyman Build Agent
|
79b6113568
|
auto: increment master version to 14.0.146
|
2020-09-21 14:01:09 -04:00 |
|
jahorton
|
0ab5115c8b
|
chore(web): Merge branch 'master' into fix/web/test-script-block-on-failed-compilation
|
2020-09-21 11:40:42 +07:00 |
|
jahorton
|
47fac74d97
|
fix(web): unit test script failure on compilation failures
|
2020-09-21 10:11:59 +07:00 |
|