Marc Durdin
fd7401fb15
chore(core): reset build.sh to use standard build-utils.sh include
2022-07-30 06:02:07 +10:00
Marc Durdin
5c3e11d10b
chore(common): add comment for builder_use_color
2022-07-30 06:01:47 +10:00
Keyman Server
384813a545
Merge pull request #7019 from keymanapp/auto/version-master-16.0.42
...
auto: increment master version to 16.0.42
2022-07-30 04:02:43 +10:00
Keyman Build Agent
31e00b7029
auto: increment master version to 16.0.42
2022-07-29 14:01:45 -04:00
Marc Durdin
683d8b9e68
chore(common): build-utils.sh minor tweaks
...
Fixing up a number of minor bits and pieces identified during demo:
* invalid action or :target would not be picked up if paired with a
valid one (e.g.: build:foo should not have worked)
* colors defined in both shellHelperFunctions and build-utils were
problematic; able to remove them from shellHelperFunctions because
all references included both scripts
* builder_has_action and builder_report now allow both `action:target`
and `action :target`
* keyman-version/build.sh did not have working test action...
2022-07-29 17:37:19 +10:00
Eberhard Beilharz
76058daae5
Merge pull request #7009 from keymanapp/chore/linux/upload-to-debian
...
chore(linux): Add code comment
2022-07-29 09:08:57 +02:00
Joshua A. Horton
f21f85d9e7
chore(web): addresses nit from PR review
2022-07-29 12:45:39 +07:00
Joshua A. Horton
7fa7d581b3
chore(web): build & test script updates
2022-07-29 12:43:24 +07:00
Joshua A. Horton
98c2f86c56
chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2
2022-07-29 12:20:40 +07:00
Joshua A. Horton
45ba72bfb4
chore(web): updates, unifies build scripts
2022-07-29 12:17:24 +07:00
Joshua A. Horton
6a756630ee
chore(web): Merge branch 'feat/web/gesture-recognizer-main' into feat/web/recognizer-input-unit-testing
2022-07-29 11:18:04 +07:00
Joshua Horton
1b4ad74aed
Merge pull request #6914 from keymanapp/feat/web/recognizer-multipoint-tracking
...
feat(web): start of support for multi-touchpoint tracking 🐵
2022-07-29 11:15:22 +07:00
Marc Durdin
79f3272774
fix(developer): rebuilding a model would not refresh it in server
...
When rebuilding a model, Keyman Developer would query for the
registered model, but a missing simplifyId call meant that it never
matched the model name (due to `.` vs `_`).
2022-07-29 12:24:16 +10:00
Joshua A. Horton
951202cbc0
chore(web): updates gesture-recognizer build script
2022-07-29 09:21:19 +07:00
Joshua A. Horton
59ade4e8f7
chore(web): Merge branch 'master' into feat/web/gesture-recognizer-main
2022-07-29 09:16:37 +07:00
Joshua A. Horton
dcdb7206e4
docs(web): updates reintegration doc
2022-07-29 08:58:29 +07:00
Marc Durdin
6304d52ad7
Merge pull request #6986 from keymanapp/chore/common/builder-script-target-and-option-support
...
chore(common): builder script `:target` and `--option` support
2022-07-29 11:54:46 +10:00
Joshua A. Horton
f98eacfab9
chore(web): addresses final review comments
2022-07-29 08:52:17 +07:00
Marc Durdin
5c06d59a5e
fix(developer): compiler emitting garbage for readonly groups
...
Picked up while reviewing code for conversion to C++. The compiler
could, in some circumstances emit garbage code for readonly groups
because we weren't testing all scenarios correctly. In practice, this
would have been rare as readonly groups don't emit characters, but it
should be fixed!
2022-07-29 11:22:30 +10:00
Marc Durdin
c1118d908c
Merge branch 'master' into chore/common/builder-script-target-and-option-support
2022-07-29 10:37:18 +10:00
Marc Durdin
ba6bc677cd
chore(common): tweak build help and color support
2022-07-29 10:35:18 +10:00
Marc Durdin
a00c9a9a85
chore(common): disable debug flag
2022-07-29 05:45:08 +10:00
Keyman Server
6a6ed384fd
Merge pull request #7011 from keymanapp/auto/version-master-16.0.41
...
auto: increment master version to 16.0.41
2022-07-29 04:02:21 +10:00
Keyman Build Agent
e4e06cc7a5
auto: increment master version to 16.0.41
2022-07-28 14:01:35 -04:00
Eberhard Beilharz
ae0378a57f
chore(linux): Add code comment
...
Follow-up of PR #6997 .
2022-07-28 09:43:25 +02:00
Eberhard Beilharz
c8730901dc
Merge pull request #6997 from keymanapp/chore/linux/upload-to-debian
...
chore(linux): Add script to upload to debian
2022-07-28 09:22:15 +02:00
Eberhard Beilharz
9f7b85834a
chore(linux): Update resources/shellHelperFunctions.sh
...
Somehow missed this with the previous commit.
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-07-28 09:20:35 +02:00
Eberhard Beilharz
420cc0814d
chore(linux): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-07-28 09:19:25 +02:00
Marc Durdin
4d80760ad9
feat(developer): add languageUsesCasing to Model Editor
...
Fixes #7007 .
2022-07-28 14:55:10 +10:00
Marc Durdin
3fa1701db3
chore(common): tweak defaults for builder
...
Default action is 'build' unless overridden in builder_describe.
Default target is all targets when no target is specified in command-
line.
2022-07-28 14:20:25 +10:00
Marc Durdin
94f7b135b6
fix(developer): increase maximum file size for server
2022-07-28 10:28:00 +10:00
Marc Durdin
9b7d44398d
chore(developer): Coinit required for test suite
...
Removing unused dependencies also removed the coinit call. Re-adding coinit.
2022-07-28 09:24:18 +10:00
Keyman Server
af20142011
Merge pull request #7002 from keymanapp/auto/version-master-16.0.40
...
auto: increment master version to 16.0.40
2022-07-28 04:02:19 +10:00
Keyman Build Agent
bb797e3db5
auto: increment master version to 16.0.40
2022-07-27 14:01:30 -04:00
Eberhard Beilharz
9232c20569
chore(linux): address review comments
...
This change also slightly modifies `echo_heading` and outputs a
mark. This will show to the left of the line as well as in the
scroll bar in a terminal in VSCode [[1]] and will help to find the
headings if you have a lot of output in between.
[1]:https://code.visualstudio.com/updates/v1_69#_setmark-sequence-support
2022-07-27 12:22:55 +02:00
Eberhard Beilharz
511a35cf42
Merge pull request #6996 from keymanapp/chore/linux/cherry-pick/changelog
...
chore(linux): Update debian changelog 🍒
2022-07-27 09:06:21 +02:00
Marc Durdin
127fb3b4e0
chore(android): fixup getPackageManager ref
2022-07-27 15:59:50 +10:00
Marc Durdin
bdb7b5e45a
fix(android): verify browser before starting activity
...
Fixes #6899 .
2022-07-27 15:16:02 +10:00
Marc Durdin
8fd3442fe2
chore(common): remove builder_init
...
builder_init was unnecessarily and inconsistently duplicating
builder_describe and builder_parse functionality. Removing it -- all
scripts should use builder_describe and builder_parse instead, which
gives us more flexibility and consistency into the future.
2022-07-27 15:07:12 +10:00
Marc Durdin
97817b8724
chore(developer): remove unused dependencies from KeymanWeb compiler
2022-07-27 14:58:13 +10:00
Joshua A. Horton
745a1e5726
change(web): mouseevent identifier adjustment
2022-07-27 10:29:36 +07:00
Joshua A. Horton
5c294943f9
change(web): addresses PR concerns, suggestions
2022-07-27 10:23:34 +07:00
Joshua A. Horton
657b0d532b
chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2
2022-07-27 10:12:44 +07:00
Joshua A. Horton
33da748044
fix(web): post-rework-splice build issue
2022-07-27 10:11:46 +07:00
Joshua A. Horton
5eb8ac2ff2
chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2
2022-07-27 10:10:44 +07:00
Joshua A. Horton
f04a0a488e
chore(web): Merge branch 'feat/web/recognizer-multipoint-tracking' into feat/web/recognizer-input-unit-testing
2022-07-27 10:10:12 +07:00
Joshua A. Horton
c09a40b09c
fix(web): post-rework-splice build issues
2022-07-27 10:09:57 +07:00
Joshua A. Horton
2fc61e10f4
chore(web): removes recording-migration gerry-rig
2022-07-27 10:03:00 +07:00
Joshua A. Horton
dc75dbf6e8
change(web): migration of test-recordings
2022-07-27 10:02:56 +07:00
Joshua A. Horton
e588343efe
change(web): converts to new object format, preps recorded json migration
2022-07-27 10:01:17 +07:00