Marc Durdin
ed1fdfd6d8
Merge pull request #13694 from keymanapp/dependabot/npm_and_yarn/koa-2.16.1
...
build(deps): bump koa from 2.15.3 to 2.16.1
2025-04-21 07:09:31 +07:00
dependabot[bot]
9e35cb1f45
build(deps): bump koa from 2.15.3 to 2.16.1
...
Bumps [koa](https://github.com/koajs/koa ) from 2.15.3 to 2.16.1.
- [Release notes](https://github.com/koajs/koa/releases )
- [Changelog](https://github.com/koajs/koa/blob/master/History.md )
- [Commits](https://github.com/koajs/koa/compare/2.15.3...v2.16.1 )
---
updated-dependencies:
- dependency-name: koa
dependency-version: 2.16.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 13:14:58 +00:00
Keyman Server
65b62c43ab
Merge pull request #13684 from keymanapp/auto/version-master-19.0.24
...
auto: increment master version to 19.0.24
2025-04-07 11:02:11 -07:00
Keyman Build Agent
d9a2936a51
auto: increment master version to 19.0.24
2025-04-07 14:01:32 -04:00
Eberhard Beilharz
0f0f14176a
Merge pull request #13675 from keymanapp/chore/linux/cherry-pick/changelog
...
chore(linux): Update debian changelog 🍒
2025-04-07 15:23:25 +02:00
Joshua Horton
20c9d75795
Merge pull request #13671 from keymanapp/chore/web/clean-dead-keyboard-state-methods
...
chore(web): remove dead methods regarding keyboard state
2025-04-07 08:05:14 +07:00
Keyman Server
ef3fdd77ae
Merge pull request #13676 from keymanapp/auto/version-master-19.0.23
...
auto: increment master version to 19.0.23
2025-04-04 11:01:42 -07:00
Keyman Build Agent
808f1e8063
auto: increment master version to 19.0.23
2025-04-04 14:01:08 -04:00
Eberhard Beilharz
24a4146018
chore(linux): Update debian changelog
...
(cherry picked from commit 8044de4649 )
2025-04-04 15:12:57 +02:00
Joshua Horton
b96cdf1e0f
chore(web): remove dead methods regarding keyboard state
2025-04-04 15:07:08 +07:00
Marc Durdin
dbde1b6480
Merge pull request #13661 from keymanapp/dependabot/npm_and_yarn/multi-0d2c8b9d73
...
build(deps): bump tar-fs and puppeteer-core
2025-04-04 12:29:03 +07:00
Keyman Server
dc90f1121f
Merge pull request #13664 from keymanapp/auto/version-master-19.0.22
...
auto: increment master version to 19.0.22
2025-04-03 11:03:55 -07:00
Keyman Build Agent
927564c213
auto: increment master version to 19.0.22
2025-04-03 14:03:05 -04:00
dependabot[bot]
91a1e823b6
build(deps): bump tar-fs and puppeteer-core
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) and [puppeteer-core](https://github.com/puppeteer/puppeteer ). These dependencies needed to be updated together.
Updates `tar-fs` from 3.0.5 to 3.0.8
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.5...v3.0.8 )
Updates `puppeteer-core` from 22.7.0 to 22.15.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.7.0...puppeteer-core-v22.15.0 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 3.0.8
dependency-type: indirect
- dependency-name: puppeteer-core
dependency-version: 22.15.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-03 14:46:22 +00:00
Marc Durdin
5042967797
Merge pull request #13656 from keymanapp/refactor/developer/consolidate-project-loader
...
refactor(developer): consolidate project loader
2025-04-03 21:45:05 +07:00
Marc Durdin
3f4590c32c
Merge pull request #13654 from keymanapp/refactor/developer/sentry-and-developer-options-1
...
refactor(developer): move sentry and developer options into console apps
2025-04-03 21:44:54 +07:00
Marc Durdin
683fe00b05
Merge pull request #13653 from keymanapp/refactor/developer/developer-utils-messages-1
...
refactor(developer): rename developer/web/utils/common-messages.ts to developer-utils-messages.ts
2025-04-03 21:44:43 +07:00
Marc Durdin
21486882eb
Apply suggestions from code review
2025-04-03 16:44:36 +02:00
Marc Durdin
838aea52ed
refactor(developer): consolidate project loader
...
Consolidates project loading code from kmc and kmc-copy, in preparation
for kmc-test epic. This leaves open a change we need to make to
CompilerCallbacks, to consolidate the fsAsync and net callbacks into
CompilerCallbacks as a first-class part of CompilerCallbacks. We will
then need to start to move all the fs and net callback interactions to
the async model across all kmc modules, at some point.
2025-04-03 11:37:54 +07:00
Marc Durdin
cf16c37869
refactor(developer): move sentry and developer options into console apps
...
Move the sentry dependency out of developer-utils and into the console
apps kmc and server, in process of making sure that developer-utils has
no node dependencies.
Also copy the options.ts module into kmc and server, for the same
reason.
This first step duplicates two units, options.ts and KeymanSentry.ts. We
do need to refactor this again later to avoid this duplication (maybe
via yet another internal package?)
2025-04-03 09:56:46 +07:00
Marc Durdin
70838ff1ac
refactor(developer): rename to developer-utils-messages.ts
...
Renames common-messages.ts to developer-utils-messages.ts. This was
split from /common/web/types, but the messages module retained the old
name, which was confusing (two modules with same name).
2025-04-03 09:26:27 +07:00
Marc Durdin
ccea5956fc
Merge pull request #13650 from keymanapp/chore/use-explicit-node-prefix-for-node-imports-1
...
chore: use explicit `node:` prefix for node imports
2025-04-03 08:54:31 +07:00
Marc Durdin
cafa503124
chore: use explicit node: prefix on more module imports
2025-04-03 08:10:50 +07:00
Marc Durdin
ac6eb0b767
chore: use explicit node: prefix for node imports
...
This makes it easier for us to enumerate modules that have node
dependencies. There may be others I have not yet picked up.
2025-04-03 08:01:08 +07:00
Keyman Server
8e8d769d58
Merge pull request #13638 from keymanapp/auto/version-master-19.0.21
...
auto: increment master version to 19.0.21
2025-04-01 11:01:55 -07:00
Keyman Build Agent
724613cc8f
auto: increment master version to 19.0.21
2025-04-01 14:01:24 -04:00
Marc Durdin
1f572a14b7
Merge pull request #13578 from MattGyverLee/fix/kmea/13511/applykeyboardHeight
...
fix(android): move responsibility for setting keyboard height preference into `applyKeyboardHeight()`
2025-04-01 14:05:32 +07:00
Marc Durdin
7999677cd6
Apply suggestions from code review
2025-04-01 08:48:13 +02:00
Marc Durdin
54d6f374d9
chore(android): use constant instead of string
2025-04-01 01:05:51 +02:00
Marc Durdin
8dbca1b651
Merge branch 'master' into fix/kmea/13511/applykeyboardHeight
2025-04-01 06:02:54 +07:00
Keyman Server
98a00ef424
Merge pull request #13626 from keymanapp/auto/version-master-19.0.20
...
auto: increment master version to 19.0.20
2025-03-31 11:01:41 -07:00
Keyman Build Agent
7b16d81eaf
auto: increment master version to 19.0.20
2025-03-31 14:01:07 -04:00
Matthew Lee
99033cf1ec
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-31 12:00:50 -04:00
Matthew Lee
fa65ccb901
Making KMEngine_PrefsKey a constant.
2025-03-31 11:54:40 -04:00
Marc Durdin
d71b9a826a
Merge pull request #13606 from keymanapp/chore/b18s4-merge-beta-to-master
...
chore: merge beta to master B18S4
2025-03-31 08:43:50 +07:00
Matthew Lee
527f8e0d7a
Current Height Refactor
...
Avoiding multiple calls to system prefs.
2025-03-28 21:01:30 -04:00
Matthew Lee
776bb381ff
Docs for getDefaultKeyboardHeight()
2025-03-28 20:19:45 -04:00
Matthew Lee
61ec797597
Update android/docs/engine/KMManager/getKeyboardHeight.md
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:22:13 -04:00
Matthew Lee
be4f97e328
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:21:04 -04:00
Matthew Lee
49c83f5f84
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:17:54 -04:00
Matthew Lee
a010865a57
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:17:21 -04:00
Matthew Lee
7b32908721
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:16:36 -04:00
Matthew Lee
1638b21115
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:16:04 -04:00
Matthew Lee
20eae1cfc9
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:15:50 -04:00
Matthew Lee
34ee802106
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:15:24 -04:00
Matthew Lee
3637ddc7f9
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:15:12 -04:00
Matthew Lee
eaa42a4e83
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:14:41 -04:00
Matthew Lee
ca0507e3d7
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:14:22 -04:00
Matthew Lee
b43d865989
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:13:51 -04:00
Matthew Lee
11cf9d8dbf
Update android/KMEA/app/src/main/java/com/keyman/engine/KMManager.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2025-03-28 19:13:20 -04:00