- Mar 01, 2024
-
-
Darcy Wong authored
-
Joshua Horton authored
fix(ios): context-initial diacritic handling
-
Marc Durdin authored
refactor(developer): reorganize messages for adding details
-
Marc Durdin authored
-
Marc Durdin authored
refactor(developer): cleanup kmn compiler message namespaces
-
Marc Durdin authored
docs(developer): kmc-kmn api documentation and some message documentation
-
Marc Durdin authored
Merge pull request #10819 from keymanapp/chore/common/9843-keyman-touch-layout-schema-restrictive-layer-id chore(common): loosen .keyman-touch-layout schema layer id requirements
-
Marc Durdin authored
fix(developer): make sure scroll bar appears when needed in global welcome
-
Keyman Server authored
auto: increment beta version to 17.0.280
-
Keyman Build Agent authored
-
- Feb 29, 2024
-
-
Steven R. Loomis authored
chore(resources): update to latest ldml: xmlns, uset
-
Marc Durdin authored
Merge branch 'refactor/developer/10207-kmn-compiler-message-namespaces' into refactor/developer/10207-message-detail
-
Marc Durdin authored
Merge branch 'docs/developer/10207-kmc-kmn-documentation' into refactor/developer/10207-kmn-compiler-message-namespaces
-
Eberhard Beilharz authored
fix(linux): Fix libkeymancore-dev dependencies
-
Marc Durdin authored
Co-authored-by:Steven R. Loomis <srl295@gmail.com>
-
Steven R. Loomis authored
-
Keyman Server authored
auto: increment beta version to 17.0.279
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
This change adds `libicu-dev` as a dependency for `libkeymancore-dev`. While it is possible to dynamically build without ICU it is required when doing a static build. Closes #10864 and [Debian bug #1064915]( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064915).
-
- Feb 28, 2024
-
-
Darcy Wong authored
fix(android/engine): Check selection indexes
-
Darcy Wong authored
Co-authored-by:Joshua Horton <joshua_horton@sil.org>
-
Darcy Wong authored
chore(android/engine): Reduce toast notifications after installations
-
Joshua Horton authored
-
Eberhard Beilharz authored
docs(linux): Updated whatsnew for Keyman for Linux 17
-
Eberhard Beilharz authored
Co-authored-by:Darcy Wong <darcy_wong@sil.org>
-
Marc Durdin authored
Moved the ERROR_Message line above the Error_Message line for every message in the compiler message files, as it makes the grouping clearer once we start adding message details. For example, see the start of the KmnCompilerMessages class. Also wraps potentially-undefined parameters to the messages with a new function `def`, shorthand for `CompilerMessageDef`, which converts the parameter to '<param>' if it is undefined, which is helpful for documentation.
-
Joshua A. Horton authored
-
Marc Durdin authored
Relates to #10207. In order to include message detail in messages, it is helpful to split out the exception messages which have a separate parameter, so that parameter at the same position can be the message detail. Introduces the CompilerMessageSpecWithException function which takes an exceptionVar parameter to achieve this differentiation.
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-
Darcy Wong authored
Remove Toast notifications for: * Dictionary download is finished * Resources successfully updated
-
Steven R. Loomis authored
Fixes: rename unicodeSet to uset
🙀 #10657 -
Steven R. Loomis authored
chore(developer): rename unicodeSet to uset
🙀 #10657 -
Steven R. Loomis authored
- add xmlns to schema manually For: chore(developer): support xmlns on keyboard3 files
🙀 #10803 -
Marc Durdin authored
This is in preparation for message documentation. Moves all messages with the KmnCompiler namespace into KmnCompilerMessages. For now, keeps CompilerMessages class as a subclass of KmnCompilerMessages, for removal in 18.0. Moves messages with KmnCompiler namespace from kmw-compiler-messages.ts to kmn-compiler-messages.ts. This avoids confusion as to source of message, and should allow us in the future to split the classes entirely.
-
Steven R. Loomis authored
- maybe last 'techpreview' update Unblocks: chore(developer): support xmlns on keyboard3 files
🙀 #10803 Unblocks: chore(developer): rename unicodeSet to uset🙀 #10657 For: #10803 -
Keyman Server authored
auto: increment beta version to 17.0.278
-
Keyman Build Agent authored
-
- Feb 27, 2024
-
-
Eberhard Beilharz authored
Closes #10715.
-
Darcy Wong authored
-