Commit graph

28169 commits

Author SHA1 Message Date
Marc Durdin
aa1c19c416 docs: address review comments 2024-11-13 10:21:36 +07:00
Marc Durdin
47c712750e docs(developer): kmc-generate
Relates-to: #12641
2024-11-08 09:55:21 +07:00
Marc Durdin
4c0588ea39 refactor(developer): define output path in kmc-generate artifacts 2024-10-22 10:25:30 +07:00
Marc Durdin
89e58fbe00
Merge branch 'master' into feat/developer/kmc-generate 2024-10-12 11:48:31 +02:00
Marc Durdin
f5c27c04e9
Merge pull request #12537 from keymanapp/fix/developer/xml-reader-parse-text-decode
fix(developer): use TextDecoder to convert Uint8Array to string
2024-10-12 04:14:13 +02:00
Keyman Server
6da9fa7d8c
Merge pull request #12538 from keymanapp/auto/version-master-18.0.127
auto: increment master version to 18.0.127
2024-10-11 11:03:01 -07:00
Keyman Build Agent
bb9ccfdaa9 auto: increment master version to 18.0.127 2024-10-11 13:02:22 -04:00
Eberhard Beilharz
76cc5c3bfc
Merge pull request #12527 from keymanapp/chore/linux/apicheck
chore(linux): improve output if `dpkg-gensymbols` fails and run other tests
2024-10-11 14:57:37 +02:00
Marc Durdin
7dc787b96b fix(developer): use TextDecoder to convert Uint8Array to string
`toString()` only works when the Uint8Array is actually a Node Buffer.
2024-10-11 14:11:45 +07:00
Marc Durdin
0d9688451d
Merge branch 'master' into feat/developer/kmc-generate 2024-10-11 03:26:54 +02:00
Marc Durdin
43e7d32004
Merge pull request #12472 from keymanapp/feat/common/12347-check-markdown-links
test(common): add markdown link check test for product documentation
2024-10-11 03:23:23 +02:00
Keyman Server
4a67c5c1ba
Merge pull request #12529 from keymanapp/auto/version-master-18.0.126
auto: increment master version to 18.0.126
2024-10-10 11:03:49 -07:00
Keyman Build Agent
d8e9168047 auto: increment master version to 18.0.126 2024-10-10 14:03:14 -04:00
Eberhard Beilharz
71a1b6cae6
Merge pull request #12514 from keymanapp/refactor/web/11612_keyboardobj
refactor(web): move `KeyboardObject` type to `common/web/types`
2024-10-10 12:01:00 +02:00
Eberhard Beilharz
044256f291
chore(linux): improve output if dpkg-gensymbols fails and run other tests 2024-10-10 11:59:19 +02:00
Eberhard Beilharz
c7c646fca1
Merge pull request #12520 from keymanapp/chore/linux/fix_apicheck
fix(linux): fix problem with API checks with merge commits
2024-10-10 09:17:21 +02:00
Eberhard Beilharz
f3152756b1
Merge pull request #12519 from keymanapp/chore/linux/skip_api_changed
chore(linux): allow to skip API change
2024-10-10 09:16:13 +02:00
Eberhard Beilharz
d849b30856
refactor(web): reverting unnecessary busy changes 2024-10-10 09:13:27 +02:00
Eberhard Beilharz
4f3a68494c
refactor(web): address code review comments 2024-10-10 09:09:17 +02:00
Eberhard Beilharz
23a8c24cba
Merge pull request #12522 from keymanapp/chore/linux/apicheck
chore(linux): Improve output of API Verification
2024-10-10 08:46:29 +02:00
Eberhard Beilharz
680e84d9fa
Merge pull request #12518 from keymanapp/chore/common/builddebug
chore(common): allow to run `build.sh` scripts in `bashdb` debugger
2024-10-10 08:44:45 +02:00
Eberhard Beilharz
9885a477ec
refactor(web): address code review comments 2024-10-09 20:37:51 +02:00
Eberhard Beilharz
c4cebd124b
chore(linux): Improve output of API Verification
- remove useless branch name from name (this is always `master` due to
  the way the workflow gets triggered)
