Commit graph

1913 commits

Author SHA1 Message Date
Keyman Build Agent
966ec5047a auto: increment master version to 15.0.127 2021-10-05 17:38:19 -04:00
Marc Durdin
024a36da9f
Merge pull request #5787 from keymanapp/chore/sentry-io
chore: sentry.io dsn 👮‍♂️
2021-10-06 07:32:43 +11:00
Keyman Build Agent
726e9abe05 auto: increment master version to 15.0.126 2021-10-05 14:02:00 -04:00
Keyman Build Agent
ba0999a611 auto: increment master version to 15.0.125 2021-10-04 14:01:57 -04:00
Marc Durdin
3219b44624 chore: sentry.io dsn 2021-10-04 15:01:36 +11:00
Marc Durdin
6882e97ae0
Merge pull request #5749 from keymanapp/fix/web/2924-variable-stores-and-fat-fingering
fix(web): support variable stores with predictive text
2021-10-02 11:12:34 +10:00
Keyman Build Agent
bfa34828d3 auto: increment master version to 15.0.124 2021-10-01 14:01:32 -04:00
Keyman Build Agent
edaea587ad auto: increment master version to 15.0.123 2021-09-30 14:02:02 -04:00
rc-swag
96da136a95
Merge pull request #5443 from keymanapp/feat/windows/keyman-core-integration-2
feat(windows): Keyman Core integration 🥑
2021-09-30 10:54:17 +10:00
Keyman Build Agent
ee5b071d39 auto: increment master version to 15.0.122 2021-09-29 14:01:41 -04:00
Keyman Build Agent
a554eee1eb auto: increment master version to 15.0.121 2021-09-28 14:01:31 -04:00
rc-swag
b71fde66f9
Merge branch 'master' into feat/windows/keyman-core-integration-2 2021-09-27 21:40:22 +10:00
Marc Durdin
2f280052ec chore(web): cleanup comment 2021-09-27 10:25:16 +10:00
Marc Durdin
a65b55e1b5 fix(web): support variable stores with predictive text
Fixes #2924.

When a keyboard includes variable stores, predictive text fat-fingering
tests will no longer affect the variable store values.
2021-09-27 06:54:24 +10:00
Keyman Build Agent
91800c9513 auto: increment master version to 15.0.120 2021-09-24 14:02:33 -04:00
Keyman Build Agent
812913529e auto: increment master version to 15.0.119 2021-09-23 14:02:50 -04:00
Keyman Build Agent
d109552ff3 auto: increment master version to 15.0.118 2021-09-22 14:01:12 -04:00
Keyman Build Agent
351061aafb auto: increment master version to 15.0.117 2021-09-21 14:01:42 -04:00
rc-swag
4cc9525d2b
Merge pull request #5669 from keymanapp/fix/common/core/list-size-endless-loop
fix(common/core): insure list pntr is incremented
2021-09-21 09:01:27 +10:00
Keyman Build Agent
d41dadd8ca auto: increment master version to 15.0.116 2021-09-20 14:01:38 -04:00
Marc Durdin
41a9e8c26d
Merge pull request #5696 from keymanapp/feat/developer/5695-debugger-track-set-option-value
feat(developer): track changes to option values better in debugger 🐞
2021-09-20 16:12:39 +10:00
Marc Durdin
671509a80b
Merge pull request #5719 from keymanapp/chore/common/keyboardprocessor-version
chore(common/core): cleanup version headers
2021-09-20 11:13:52 +10:00
Marc Durdin
e1e2a51d9c chore(common/core): cleanup version headers
Fixes #5450.
2021-09-20 06:05:04 +10:00
Keyman Build Agent
65aa4ed0f0 auto: increment master version to 15.0.115 2021-09-17 14:01:54 -04:00
Joshua Horton
0e42a0b70d
Merge pull request #5641 from keymanapp/fix/web/osk-layer-reset
fix(common/core/web): layer reset on physical keystroke after OSK interaction
2021-09-17 12:42:30 +07:00
Marc Durdin
547ede3a9b fix(developer): add version info to Core
Fixes #5672.

