Commit graph

492 commits

Author SHA1 Message Date
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
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
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
Joshua A. Horton
ca801284f5 Fixed symbol output for mnenomic OSK input. 2018-05-08 14:50:35 +07:00
Joshua A. Horton
8e76720a68 Performs basic US-layout mnemonic mapping for the OSK. 2018-05-08 14:36:38 +07:00
Joshua A. Horton
cf87c39fe6 Fixes hardware-based mnemonic input for the sil_ipa keyboard w US layout 2018-05-08 14:02:01 +07:00
Joshua A. Horton
2e249bbbb6 Merge branch 'beta' into web-733-beep-stores 2018-05-08 08:20:19 +07:00
Joshua A. Horton
90d49c120d Minor tweaks to changes in kmwcallback.ts. 2018-05-08 08:18:38 +07:00
Joshua A. Horton
024c38d02b Merges store typing information for a cleaner solution. 2018-05-07 15:34:35 +07:00
Joshua A. Horton
a893768716 Incorporates Developer and corrects the application of the KMW side. 2018-05-07 14:39:12 +07:00
Joshua A. Horton
e40a4eaacb Adds support for 'beep' in stores to KMW. Nothing for Developer yet. 2018-05-07 14:12:11 +07:00
Joshua A. Horton
3fb90728a8 Fixes #162, treating virtual keys case-insensitively. 2018-05-07 10:02:31 +07:00
Joshua A. Horton
6b5012a933 Merge branch 'beta' into web-248-iOS-landscape-display 2018-05-07 08:58:20 +07:00
Joshua A. Horton
dd03de2a2e Fixes 'phone' vs 'tablet' for iOS. 2018-05-04 12:26:12 +07:00
Joshua A. Horton
73df886272 Encapsulates fixed KMW rotation behavior with minor refactor. 2018-05-02 10:30:56 +07:00
Joshua A. Horton
e2a8e13c07 Created an integrated rotation testing page. Needs more work. 2018-04-30 15:39:31 +07:00
Joshua A. Horton
a2fa2ea0dd Adds a warning to ambiguous AltGr emulation cases, defaulting to 'on.' 2018-04-30 13:41:00 +07:00
Joshua A. Horton
cf5a2483f7 Added some base code toward testing rotation-related events. 2018-04-30 11:27:04 +07:00
Joshua A. Horton
06e5efdba3 Mostly fixes chiral AltGr emulation detection. 2018-04-30 10:21:39 +07:00
Joshua A. Horton
23d66d80f3 Preemptive housekeeping. 2018-04-27 13:39:00 +07:00
Joshua A. Horton
73e2bd4ced Resolves iOS rotation issue via timeout, due to event timing issues. 2018-04-27 13:36:06 +07:00
Joshua A. Horton
b68d63fe68 Fixes rotation resizing for iOS native. 2018-04-26 15:20:49 +07:00
Joshua A. Horton
66e35ed875 Fixes KMW landscape display in Firefox, Chrome on mobile devices. 2018-04-26 14:18:59 +07:00
Joshua Horton
8e8b3f5947
Merge pull request #772 from keymanapp/web-763-default-key-error-guards
Default output null guarding
2018-04-25 10:11:30 +07:00
Joshua A. Horton
fe9f648a40 Fixes display of longpress special keys. 2018-04-24 13:59:56 +07:00
Joshua A. Horton
859c20eb12 Added shift-state warning. 2018-04-24 13:28:29 +07:00