Commit graph

6075 commits

Author SHA1 Message Date
Marc Durdin
e72d265a47 history.md 2019-10-04 06:06:00 +10:00
Marc Durdin
5da14fb040 [Developer] Remove extraneous version tag from test 2019-10-03 21:00:46 +10:00
Marc Durdin
bb49d4d375 Merge branch 'beta' into developer-remove-model-version-from-package-metadata 2019-10-03 09:47:37 +10:00
Marc Durdin
98cebcd877
Merge pull request #2161 from keymanapp/developer-fix-link
[LMLayer] Fix linking step
2019-10-03 06:11:45 +10:00
Marc Durdin
5e1ceb1083 [Developer] Remove model version from metadata in packages (kmlmp) 2019-10-03 06:00:08 +10:00
Marc Durdin
198f53116f [Developer] Remove model version from metadata in packages (Keyman Developer) 2019-10-03 05:59:41 +10:00
Eddie Antonio Santos
b5dcd025de
build.sh always installs deps, even when given -test. 2019-10-02 13:46:02 -06:00
Marc Durdin
f7de41ca7e [Developer] Call build.sh instead of npm directly for lexical model compiler tests 2019-10-03 05:09:06 +10:00
Eddie Antonio Santos
377e018ceb
Fix other build.sh. 2019-10-02 09:31:49 -06:00
Eddie Antonio Santos
556d89b11e
Fix link before install in the event of ./build.sh -clean. 2019-10-02 09:26:03 -06:00
Eddie Antonio Santos
36b53e5435
Merge pull request #2155 from keymanapp/developer-type-definitions
[Developer] Creation of @keymanapp/lexical-model-types
2019-10-02 08:47:14 -06:00
Eddie Antonio Santos
00ccc0080f
Add set -eu and failure messages in ./build.sh(s). 2019-10-02 08:45:44 -06:00
Marc Durdin
6d65e8dba6
Merge pull request #2158 from keymanapp/windows-crash-on-shutdown-unregistercontrollerwindows-fixes-6060
[Windows] history.md
2019-10-02 15:58:44 +10:00
Marc Durdin
4bce23e4aa
Merge branch 'beta' into windows-crash-on-shutdown-unregistercontrollerwindows-fixes-6060 2019-10-02 15:58:36 +10:00
Marc Durdin
ac6a015504 [Windows] history.md 2019-10-02 15:40:37 +10:00
Darcy Wong
d52f3840a0
Merge pull request #2157 from keymanapp/windows-crash-on-shutdown-unregistercontrollerwindows-fixes-6060
[Windows] Change destruction order for Keyman to avoid error reloading.
2019-10-02 06:58:28 +07:00
Darcy Wong
7ca49fe945
Merge pull request #2154 from keymanapp/windows-prevent-crash-on-exit
[Windows] history.md tweak 12.0.42
2019-10-02 06:14:28 +07:00
Marc Durdin
6b6d5676cb [Windows] Enable logging of exceptions within keymanapi 2019-10-02 07:27:22 +10:00
Eddie Antonio Santos
f2f511840e
Move npm link . to dependent build.sh scripts. 2019-10-01 14:55:58 -06:00
Marc Durdin
16d8970feb [Windows] Change destruction order for Keyman to avoid error reloading. Fixes #6060 2019-10-02 06:44:09 +10:00
Eddie Antonio Santos
fc633ae94d
Rename WorkerInternalModel -> LexicalModel. 2019-10-01 14:31:40 -06:00
Marc Durdin
32b990a7ee [Windows] history.md date/version tweak 2019-10-02 06:11:03 +10:00
Eddie Antonio Santos
e14d1b0fba
Do not try to build anything in build.sh! 2019-10-01 14:10:07 -06:00
Eddie Antonio Santos
2d975138ac
Setup @keymanapp/lexical-model-types for publication. 2019-10-01 14:00:15 -06:00
Marc Durdin
0df5bb694a
Merge pull request #2153 from keymanapp/windows-prevent-crash-on-exit
[Windows] Prevent crashes when debug log cannot start; add extra logging.
2019-10-02 05:54:05 +10:00
Marc Durdin
eb596eb818 [Windows] Set maximum log file size to 256MB, not 1MB 2019-10-02 05:53:45 +10:00
Eddie Antonio Santos
1ce770d958
Add a few readonly declarations.
All consumers of these APIs compile with the current set of readonly properties. It's best to make the interfaces as strict as possible right now, for a few reasons:

 1) When I get objects of a particular interface, I don't expect its properties to change. Mutability is harder to reason about than immutability.
 2) Open-closed principle: it's easier to move from a restrictive declaration to a less restrictive declaration than the other way around.