- add PR# to step summary so that it's visible on the Summary page
- fix PR check message to say "API verification" instead of "Package build"
2024-10-09 20:32:55 +02:00
Keyman Server
d2b093026e
Merge pull request #12521 from keymanapp/auto/version-master-18.0.125
auto: increment master version to 18.0.125
2024-10-09 11:02:20 -07:00
Keyman Build Agent
e81e2f7fc7 auto: increment master version to 18.0.125 2024-10-09 14:01:46 -04:00
Eberhard Beilharz
e5c1f81037
fix(linux): fix problem with API checks with merge commits
This change fixes a problem if both `master` and a branch added the same
symbol with different version numbers. This causes a merge conflict which
previously caused the API checks to output an error. However, if the
version number in the .symbols file got updated since the base then
it's no error which this change implements.
2024-10-09 19:35:41 +02:00
Eberhard Beilharz
13caa2e074
refactor(linux): move API verification functions to separate file
This will make it easier to unit test individual functions.
2024-10-09 16:56:10 +02:00
Eberhard Beilharz
2184749a33
chore(linux): allow to skip API change
When running locally it might be beneficial to be able run the API
verification checks without having to build a binary package. This
change allows to omit the `--bin-pkg` parameter and outputs a warning
instead if it's missing.
2024-10-09 15:53:31 +02:00
Eberhard Beilharz
3232c2a1a1
chore(common): allow to run build.sh scripts in bashdb debugger
One of the traps prevents debugging a build script in
the `bashdb` debugger. This change skips trapping `err` and `exit`
when run under a debugger and so allows to debug the script with `bashdb`.
2024-10-09 15:46:37 +02:00
Darcy Wong
9fa0670a8c
Merge pull request #12443 from keymanapp/feat/android/auto-correct-radio-buttons
feat(android): Add controls for auto-correct
2024-10-09 17:25:33 +07:00
Darcy Wong
15993ff32a fix(android): Apply review suggestions 2024-10-09 17:21:49 +07:00
Marc Durdin
473fea9be0
Merge pull request #12464 from keymanapp/fix/developer/12454-use-richedit-for-debugger-memo
fix(developer): use richedit in debug memo to support Egyptian cartouches
2024-10-09 09:49:21 +02:00
Marc Durdin
599f498f1c
Merge pull request #12507 from keymanapp/chore/docs/min-ver-links
chore(common): fix links in minimum-versions.md
2024-10-09 07:23:59 +02:00
Marc Durdin
76ebb5b02b
Merge branch 'master' into feat/common/12347-check-markdown-links 2024-10-09 05:16:31 +02:00
Marc Durdin
eed9b81284 chore(common): address review comments 2024-10-09 08:16:16 +07:00
Marc Durdin
016a6f0225 chore(common): address review comments 2024-10-09 08:12:21 +07:00
Keyman Server
f92e78d915
Merge pull request #12515 from keymanapp/auto/version-master-18.0.124
auto: increment master version to 18.0.124
2024-10-08 11:08:04 -07:00
Keyman Build Agent
9a3a091f3f auto: increment master version to 18.0.124 2024-10-08 14:07:33 -04:00
Eberhard Beilharz
3b9c6ef2e4
refactor(web): move KeyboardObject type to common/web/types
Fixes: #11612
2024-10-08 18:53:14 +02:00
Shawn Schantz
044eea1091
Merge pull request #12512 from keymanapp/chore/renew-ios-cert
chore(ios): renew certificate
2024-10-08 15:27:50 +07:00
Marc Durdin
cccf3d5dc9 chore(common): avoid adding .md extension to files that exist already 2024-10-08 15:01:21 +07:00
sgschantz
cd614a5a8c chore(ios): renew certificate 2024-10-08 14:41:31 +07:00
Marc Durdin
e208d56419 fix(developer): use RichEdit 4.1 for debugger memos
Adds support for using RichEdit 4.1, and sets the richedit control into
the correct mode for rendering arbitrary Unicode correctly. Removes
some unnecessary per-character refresh for improved performance.

Fixes: #12454
2024-10-08 14:21:22 +07:00
Steven R. Loomis
a0813b8b0f
Merge pull request #12502 from keymanapp/feat/common/12208-fast-xml-parser3
chore(developer,common): deps: replace xml2js with fast-xml-parser
2024-10-07 17:21:08 -05:00
Steven R. Loomis
9a4c7e5820 feat(developer): fast-xml-parser: typo fix in xml-utils.ts
Fixes: #12208
2024-10-07 13:05:50 -05:00
Keyman Server
c2f08bd6d8
Merge pull request #12508 from keymanapp/auto/version-master-18.0.123
auto: increment master version to 18.0.123
2024-10-07 11:03:23 -07:00
Keyman Build Agent
2befe8ede7 auto: increment master version to 18.0.123 2024-10-07 14:02:45 -04:00
Eberhard Beilharz
f08388127e
Merge pull request #12481 from keymanapp/chore/common/configure
chore(common): improve configuration detection for hextobin
2024-10-07 16:24:18 +02:00
Marc Durdin
5c6e7c565b chore(common): fix links in minimum-versions.md 2024-10-07 14:49:43 +07:00
Marc Durdin
2e059e9730
Merge branch 'master' into feat/common/12347-check-markdown-links 2024-10-07 09:41:45 +02:00