Commit graph

5162 commits

Author SHA1 Message Date
Joshua A. Horton
c0437036ab fix(web): handling of f-test when a segment has infinite slope 2022-08-19 10:02:47 +07:00
Joshua A. Horton
aa35f94598 fix(web): forgot to ignore sign on a signficance check 2022-08-19 09:24:02 +07:00
Joshua A. Horton
cf31ca1c0f feat(web): restores segment-split optimization 2022-08-19 07:19:38 +07:00
Joshua A. Horton
313302e232 refactor(web): DRYs out regression-related patterns 2022-08-19 07:18:35 +07:00
Joshua A. Horton
e4b0ab537b feat(web): better re-merge logic, fixes f-test issues 2022-08-18 10:37:59 +07:00
Joshua A. Horton
e2a0aa7e49 feat(web): segmented regression to the rescue 2022-08-18 10:37:51 +07:00
Joshua A. Horton
a284a5092d feat(web): initial code toward subsegment filtering/recombination 2022-08-18 10:37:50 +07:00
Joshua A. Horton
c445838980 feat(web): allows shifting of segmentation point 2022-08-18 10:37:49 +07:00
Joshua A. Horton
af7df8a123 change(web): segmenter organization 2022-08-18 10:37:48 +07:00
Joshua A. Horton
84fd363c36 chore(web): cleanup, rename, docs for pathSegmentStats 2022-08-18 10:37:40 +07:00
Joshua A. Horton
534b3087cd chore(web): moderate post-experimentation cleanup 2022-08-16 10:21:26 +07:00
Joshua A. Horton
58c24bee70 feat(web): extreme rough-draft path segmentation 2022-08-16 10:21:25 +07:00
Joshua A. Horton
a30ca642ac feat(web): initial touchpath-stat calculation logic, exploration 2022-08-16 10:21:24 +07:00
Joshua A. Horton
8061c49f74 chore(web): Merge branch 'master' into feat/web/gesture-recognizer-main 2022-08-16 10:20:41 +07:00
Marc Durdin
10d9ed40dc chore(core): use c-compatible type for KMX_UCHAR 2022-08-11 17:51:30 +02:00
Marc Durdin
e30871f01e chore(linux): add common/include to further paths 2022-08-11 14:56:46 +02:00
Sabine
071af34ed0 chore(developer): removed files from kmcompx/include/ 2022-08-11 14:21:06 +02:00
Sabine
b1428fbe96 chore(developer): chanched include of pch.h 2022-08-11 13:50:50 +02:00
Sabine
575ebae04c chore(developer): removed kmcompx/include/kmx_file.h 2022-08-11 12:05:30 +02:00
Marc Durdin
38d3d97520
Merge branch 'refactor/core/move-kmx_file.h-to-common' into refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION 2022-08-11 04:41:37 -05:00
Marc Durdin
dedb06e7cc chore(common): refactor shared types into km_types.h 2022-08-11 11:36:09 +02:00
Marc Durdin
422e7227a6 chore(core): move kmx_file.h to common 2022-08-11 11:34:09 +02:00
Marc Durdin
79ec6726fa chore(core): move kmx_file.h to common 2022-08-11 11:30:47 +02:00
Marc Durdin
41320f7d10 chore(common): refactor shared types into km_types.h 2022-08-11 11:13:00 +02:00
Sabine
3447b8aa2f chore(developer): remove keyboardprocessor... 2022-08-11 10:55:52 +02:00
Sabine
bc53a08489 chore(developer): tidied up vkeys.H / .cpp 2022-08-11 10:39:56 +02:00
Sabine
12dd448921 chore(developer): restored whitespace, comments 2022-08-11 09:26:58 +02:00
Joshua A. Horton
814a492277 chore(web): tweaks, docs for execution-timer inner-class 2022-08-09 09:00:29 +07:00
Sabine
9a21e0837c sorted out some #includes
renamed some functions to reduce ambiguity
2022-08-08 16:32:19 +02:00
Marc Durdin
1c9c652e8d chore(common): add KF_KMXPLUS dwFlag value
Part of #7045.

Indicates that the .kmx file has additional header structure immediately
following the COMP_KEYBOARD header. Used by KMXPlus file format for
supporting LDML keyboards. Requires VERSION_160 or higher in keyboard
file.
2022-08-07 08:01:08 -05:00
Marc Durdin
d54dd049d2 chore(common): add VERSION_160 to headers
Fixes #7044.

Groundwork for KMXPlus file format for LDML keyboard support.
2022-08-07 07:45:57 -05:00
Joshua A. Horton
af219def62 fix(web): enhanced timer for prediction alg 2022-08-04 14:38:48 +07:00
Sabine
45d2bbe6d0 Merge branch 'refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION' of https://github.com/keymanapp/keyman into refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION
- moved new files( checkNCapsConsistency, etc) to kmcmpdll & used only from there
- use of VKeyNames in vkeys.h
- removed keyboardprocessor_... from kmcompx to kmcmpdll
2022-08-03 15:16:49 +02:00
Marc Durdin
0a22acd0e4
Merge pull request #7018 from keymanapp/chore/common/builder-tweaks
chore(common): build-utils.sh minor tweaks
2022-08-03 20:19:42 +10:00
Joshua A. Horton
3acc97e50e feat(web): timestamp simulation, testing 2022-08-03 15:09:17 +07:00
Joshua A. Horton
2dbca5286a chore(web): updates SinonJS (old one lacks runAllAsync) 2022-08-03 14:00:20 +07:00
Joshua A. Horton
8268cf5f35 fix(web): missing setup on 'partial' test set 2022-08-03 10:33:24 +07:00
Joshua A. Horton
48d9f5b4b5 change(web): feature branch use of centralized CI config, timeout-prep module 2022-08-03 08:28:05 +07:00
Joshua A. Horton
be715e6e57 chore(web): Merge branch 'feat/web/gesture-recognizer-main' into feat/web/recognizer-input-unit-testing-2 2022-08-03 08:21:33 +07:00
Joshua A. Horton
5d0ad62842 chore(web): Merge branch 'master' into feat/web/gesture-recognizer-main 2022-08-03 08:19:13 +07:00
Joshua A. Horton
bac2578039 chore(web): addresses PR review comment 2022-08-02 08:10:01 +07:00
Joshua A. Horton
a8fbdcc6dd chore(web): removes accidentally-added file from feature branch 2022-08-01 14:36:02 +07:00
Joshua A. Horton
205312c451 chore(web): timeout-adapter implementation 2022-08-01 13:06:15 +07:00
Joshua A. Horton
b42a87ee5b chore(web): updates target devices for BrowserStack-based CI tests 2022-08-01 12:37:19 +07:00
Joshua A. Horton
5a7840753f chore(web): centralizes test-start timeout config logic 2022-08-01 11:39:14 +07:00
Joshua A. Horton
405a553c06 chore(web): requireable module for common CI test-config 2022-08-01 10:54:57 +07:00
Joshua A. Horton
e7f2cbd7c9 fix(web): executable flag dropped somewhere 2022-08-01 09:19:06 +07:00
Joshua A. Horton
2f07f328c9 chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2 2022-08-01 07:58:05 +07:00
Joshua Horton
ba27c88fd6
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-01 07:57:43 +07:00
Joshua A. Horton
57630b5574 chore(web): minor test-script tweaks post demo 2022-08-01 07:53:37 +07:00