Commit graph

16187 commits

Author SHA1 Message Date
Joshua A. Horton
cde550a3eb change(web): lots of docs, some cleanup 2022-08-19 13:52:56 +07:00
Joshua A. Horton
58c15c3eec feat(web): segment merge checks now use full merge set, not only latest 2022-08-19 10:03:38 +07:00
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
Joshua Horton
ff76082c19
Merge pull request #6970 from keymanapp/feat/web/recognizer-input-unit-testing-2
feat(web): Gesture Recognizer unit testing 🐵
2022-08-16 10:20:03 +07:00
Joshua Horton
be77d55430
Merge pull request #7036 from keymanapp/fix/web/ui-module-test-stability
fix(web): button, float init timer cleanup
2022-08-16 09:56:23 +07:00
Joshua Horton
760a20e97f
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-16 08:13:01 +07:00
Keyman Server
b6def5fb9d
Merge pull request #7073 from keymanapp/auto/version-master-16.0.48
auto: increment master version to 16.0.48
2022-08-16 05:15:41 +10:00
Keyman Build Agent
5084f6feae auto: increment master version to 16.0.48 2022-08-15 15:14:57 -04:00
Marc Durdin
f7189387b3
Merge pull request #7013 from keymanapp/fix/developer/keymanweb-readonly-groups-mismatches
fix(developer): compiler emitting garbage for readonly groups 🎾
2022-08-15 04:40:51 -05:00
Eberhard Beilharz
7d449a5534
Merge pull request #7060 from keymanapp/chore/linux/improve_include
chore(linux): Refactor `jenkins.sh`
2022-08-15 09:32:22 +02:00
Marc Durdin
1a001d6761
Merge pull request #7033 from keymanapp/fix/developer/7032-crash-compiling-ansi-for-web
fix(developer): prevent crash attempting to compile ansi keyboard 🎾
2022-08-15 02:16:02 -05:00
Marc Durdin
c20e92f0e3
Merge pull request #7031 from keymanapp/fix/developer/7030-stack-overflow-compile-to-web
fix(developer): stack overflow when compiling non-web keyboard 🎾
2022-08-15 02:15:39 -05:00
Marc Durdin
5635372eb9
Merge pull request #7062 from keymanapp/refactor/core/move-kmx_file.h-to-common
chore(core): refactor kmx_file.h to common 🚑
2022-08-15 02:11:19 -05:00
Keyman Server
5ff13ce7e0
Merge pull request #7070 from keymanapp/auto/version-master-16.0.47
auto: increment master version to 16.0.47
2022-08-13 04:02:40 +10:00
Keyman Build Agent
131525bac5 auto: increment master version to 16.0.47 2022-08-12 14:01:57 -04:00
Steven R. Loomis
431d3b0a4a
Merge pull request #7065 from keymanapp/fix/core/kbptypo
docs(core): cleanup in keyboardprocessor.h
2022-08-12 09:40:11 -05:00
Marc Durdin
139b26e4a5 chore(linux): update tar ignore for common folder 2022-08-12 11:12:27 +02:00
Joshua A. Horton
a7fe8be3f4 chore(web): cleans up UI init timer handling 2022-08-12 08:12:55 +07:00
Steven R. Loomis
f9dc68b2e5 docs(core): cleanup in keyboardprocessor.h
- fixes to api doc
2022-08-11 16:12:51 -05:00
Marc Durdin
10d9ed40dc chore(core): use c-compatible type for KMX_UCHAR 2022-08-11 17:51:30 +02:00
Marc Durdin
8e36b33f21 chore(common): check for redefinition of defines 2022-08-11 16:29:02 +02:00
Marc Durdin
515bda7692 chore(linux): ensure char16_t and namespace 2022-08-11 16:13:33 +02:00
Marc Durdin
e30871f01e chore(linux): add common/include to further paths 2022-08-11 14:56:46 +02:00
Marc Durdin
b1b097b659 chore(windows): update include paths 2022-08-11 14:30:15 +02:00
Marc Durdin
600f6bfec4 chore(linux): update include paths 2022-08-11 13:18:28 +02:00
Eberhard Beilharz
16082ff2ae
chore(linux): Refactor jenkins.sh
- use standard Keyman include scripts
- remove package build support for legacy projects
- install dependencies from `debian/control` file instead of
  maintaining a separate list
2022-08-11 12:34:33 +02:00
Marc Durdin
dedb06e7cc chore(common): refactor shared types into km_types.h 2022-08-11 11:36:09 +02:00
Marc Durdin
bb24d59b5e chore(core): remove duplicate types 2022-08-11 11:34:59 +02:00
Marc Durdin
422e7227a6 chore(core): move kmx_file.h to common 2022-08-11 11:34:09 +02:00
Keyman Server
563c891a7d
Merge pull request #7057 from keymanapp/auto/version-master-16.0.46
auto: increment master version to 16.0.46
2022-08-10 04:10:21 +10:00
Keyman Build Agent
03397be153 auto: increment master version to 16.0.46 2022-08-09 14:09:40 -04:00
Eberhard Beilharz
7cf2b0c924
Merge pull request #7056 from keymanapp/chore/linux/packaging
chore(linux): Adjust Linux source package to restructured code
2022-08-09 15:42:33 +02:00
Eberhard Beilharz
e6b46485ed
Merge pull request #7051 from keymanapp/feat/linux/6955_Replace-deprecated-distutils
feat(linux): Replace deprecated distutils
2022-08-09 15:40:55 +02:00
Eberhard Beilharz
dbca5712e7
chore(linux): Adjust Linux source package to restructured code 2022-08-09 12:08:42 +02:00
Keyman Server
4ed6c0232d
Merge pull request #7053 from keymanapp/auto/version-master-16.0.45
auto: increment master version to 16.0.45
2022-08-09 04:02:20 +10:00
Keyman Build Agent
a2cf939683 auto: increment master version to 16.0.45 2022-08-08 14:01:36 -04:00
Eberhard Beilharz
c01431a87b
Merge pull request #7041 from keymanapp/chore/linux/cherry-pick/changelog
chore(linux): Update debian changelog 🍒
2022-08-08 16:41:59 +02:00