Commit graph

2265 commits

Author SHA1 Message Date
Joshua A. Horton
dd3b33a16a refactor(web): debugging-assist infrastructure 2022-08-24 10:48:41 +07:00
Joshua A. Horton
234083a117 fix(web): missed detail from last commit 2022-08-24 10:12:42 +07:00
Joshua A. Horton
3567660a05 refactor(web): segment synthesis 2022-08-24 09:50:07 +07:00
Joshua A. Horton
c464c218f0 refactor(web): in-construction segment data management 2022-08-23 16:00:46 +07:00
Joshua A. Horton
f79ffea391 feat(web): earlier finalization of segments when path diverges 2022-08-23 10:54:07 +07:00
Joshua A. Horton
0cd7416564 refactor(web): sigMinus, for cata-cancel check on stat-sum operations 2022-08-22 12:14:16 +07:00
Joshua A. Horton
8ce9fa8070 chore(web): more post-review tweaks 2022-08-22 11:28:51 +07:00
Joshua A. Horton
b352c9dda7 change(web): speed now in millisec 2022-08-22 10:26:51 +07:00
Joshua A. Horton
1d4de3f2a0 chore(web): adjustments per PR review 2022-08-22 10:17:35 +07:00
Joshua Horton
af2c803d6b
chore(web): Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-22 09:46:41 +07:00
Joshua A. Horton
d823b8fffa feat(web): fun labeling for in-PR demo 2022-08-19 14:42:03 +07:00
Joshua A. Horton
c425a52905 docs(web): more docs & some new-code renames 2022-08-19 14:17:39 +07:00
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
Marc Durdin
e30871f01e chore(linux): add common/include to further paths 2022-08-11 14:56:46 +02:00
Joshua A. Horton
814a492277 chore(web): tweaks, docs for execution-timer inner-class 2022-08-09 09:00:29 +07:00
Joshua A. Horton
af219def62 fix(web): enhanced timer for prediction alg 2022-08-04 14:38:48 +07: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
48d9f5b4b5 change(web): feature branch use of centralized CI config, timeout-prep module 2022-08-03 08:28:05 +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
Marc Durdin
683d8b9e68 chore(common): build-utils.sh minor tweaks
Fixing up a number of minor bits and pieces identified during demo:

* invalid action or :target would not be picked up if paired with a
  valid one (e.g.: build:foo should not have worked)
* colors defined in both shellHelperFunctions and build-utils were
  problematic; able to remove them from shellHelperFunctions because
  all references included both scripts
* builder_has_action and builder_report now allow both `action:target`
  and `action :target`
* keyman-version/build.sh did not have working test action...
2022-07-29 17:37:19 +10:00
Joshua A. Horton
f21f85d9e7 chore(web): addresses nit from PR review 2022-07-29 12:45:39 +07:00
Joshua A. Horton
7fa7d581b3 chore(web): build & test script updates 2022-07-29 12:43:24 +07:00
Joshua A. Horton
98c2f86c56 chore(web): Merge branch 'feat/web/recognizer-input-unit-testing' into feat/web/recognizer-input-unit-testing-2 2022-07-29 12:20:40 +07:00
Joshua A. Horton
45ba72bfb4 chore(web): updates, unifies build scripts 2022-07-29 12:17:24 +07:00
Joshua A. Horton
6a756630ee chore(web): Merge branch 'feat/web/gesture-recognizer-main' into feat/web/recognizer-input-unit-testing 2022-07-29 11:18:04 +07:00
Joshua Horton
1b4ad74aed
Merge pull request #6914 from keymanapp/feat/web/recognizer-multipoint-tracking
feat(web): start of support for multi-touchpoint tracking 🐵
2022-07-29 11:15:22 +07:00
Joshua A. Horton
951202cbc0 chore(web): updates gesture-recognizer build script 2022-07-29 09:21:19 +07:00
Joshua A. Horton
59ade4e8f7 chore(web): Merge branch 'master' into feat/web/gesture-recognizer-main 2022-07-29 09:16:37 +07:00
Joshua A. Horton
dcdb7206e4 docs(web): updates reintegration doc 2022-07-29 08:58:29 +07:00
Joshua A. Horton
f98eacfab9 chore(web): addresses final review comments 2022-07-29 08:52:17 +07:00
Marc Durdin
8fd3442fe2 chore(common): remove builder_init
builder_init was unnecessarily and inconsistently duplicating
builder_describe and builder_parse functionality. Removing it -- all
scripts should use builder_describe and builder_parse instead, which
gives us more flexibility and consistency into the future.
2022-07-27 15:07:12 +10:00
Joshua A. Horton
745a1e5726 change(web): mouseevent identifier adjustment 2022-07-27 10:29:36 +07:00