Commit graph

874 commits

Author SHA1 Message Date
Joshua Horton
0e855dbfcf
Merge pull request #2033 from keymanapp/web-1818-fontsize-spec
[Web] Adds handling for pt and unitless font size specs
2019-09-04 08:25:50 +07:00
Joshua Horton
4f932acf95
Merge pull request #2037 from keymanapp/web-1669-event-error-logging
[Web] Error logging for internal events
2019-09-03 22:33:14 +07:00
jahorton
84a3028e3d callEvent error logging 2019-09-03 11:56:42 +07:00
jahorton
897f161850 Yay, typo. 2019-09-03 10:52:48 +07:00
jahorton
f63ff5f151 Adds handling for pt and unitless font size specs 2019-09-03 10:51:14 +07:00
jahorton
bbf734d149 Fixes CSS issue affecting some Android devices 2019-09-03 10:21:52 +07:00
Joshua Horton
6b9f2b5578
Merge pull request #2028 from keymanapp/web-1835-adjust-heights-dupe
[Web] Merges the duplicated VisualKeyboard.adjustHeights() methods
2019-09-03 08:58:42 +07:00
jahorton
9b26f6ec4b Fixes prior commit's regression for embedded iOS 2019-09-03 08:57:51 +07:00
jahorton
7addf5cf3b Merges the duplicated vkbd adjustHeights() method 2019-09-02 15:39:45 +07:00
jahorton
73cbd275d5 Multi-backspace predictive state management 2019-09-02 14:17:31 +07:00
jahorton
59f0b9632f Fixes native-mode longpresses; no fatfingering yet 2019-08-29 11:43:27 +07:00
jahorton
c045d118e4 Fixes erroneous 'beep' from fat-finger processing 2019-08-29 11:42:54 +07:00
jahorton
cfeb1377de mayPredict now sole factor in enabling LMLayer 2019-08-09 11:59:03 +07:00
jahorton
9cd0722e0d Removes commented code. 2019-08-07 12:48:43 +07:00
jahorton
dafa8108ed Fixes spacebar caption regression. 2019-08-07 12:47:28 +07:00
jahorton
c8d9430228 Fixes tablet suggestion text alignment issue 2019-08-06 16:17:03 +07:00
jahorton
4395706808 Increased error logging + timeout for iframe tests 2019-07-22 14:50:02 +07:00
jahorton
ce227c3a49 Fixes test cleanup errors on IFrame attach fail 2019-07-22 08:16:37 +07:00
Marc Durdin
9b13d130a7
Merge pull request #1852 from keymanapp/ios-key-preview-position-fix-1850
[web] [iOS] [Android] Adjust position of subkeys and key previews
2019-07-18 16:32:03 +10:00
Joshua Horton
17103d2de9
Removes recently-replaced member state field. 2019-07-08 15:07:32 +07:00
jahorton
7e06033bda Bug-fixes for Android settings integration 2019-07-05 11:45:49 +07:00
jahorton
3f35f5b7ba Missed a couple of spots with the name changes. 2019-07-05 10:14:29 +07:00
jahorton
304b94c7db Merge branch 'master' into web-correct-predict-toggle 2019-07-05 09:35:50 +07:00
Joshua Horton
715729fec2
Merge pull request #1851 from keymanapp/lmlayer-context-management
[LMLayer, Web] Context Management + Suggestion UX
2019-07-04 11:08:51 +07:00
jahorton
f3990aed1f Option name adjustment. Android verified, not iOS 2019-07-04 09:33:52 +07:00
jahorton
514bae3c1c Simplifies consistency for LMEngine enablement 2019-07-04 09:14:18 +07:00
jahorton
2e3e20559d Moves .isKeep prop to .tag == 'keep'. 2019-07-04 08:09:30 +07:00
jahorton
6ff431fb62 Starts predict v correct options in KMW. 2019-07-03 11:00:56 +07:00
Marc Durdin
870e151a85 Merge branch 'master' into ios-key-preview-position-fix-1850 2019-07-03 09:44:27 +10:00
jahorton
9c769a5e17 Corrects reversion transform post-bksp change 2019-07-02 09:21:29 +07:00
jahorton
2e4d42e164 Removes post-accept BSKP swallowing 2019-07-02 09:03:22 +07:00
jahorton
bbb1301b55 Initial implementation of revert suggestion option 2019-07-02 09:00:18 +07:00
Marc Durdin
90a505c961
Merge pull request #1835 from keymanapp/web-predictive-text-banner-positioning
[Web] Tweak positioning of banner and layout of OSK
2019-07-02 04:34:14 +10:00
jahorton
549dcb33d0 KMW wordbreak request for reversion option 2019-07-01 16:02:44 +07:00
jahorton
96225f1fdb KMW now uses LMLayer's new 'keep' suggestion 2019-07-01 15:34:13 +07:00
Marc Durdin
4dfb8b1895 [web] Adjust position of subkeys and key previews for iOS (needs test against Android); fixup init order error with correctOSKTextSize 2019-07-01 12:27:20 +10:00
Marc Durdin
b958d9f90d Remove legacy iOS absolute positioning CSS 2019-07-01 10:39:02 +10:00
Marc Durdin
eb2323c573 Comment out iOS-specific legacy embedding overrides in CSS (TO BE REMOVED COMPLETELY) 2019-06-27 22:49:08 -07:00
jahorton
f25c5efaaa Swapping of models for active kbd in settings 2019-06-27 09:11:15 +07:00
Marc Durdin
9388ca9e88 Merge branch 'master' into web-predictive-text-banner-positioning 2019-06-21 07:15:01 +10:00
Eddie Antonio Santos
b7b420da2e
Move model copying to LMLayer chunk of code. 2019-06-19 09:31:57 -06:00
Marc Durdin
f8d1283a0b Add constants, TODOs 2019-06-19 09:01:43 +10:00
Marc Durdin
90a6bf175d Apply changes to embedded version of adjustHeights 2019-06-19 08:57:31 +10:00
Marc Durdin
494cd52de4 Fix kmw-key-square positioning and adjust findNearestKey for over-key situations 2019-06-19 08:41:02 +10:00
Eddie Antonio Santos
39e55e752c
Make sure build fails if the copy fails. 2019-06-18 13:35:22 -06:00
Eddie Antonio Santos
4aee81cb95
Automatically copy trie from common/predictive-text to web/ in web UI build. 2019-06-17 09:45:19 -06:00
Marc Durdin
2ca79c7682 [Web] Tweak positioning of banner and layout of OSK 2019-06-17 12:57:34 +10:00
jahorton
35ae108add Fix for embedded Mock-targetted processing 2019-06-05 10:39:18 +07:00
Joshua Horton
c1c5af3508
Merge pull request #1802 from keymanapp/web-fat-finger-integration
[Web] Fat-finger language modeling
2019-05-31 14:32:52 +07:00
Joshua Horton
f9dba49df6
Merge pull request #1803 from keymanapp/lmlayer-model-compositor
[LMLayer] The ModelCompositor
2019-05-31 14:32:35 +07:00