2019-10-01 13:26:39 -06:00
Eddie Antonio Santos
b9398749c1
Add SuggestionTag interface. 2019-10-01 13:13:21 -06:00
Eddie Antonio Santos
d75c04ca39
Remove worker-compiler-interfaces entirely. 2019-10-01 12:56:03 -06:00
Eddie Antonio Santos
7d0a7137d6
Make it work with the developer tools. 2019-10-01 12:54:57 -06:00
Eddie Antonio Santos
81d8f7eb87
Completely move worker-compiler-interfaces.d.ts to lexical-model-types. 2019-10-01 12:48:19 -06:00
Eddie Antonio Santos
a630c0e249
Move common things from message.d.ts to the lexical-model-types. 2019-10-01 12:32:08 -06:00
Eddie Antonio Santos
eb6f9b53b1
Get linking to work. 2019-10-01 09:45:33 -06:00
Eddie Antonio Santos
5b58e6c236
Somehow that works. 2019-10-01 09:28:36 -06:00
Eddie Antonio Santos
c2f8767fe2
Setup scaffolding. 2019-10-01 09:15:35 -06:00
Marc Durdin
5bcd132120 [Windows] history.md 2019-10-01 19:44:51 +10:00
Marc Durdin
3589b90d2f [Windows] Add extra logging to help diagnose #2143. 2019-10-01 19:41:40 +10:00
Marc Durdin
d1f9389825 [Windows] Close down serial key event server after unhooking hooks, as low level keyboard hook relies on it. 2019-10-01 19:41:15 +10:00
Marc Durdin
bd9d6c5e4e [Windows] Elevate Keyman start if debugging is enabled. Partial fix for #2152. 2019-10-01 19:40:30 +10:00
Marc Durdin
c7ec3c6354 [Windows] Handle situations where debug logger cannot start more cleanly. Partial fix for #2152. 2019-10-01 19:39:48 +10:00
Joshua Horton
250d07e030
Merge pull request #2151 from keymanapp/web-set-active-element
[Web] Fixes setLastActiveElement for touch form factors
2019-10-01 12:51:55 +07:00
jahorton
66d3c6e1fa Actual minor tweak, also history.md. 2019-10-01 11:23:19 +07:00
jahorton
aa4d0332d7 Minor tweak 2019-10-01 11:22:35 +07:00
jahorton
208889a28d Fixes setLastActiveElement for touch form factors 2019-10-01 11:19:24 +07:00
Joshua Horton
05c39d240d
Merge pull request #2139 from keymanapp/android-offline-help-mirroring
[Android] Offline help - mirroring + manual script
2019-10-01 09:43:07 +07:00
Joshua Horton
2ce0c21171
Update history.md 2019-10-01 09:42:51 +07:00
Marc Durdin
7d353c6012
Merge pull request #2148 from keymanapp/windows-keyman-crash-on-startup-with-mismatched-versions
[Windows] If Keyman Desktop 11 and Keyman Developer 12 are installed together, Keyman Desktop will crash on startup.
2019-10-01 09:18:29 +10:00
Eddie Antonio Santos
ef3faa4713
Merge pull request #2149 from keymanapp/developer-npm-publishing
[Developer] npm publishing (without lerna)
2019-09-30 14:30:22 -06:00
Eddie Antonio Santos
6206c79112
Fix npm publish tier. 2019-09-30 13:51:15 -06:00
Eddie Antonio Santos
09615db5cc
Create publish script and document. 2019-09-30 13:24:51 -06:00