Commit graph

4628 commits

Author SHA1 Message Date
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
75f73ef53a history.md tweak 2018-12-06 08:46:58 +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
28ea3b48e3 Add KMW test page 2018-11-22 09:31:47 +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
3dddf02514 Updates dev dependencies, reduces npm's warnings. 2018-11-14 10:00:45 +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
02404b83c4 Adds a page in the manual testing section for the Toolbar UI. 2018-10-24 13:46:38 +07:00
Joshua A. Horton
a42c0f181e Updates BrowserStack configuration settings, fixes a minor error. 2018-10-24 10:47:09 +07:00
Darcy Wong
8240a0469e Remove test kmx file 2018-10-03 08:59:47 +07:00
Darcy Wong
ec7831a004 Add test page for KMW 2018-10-02 15:47:24 +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
0daab7130e Fixup cmdline 2018-07-06 14:43:51 +07:00
Marc Durdin
7a7c6851f7 Test debug log for karma - try to find out why it is falling over 2018-07-06 14:41:56 +07:00
Marc Durdin
1f3e8f1220 [web] Try tests with real iOS devices as emulators no longer supported 2018-07-06 12:47:37 +07:00
Marc Durdin
da7873744a history 2018-07-06 10:30:49 +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
b37cb718b5 10.0 stable release 2018-06-28 09:52:30 +07:00
Marc Durdin
8be5c3a148
Merge pull request #1032 from keymanapp/beta-p3s6-history
Updates to history
2018-06-28 08:51:53 +07:00
Marc Durdin
8500900a87 Updates to history 2018-06-27 13:48:18 +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
Marc Durdin
b2d4045d92 Merge branch 'beta' into developer-fix-deadkey-index-10.0-920 2018-06-19 13:42:40 +07:00
Marc Durdin
a979016795 Fixes #920. A deadkey match in KeymanWeb 10.0 keyboards should not be skipped in context indexing 2018-06-19 13:34:03 +07:00
darcywong00
007b420e9e Move "edge" platform test with other browsers
Follow-on to #969

This updates the platformtest.kmn keyboard 
and moves `edge` from `[K_O]` (OS) to `[K_Y]` (browsers)
2018-06-19 07:12:56 +07:00
Marc Durdin
8d42323745 Tweak history.md 2018-06-14 10:35:44 +07:00
Marc Durdin
26d8267a59
Merge pull request #979 from keymanapp/web-osk-updateLayer-test-case-978
[web] Build initial test case for #978
2018-06-12 14:37:03 +07:00
Marc Durdin
1a675063f7 Build initial test case for #978 2018-06-12 13:42:39 +07:00
Marc Durdin
f6cccbc8cc Update history 2018-06-12 10:49:25 +07:00
Marc Durdin
42804bf63a Fix missing Edge browser test 2018-06-11 21:44:12 +07:00
Marc Durdin
27c565b0e2 Reworked several aspects of platform constraints esp. regarding unknown constraints. Rewrote keyboard and spreadsheet to facilitate testing more reliably. 2018-06-11 15:07:55 +07:00
Marc Durdin
ff8658edd5 Fixes #966. Platform tests are now more consistent for KeymanWeb 2018-06-08 15:47:24 +07:00
Marc Durdin
6291ad83fc Fixes #968. Platform tests on Android now give correct results for hardware keyboard. Partial fix for #966 (hardware keyboard in Chrome emulator). 2018-06-08 13:30:32 +07:00
Marc Durdin
234825ab08 Update history.md for all release tags on all platforms as of today 2018-05-18 13:06:55 +07:00
Joshua A. Horton
bee50cf3a0 Tidied things up a bit, updated BrowserStack setting for CI Safari test. 2018-05-09 10:49:35 +07:00
Joshua A. Horton
9097499148 Addresses CAPS_LOCK behavior for mnemonics. 2018-05-09 10:31:32 +07:00
Joshua A. Horton
9ba7ebf069 Corrects handling of physically-typed spacebar for mnemonics. 2018-05-09 09:44:53 +07:00
Joshua A. Horton
a5f5035d79 Fixes lowercase character matching, removes legacy check. 2018-05-09 09:35:19 +07:00
Marc Durdin
4a2dc37d6d Add test keyboard for mnemonic layout on web 2018-05-09 08:50:42 +07:00