sgschantz
a3202e0ff9
handle delete with null context before
2022-03-14 13:00:44 +07:00
Keyman Server
e5628b66fb
Merge pull request #6365 from keymanapp/auto/version-beta-15.0.213
...
auto: increment beta version to 15.0.213
2022-03-12 05:03:03 +11:00
Keyman Build Agent
7fe1997754
auto: increment beta version to 15.0.213
2022-03-11 13:02:26 -05:00
Darcy Wong
841c5f8ebd
Merge pull request #6355 from keymanapp/fix/android/test-file-version-in-kmp
...
fix(android/engine): Test fileVersion during package install
2022-03-11 21:18:47 +07:00
Eberhard Beilharz
6e35f3d746
Merge pull request #6360 from keymanapp/chore/linux/lintian
...
chore(linux): Fix lintian warnings
2022-03-11 09:57:53 +01:00
Eberhard Beilharz
412a9ea2fc
chore(linux): Fix another lintian warning
2022-03-11 09:24:38 +01:00
Eberhard Beilharz
2133e7f6ea
chore(linux): Fix previous commit
2022-03-11 09:10:10 +01:00
Marc Durdin
910097500a
Merge pull request #6358 from keymanapp/fix/common/test-keyboards-custom-builds
...
fix(common): allow custom keyboard builds
2022-03-11 10:29:40 +11:00
Darcy Wong
1e2939f82e
Update android/KMAPro/kMAPro/src/main/res/values/strings.xml
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-03-11 06:21:07 +07:00
Eberhard Beilharz
4cad24cac3
chore(linux): Fix lintian warnings
2022-03-10 20:30:44 +01:00
Keyman Server
0521a76233
Merge pull request #6359 from keymanapp/auto/version-beta-15.0.212
...
auto: increment beta version to 15.0.212
2022-03-11 05:49:55 +11:00
Keyman Build Agent
a64ead9287
auto: increment beta version to 15.0.212
2022-03-10 13:49:17 -05:00
Marc Durdin
faff0e2aef
fix(common): address review comment
...
Don't specify wine as kmcomp launcher if a custom kmcomp is provided on
the command line.
2022-03-11 05:42:08 +11:00
Marc Durdin
c177f142d3
fix(common): allow custom keyboard builds
...
This allows for custom builds of keyboards, e.g. where a keyboard is
manually constructed for testing purposes.
2022-03-11 05:23:37 +11:00
rc-swag
514e585f88
Merge pull request #6187 from keymanapp/fix/windows/imsample-null-pointer-checks
...
fix(windows): add null pointer checks imsample keyboard
2022-03-10 19:15:38 +10:00
Marc Durdin
455ce98dcc
Merge pull request #6353 from keymanapp/chore/common/cleanup-sh-color-globals
...
chore(common): cleanup sh global color variables
2022-03-10 19:39:28 +11:00
Darcy Wong
193f7bd370
chore(common): Update caps_3620_3621 to fileVersion 15.0
2022-03-10 14:03:29 +07:00
Darcy Wong
b213c3b829
fix(android/engine): Test fileVersion during package install
2022-03-10 13:15:59 +07:00
Darcy Wong
e0992a49fa
Merge pull request #6346 from keymanapp/fix/fv/android/prediction-toggle-crash
...
fix(oem/fv/android): Check keyboard exists before registering a model
2022-03-10 07:29:29 +07:00
Keyman Server
180be96644
Merge pull request #6354 from keymanapp/auto/version-beta-15.0.211
...
auto: increment beta version to 15.0.211
2022-03-10 11:26:57 +11:00
Keyman Build Agent
64abc2914b
auto: increment beta version to 15.0.211
2022-03-09 19:26:21 -05:00
Marc Durdin
78f33f45eb
Merge pull request #6352 from keymanapp/feat/common/build-test-keyboards
...
feat(common): build test keyboards via script
2022-03-10 10:57:37 +11:00
Marc Durdin
6e1e7e8e7e
chore: additional scripts
2022-03-10 10:26:15 +11:00
Marc Durdin
9f153ecc17
chore(common): cleanup sh global color variables
...
Some of the global color variables in shellHelperFunctions.sh were a
little dangerously named. This cleans that up and removes a couple of
redundant functions from other locations.
mac/bashHelperFunctions.sh should be removed and replaced with
references to shellHelperFunctions.sh -- but I wanted to leave that for
a separate branch.
2022-03-10 10:12:09 +11:00
Marc Durdin
0fb2a371a3
feat(common): build test keyboards via script
...
Relates to #5815 .
build.sh is a new script that builds any or all of the keyboards in the
common/test/keyboards folder. build.bat is a wrapper for build.sh, just
for Windows CMD.
Assumes that kmcomp.exe has already been built or allows you to specify
your own kmcomp.exe if necessary.
2022-03-10 08:40:55 +11:00
Darcy Wong
1e6b4bce31
fix(oem/fv/android): Check keyboard exists before registering a model
2022-03-09 10:05:21 +07:00
Keyman Server
b2bb402259
Merge pull request #6344 from keymanapp/auto/version-beta-15.0.210
...
auto: increment beta version to 15.0.210
2022-03-09 08:44:08 +11:00
Keyman Build Agent
6852aaadb4
auto: increment beta version to 15.0.210
2022-03-08 16:43:31 -05:00
Marc Durdin
cf9f755559
Merge pull request #6343 from keymanapp/chore/increment-version
...
chore: increment to 15.0.209
2022-03-09 08:32:28 +11:00
Marc Durdin
ecfc87d1fa
chore: increment to 15.0.209
2022-03-09 08:29:44 +11:00
Marc Durdin
9d90ffbecc
Merge pull request #6342 from keymanapp/chore/linux/trigger
...
fix(linux): Fix trigger script
2022-03-09 08:20:18 +11:00
Eberhard Beilharz
364b84281c
fix(linux): Fix trigger script
...
The previous PR introduced a bug when run with `set -e` which this
change fixes.
2022-03-08 11:13:31 +01:00
Darcy Wong
9026cb7c59
Merge pull request #6341 from keymanapp/chore/android/engine/lists-typeface-normal
...
chore(android/engine): Remove bold styling in lists
2022-03-08 16:37:47 +07:00
Marc Durdin
785c45eb40
Merge pull request #6325 from keymanapp/fix/developer/project-should-not-steal-focus-on-load
...
fix(developer): project should not steal focus on load ✂
2022-03-08 20:29:51 +11:00
Ross
2dfdecaf44
fix(windows): create registry keys for IM window
...
This commit adds a function that sets the IM window registry keys
needed for the IMSample keyboard.
It also adds a null pointer check on the lpActiveKeyboard in the imx
callback module.
2022-03-08 18:09:13 +10:00
Eberhard Beilharz
06d0b1f91c
Merge pull request #6337 from keymanapp/chore/linux/trigger
...
chore(linux): Debug why Beta build didn't get triggered
2022-03-08 08:27:35 +01:00
Darcy Wong
6c6b899b49
chore(android/engine): Remove bold styling in lists
2022-03-08 14:16:45 +07:00
rc-swag
50f8c7bf3f
fix(windows): address review comments imsample kbd
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-03-08 13:53:30 +10:00
Ross
ed54dbead3
fix(windows): null pointer checks
2022-03-08 13:53:29 +10:00
Eberhard Beilharz
ce936ccafd
chore(linux): Debug why Beta build didn't get triggered
...
This change adds temporary debug code to track down why the beta
build didn't get triggered by outputting the OUTPUT string.
It also counts the lines we're outputting so that we can output
a newline in case we're not outputting anything.
2022-03-07 18:01:10 +01:00
Marc Durdin
9b46242d32
Merge pull request #6324 from keymanapp/fix/developer/prevent-execution-point-breaking-editor-location
...
fix(developer): prevent execution point breaking editor location ✂
2022-03-07 08:13:34 +11:00
Marc Durdin
d54075a7bc
Merge pull request #6331 from keymanapp/fix/web/stop-masking-error
...
fix(web): stop masking error
2022-03-04 14:51:09 +11:00
Marc Durdin
f633174f9f
fix(web): stop masking error
...
We are seeing this error thrown in some logs but it masks the underlying error.
2022-03-04 11:44:54 +11:00
Marc Durdin
5e014cd18e
Merge pull request #6327 from keymanapp/chore/developer/6326-server-terminology-1
...
chore(developer): Keyman Developer Server terminology
2022-03-04 07:07:06 +11:00
Darcy Wong
8fa80be75f
Merge pull request #6282 from keymanapp/feat/fv/android/keyboard-languages
...
feat(oem/fv/android): Add keyboard and dictionary controls
2022-03-03 11:27:29 +07:00
Darcy Wong
04297aa47c
Update oem/firstvoices/android/app/src/main/java/com/firstvoices/android/FVKmpInstallMode.java
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-03-03 11:27:07 +07:00
Marc Durdin
3e48acddb3
chore(developer): Keyman Developer Server terminology
...
Fixes #6326 .
Tweaks wording and layout of screens relating to Keyman Developer Server
for consistency.
2022-03-03 10:21:54 +11:00
Marc Durdin
602fafb96b
fix(developer): project should not steal focus on load
2022-03-03 06:51:56 +11:00
Marc Durdin
fc889efadc
fix(developer): prevent execution point breaking editor location
2022-03-03 06:49:52 +11:00
Keyman Server
ddd280cc98
Merge pull request #6319 from keymanapp/auto/version-beta-15.0.207
...
auto: increment beta version to 15.0.207
2022-03-02 17:45:59 +11:00