Joshua Horton
|
31601ccd8e
|
Merge pull request #1466 from keymanapp/web-978-cherry-mobile-updateLayer
[Web] Cherry-picks OSK layer logic fix
|
2019-01-03 11:40:30 +07:00 |
|
Joshua A. Horton
|
5606dd0fe3
|
Addresses PR issue re documentation.
|
2019-01-03 08:45:31 +07:00 |
|
Joshua A. Horton
|
62b794d3ae
|
Publishes the alignInputs() function as API for touch-alias correction.
|
2019-01-03 08:45:31 +07:00 |
|
Joshua A. Horton
|
3fc6b6f114
|
[Web] Fixes mobile form-factor layer update logic.
|
2019-01-02 12:49:30 +07:00 |
|
Joshua A. Horton
|
408496c6db
|
Works around odd embedded iOS issue.
|
2018-12-19 11:58:50 +07:00 |
|
Joshua Horton
|
5a1c86b002
|
Merge branch 'master' into web-1070-diacritic-display
|
2018-12-19 09:30:00 +07:00 |
|
Joshua A. Horton
|
2eb5541d22
|
Addresses PR review comment.
|
2018-12-19 08:37:50 +07:00 |
|
Joshua Horton
|
7d4a67caa5
|
Merge pull request #1432 from keymanapp/web-osk-bulk-renderer
[Web] OSK bulk renderer
|
2018-12-18 15:01:40 +07:00 |
|
Joshua A. Horton
|
5bfc521d5f
|
Missed a keycap scaling factor for embedded mode.
|
2018-12-18 14:55:55 +07:00 |
|
Joshua A. Horton
|
2a4ef5ad2a
|
Adds fallback behavior for missing font size in calculations.
|
2018-12-18 09:19:19 +07:00 |
|
Joshua A. Horton
|
27af75f342
|
Fixes the touch bug - CSS 'opacity' settings were to blame.
|
2018-12-18 08:32:52 +07:00 |
|
Joshua A. Horton
|
2c30633e5f
|
Implements test keyboard and fix for 'undefined' font issues.
|
2018-12-17 15:38:00 +07:00 |
|
Joshua A. Horton
|
968c2b8ec1
|
init() now works with Promises, fixes test regression.
|
2018-12-17 12:00:03 +07:00 |
|
Joshua A. Horton
|
9561537101
|
setActiveKeyboard is now Promise-compatible!
|
2018-12-17 09:09:53 +07:00 |
|
Joshua A. Horton
|
e955c16777
|
Start of development on a 'bulk rendering' engine for KMW validation.
|
2018-12-14 10:02:50 +07:00 |
|
Joshua A. Horton
|
698470934a
|
Tidies up a few loose ends.
|
2018-12-12 15:52:23 +07:00 |
|
Joshua A. Horton
|
e16c1a7ea5
|
Tidies up all the documentation and intermediate notes.
|
2018-12-12 15:30:55 +07:00 |
|
Joshua A. Horton
|
621514515a
|
Reworks keyboard font scaling to facilitate key cap scaling.
|
2018-12-12 15:24:36 +07:00 |
|
Joshua A. Horton
|
5957db8473
|
Addresses standard key scaling, but runs into code ordering issue.
|
2018-12-12 13:56:43 +07:00 |
|
Joshua A. Horton
|
caee038036
|
Finishes tweaking key previews.
|
2018-12-12 13:02:37 +07:00 |
|
Joshua A. Horton
|
c8055511a1
|
Fixes key previews, starts dynamic adjustment of key cap font sizing.
|
2018-12-12 13:00:06 +07:00 |
|
Joshua A. Horton
|
228d85f5c7
|
Fixes a few PR comment issues.
|
2018-12-11 08:51:48 +07:00 |
|
Joshua A. Horton
|
0525a5080f
|
Added documentation to the 'generate osk key caps' method.
|
2018-12-11 08:18:32 +07:00 |
|
Joshua A. Horton
|
6f672c29ac
|
Wires in the keyboard's specified visual format font.
|
2018-12-07 14:43:32 +07:00 |
|
Joshua A. Horton
|
bcf5e57877
|
Adds a base dotted circle to otherwise undisplayed diacritic key caps.
|
2018-12-07 14:24:32 +07:00 |
|
Joshua A. Horton
|
fc44f1b708
|
A bit of documentation.
|
2018-12-07 12:19:24 +07:00 |
|
Joshua A. Horton
|
3518d9fbfe
|
A few extra tweaks.
|
2018-12-07 12:17:01 +07:00 |
|
Joshua A. Horton
|
d92084fd6e
|
Further centralizes common sub-key/base-key code.
|
2018-12-07 11:58:25 +07:00 |
|
Joshua A. Horton
|
45efed2886
|
Performs basic extraction of subkey code, mild polymorphism.
|
2018-12-07 10:55:20 +07:00 |
|
Joshua A. Horton
|
422e091bf6
|
Fragmented key generation into a few distinct functions.
|
2018-12-07 10:02:56 +07:00 |
|
Joshua A. Horton
|
da27d16ae6
|
Extracted key generation code into its own class.
|
2018-12-07 09:29:09 +07:00 |
|
Joshua Horton
|
b49fb8c568
|
Merge pull request #1393 from keymanapp/web-248-iOS-landscape-display
[Web] Native-mode iOS support fixes
|
2018-12-07 08:22:27 +07:00 |
|
Joshua A. Horton
|
887356600e
|
Adjusts rotation-detection timings.
|
2018-12-06 12:24:36 +07:00 |
|
Joshua A. Horton
|
e8aff6b3db
|
Fixes accidental virtual-key case sensitivity.
|
2018-12-06 09:16:05 +07:00 |
|
Joshua A. Horton
|
e36ee0293f
|
Updates old work from 10.0 beta.
|
2018-12-06 08:42:27 +07:00 |
|
Joshua A. Horton
|
f0812d96a7
|
Merge branch 'master' into web-248-iOS-landscape-display
|
2018-12-06 08:23:16 +07:00 |
|
Darcy Wong
|
481eda7d6f
|
Update FileUtils to handle mixed-case file extensions
|
2018-11-21 14:27:18 +07:00 |
|
Joshua A. Horton
|
d952420efc
|
Updates internal version of TypeScript to current.
|
2018-11-14 11:00:33 +07:00 |
|
Joshua A. Horton
|
2cf86c2675
|
Merge branch 'master' into web-1275-toolbar-duplicated-languages
|
2018-10-30 08:31:49 +07:00 |
|
Joshua A. Horton
|
c7d086d1de
|
Addresses PR review.
|
2018-10-30 08:31:21 +07:00 |
|
Joshua A. Horton
|
86878f8d2f
|
Removes an unneeded variable from an earlier commit in the chain.
|
2018-10-26 08:13:10 +07:00 |
|
Joshua A. Horton
|
cc6c5d8356
|
Tidies up the new comments for finalization.
|
2018-10-26 08:11:18 +07:00 |
|
Joshua A. Horton
|
42932856e9
|
Partial fix - no more duplicate languages under a region.
|
2018-10-24 14:49:39 +07:00 |
|
Joshua A. Horton
|
a42c0f181e
|
Updates BrowserStack configuration settings, fixes a minor error.
|
2018-10-24 10:47:09 +07:00 |
|
Darcy Wong
|
5905e95ba5
|
Fix vibrate
Apply 500ms vibrate
|
2018-10-02 15:19:28 +07:00 |
|
Darcy Wong
|
c2fe6197db
|
Change system keyboard to "numeric" layer for numeric text fields
Fixes #289
When changing to a digit/phone number text field, set the OSK to "numeric" layer if it exists.
This will occur after `resetContext()`.
|
2018-09-27 13:14:25 +07:00 |
|
Marc Durdin
|
8c119d3ea7
|
[web] Fixes #1055. If a layer has lower row count to default layer in embedded mode, then Keyman throws an error.
|
2018-07-06 10:27:04 +07:00 |
|
Marc Durdin
|
1d0bccde55
|
Fixes #999. Nextlayer property not transferred from base to prepended popup key.
|
2018-06-26 14:05:38 +07:00 |
|
Marc Durdin
|
1d3ec12172
|
Fixes #863. Pressing between keys gives wrong result because calculation is based on wrong element.
|
2018-06-25 10:48:53 +07:00 |
|
Marc Durdin
|
08f282e550
|
Fixes #992. Cancel attempt to cancel a touchcancel event that can't be cancelled. Enough cancels there for ya?
|
2018-06-20 13:32:33 +07:00 |
|