Ross
f91d4dca1b
feat(windows): more clang fixes
2022-01-13 14:00:28 +10:00
Ross
1bae60e697
feat(windows): add casting to keep clang happy
2022-01-13 14:00:26 +10:00
Ross
0c3583c718
feat(windows): fix declaration compile errors
2022-01-13 14:00:26 +10:00
Ross
ee87f0a33e
feat(windows): remove old comments
2022-01-13 14:00:24 +10:00
Ross
2e0b7691e9
feat(windows): clarity changes to ContextItemToAppContext
2022-01-13 14:00:23 +10:00
Ross
ca8108c642
feat(windows): remove extra logging add comments
2022-01-13 14:00:13 +10:00
Ross
7efb4b1756
feat(windows): add wm_kewm_keymanim_close for core
...
This commit adds call to the core keyboard processor
on wm_keymanim_close event. To get the latest actions.
It also changes the core to allow QIT BACK even when
the context is empty.
2022-01-13 13:59:43 +10:00
Ross
da56bc7a82
feat(windows): tweak tests after rebase master
2022-01-13 13:59:41 +10:00
Ross
f1f1d4e9b7
feat(windows): fix compile error
2022-01-13 13:59:40 +10:00
Ross
a72697423a
feat(windows): add logging to be removed later
2022-01-13 13:59:39 +10:00
Ross
a078c2e577
feat(windows): add register callback
2022-01-13 13:59:31 +10:00
Ross
cec762bd16
feat(windows): add get intermediate context
2022-01-13 13:56:03 +10:00
Ross
8bdd252a77
feat(windows): stashed changes conflict
2022-01-13 13:56:02 +10:00
Ross
f2c52803eb
feat(windows): Wip mod kmcontext
2022-01-13 13:56:01 +10:00
Ross
6f83d96bbb
feat(windows): kmx.cpp missed the last commit
2022-01-13 13:56:00 +10:00
Ross
4a6d608a92
feat(windows): fix missing break in action items switch
2022-01-13 13:55:59 +10:00
Ross
9d320c6bd8
feat(windows): core queue_action_items unit test
2022-01-13 13:55:58 +10:00
Ross
993655d340
feat(windows): Some documentation
2022-01-13 13:55:56 +10:00
Ross
fd71876e26
feat(windows): Update KMSetOutput to use core processor
2022-01-13 13:55:49 +10:00
Ross
cd41989698
feat(windows): First cut queue action api WIP
2022-01-13 13:54:53 +10:00
Ross
1649bbad42
feat(windows): WIP squash
2022-01-13 13:54:31 +10:00
Ross
490e6601bc
feat(windows): Initial Commit
2022-01-13 13:54:30 +10:00
Keyman Server
d939f2776a
Merge pull request #6101 from keymanapp/auto/version-master-15.0.177
...
auto: increment master version to 15.0.177
2022-01-13 05:02:32 +11:00
Keyman Build Agent
1dbcbd2bd3
auto: increment master version to 15.0.177
2022-01-12 13:01:52 -05:00
Eberhard Beilharz
308854cdfb
Merge pull request #6094 from keymanapp/docs/setup
...
docs: Enhance Linux build setup doc
2022-01-12 16:55:14 +01:00
Eberhard Beilharz
49dc869615
Merge pull request #6093 from keymanapp/fix/linux/issue-5325
...
fix(linux): Update minimum sentry-sdk version
2022-01-12 16:53:04 +01:00
Darcy Wong
1eeb5b1da9
fix(web): Use regex to determine layers
2022-01-12 14:58:35 +07:00
Darcy Wong
5769c80d12
fix(web): Fix layers for embedded longpress keys
2022-01-12 14:58:35 +07:00
Darcy Wong
065fdbc434
Merge pull request #6047 from keymanapp/chore/common/crowdin-kr
...
chore(common): Check in crowdin strings for Kanuri 📜
2022-01-12 09:42:07 +07:00
rc-swag
d585ca6741
Merge pull request #6080 from keymanapp/feat/windows/6079-set-app-context-truncation
...
feat(windows): method set context correctly truncates input buffer
2022-01-12 09:01:03 +10:00
rc-swag
4f24d97b85
Merge pull request #6057 from keymanapp/fix/windows/imsample-keyboard
...
fix(windows): add x64 build fix invalid memory access
2022-01-12 09:00:26 +10:00
Keyman Server
3dc63b2b57
Merge pull request #6095 from keymanapp/auto/version-master-15.0.176
...
auto: increment master version to 15.0.176
2022-01-12 05:02:27 +11:00
Keyman Build Agent
c19dec389f
auto: increment master version to 15.0.176
2022-01-11 13:01:39 -05:00
Eberhard Beilharz
606b0becb8
docs: Enhance Linux build setup doc
2022-01-11 16:35:55 +01:00
Eberhard Beilharz
0b32e470dd
fix(linux): Update minimum sentry-sdk version
...
This is a follow-up for #5325 .
2022-01-11 14:35:35 +01:00
Marc Durdin
5b203ca0f0
Merge pull request #6091 from keymanapp/fix/developer/6074-patch-for-success
...
fix(developer): bundle.sh must succeed
2022-01-11 18:24:36 +11:00
Eberhard Beilharz
88ef184cc2
Merge pull request #6086 from keymanapp/fix/linux/issue-6085-requests_cache
...
fix(linux): Fix attribute error
2022-01-11 08:23:05 +01:00
Eberhard Beilharz
4876497fe8
Merge pull request #6070 from keymanapp/feat/linux/sentry
...
feat(linux): Don't create Sentry events for errors
2022-01-11 08:22:36 +01:00
Marc Durdin
474a23bd27
fix(developer): bundle.sh must succeed
...
Fixes a build failure after #6074 was merged. The final grep statement
in the line
cat package.json | grep -v "@keymanapp/models-templates" | grep -v "@keymanapp/models-wordbreakers" > package.json
would fail to find anything to exclude, and return an error value, so
the script would fail, as we use `set -e`. We didn't care that it didn't
find anything to exclude... so we will ignore the return value.
2022-01-11 07:19:25 +11:00
Keyman Server
f19fc118bb
Merge pull request #6090 from keymanapp/auto/version-master-15.0.175
...
auto: increment master version to 15.0.175
2022-01-11 05:02:46 +11:00
Keyman Build Agent
2397a65407
auto: increment master version to 15.0.175
2022-01-10 13:01:57 -05:00
Eberhard Beilharz
c269d12ec7
Merge pull request #6015 from keymanapp/fix/linux/issue-5311-sharedinstall
...
fix(linux): Fix installation of shared packages
2022-01-10 18:16:57 +01:00
Darcy Wong
4b29959897
Merge pull request #6082 from keymanapp/chore/android/lint-kmsample2
...
chore(android/samples): Add -no-daemon flag to KMSample2 build script
2022-01-10 14:00:37 +07:00
sgschantz
fe6edeef39
add new Khmer strings, fix comments for localization
2022-01-10 13:22:13 +07:00
sgschantz
60c32cff22
externalize package info strings and rename a few elements
2022-01-08 12:46:40 +07:00
Eberhard Beilharz
254ceabe78
fix(linux): Fix attribute error
...
Newer versions of requests-cache (>= 0.6) restructure some code so
that the _core_ namespace is no longer available. However, it turns
out that we don't need to specify that namespace at all, so this
change will work with both older and newer versions of
requests-cache.
This will fix #6085 .
2022-01-07 17:22:53 +01:00
Eberhard Beilharz
79244650b1
feat(linux): Don't create Sentry critical events for handled errors
...
We don't want to send events to Sentry for errors that we handled.
2022-01-06 18:43:28 +01:00
Ross
d7bc65ffa9
feat(windows): cast int64 to int
2022-01-06 11:06:46 +10:00
Darcy Wong
e0ef491cdd
Update android/Samples/KMSample2/build.sh
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-01-06 06:59:45 +07:00
Ross
f53b8072f3
feat(windows): Remove dead code
2022-01-06 08:41:07 +10:00