* Adds version information to meson build for Keyman Core DLL
* Removes verify.dpr patch added in #5649 so it will be tested at build
2021-09-17 12:47:01 +10:00
Keyman Build Agent
bf3b7d6e28 auto: increment master version to 15.0.114 2021-09-16 14:01:56 -04:00
Darcy Wong
7c73840e58 fix(common/core/web): Revert check for length 0 2021-09-16 09:29:52 +07:00
Darcy Wong
7acd0b4ed5 fix(common/core/web): Remove empty rows in OSK 2021-09-15 14:20:52 +07:00
Marc Durdin
1e8d14ea72 chore(common/core/desktop): remove unused variable 2021-09-15 15:42:13 +10:00
Marc Durdin
cec8d11759 feat(developer): track changes to option values better in debugger
Fixes #5695.

When the debugger is in single-step mode, reflects the value of option
stores at the time of the change rather than at the beginning of the
batch.
2021-09-15 15:29:44 +10:00
Keyman Build Agent
47a8a4b02b auto: increment master version to 15.0.113 2021-09-14 14:01:32 -04:00
Keyman Build Agent
0ec12e763e auto: increment master version to 15.0.112 2021-09-13 14:01:37 -04:00
Darcy Wong
9519ea0c3e Merge remote-tracking branch 'origin/master' into fix/android/override-numeric-field 2021-09-12 08:58:56 +07:00
Keyman Build Agent
39fea0bb32 auto: increment master version to 15.0.111 2021-09-10 14:01:34 -04:00
Keyman Build Agent
0c4c79ef18 auto: increment master version to 15.0.110 2021-09-06 14:01:08 -04:00
Ross
e7293a58ab fix(common/core): remove unused vars in options test 2021-09-06 13:16:12 +10:00
Ross
42c13856f8 fix(common/core): add unit test for km_kbp_options_list_size 2021-09-06 09:47:30 +10:00
rc-swag
da06c62bf1
fix(common): apply indent suggested fix km_kbp_options_api.cpp
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-09-06 06:41:13 +10:00
Ross
d21a1ac445 fix(common/core): insure list pntr is incremented 2021-09-03 14:40:29 +10:00
Ross
f56c1839fd feat(windows): formating of km_kbp_options_list_size 2021-09-03 14:30:53 +10:00
Ross
5ffb136acf feat(windows): Added UpdateKeyboardOptions
This functions was to update the keyboard options in the
windows engine with the current options in the core

However it is not needed as first thought. This is because the options
will not be updated in first Non updatable call kmtip. This is due to
the fact the actions will not be processed. A variation on the current
core implementation. I am still pushing the branch as the unit test will
be usefull.
2021-09-02 11:57:44 +10:00
Keyman Build Agent
19f6103998 auto: increment master version to 15.0.109 2021-09-01 14:01:12 -04:00
Darcy Wong
5188ced2b8 fix(common/core/web): Check for active keyboard in setNumericLayer 2021-09-01 09:23:07 +07:00
Keyman Build Agent
aa1838decc auto: increment master version to 15.0.108 2021-08-31 14:01:21 -04:00
Keyman Build Agent
5fb55ee30d auto: increment master version to 15.0.107 2021-08-30 14:01:24 -04:00
Keyman Build Agent
8278d5ec65 auto: increment master version to 15.0.106 2021-08-27 14:01:32 -04:00
Keyman Build Agent
b53b6b36fc auto: increment master version to 15.0.105 2021-08-26 14:01:32 -04:00
jahorton
62cec37142 fix(common/core/web): layer swaps from modifier keys did not update modifier state 2021-08-26 09:54:22 +07:00
Keyman Build Agent
5ba92a117e auto: increment master version to 15.0.104 2021-08-25 14:01:37 -04:00