Commit graph

2131 commits

Author SHA1 Message Date
Tom Bogle
fc2147ce97 [Mac] Removed call to "containsString" because it won't work in older OS 2018-06-25 17:18:44 -04:00
Marc Durdin
5ec581d91b
Merge pull request #1014 from keymanapp/android-error-switching-keyboard-992
[Android] [web] Cancel attempt to cancel a touchcancel event that can't be cancelled. Enough cancels there for ya?
2018-06-20 15:52:24 +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
Tom Bogle
4b5678d428
Merge pull request #1013 from keymanapp/mac-894-962-fix-osk-timer-problems
[Mac] Fixes 894, Fixes 962 - Fixed timer problems in OSK
2018-06-19 22:52:54 -04:00
Tom Bogle
be8cbe993f [Mac] Commented out NSLog statements added previously to debug #894 2018-06-19 14:36:23 -04:00
Tom Bogle
bf5bdeeb8b [Mac] Updated history file for PR 1013 2018-06-19 14:27:07 -04:00
Tom Bogle
901a1f30fb [Mac] Fixes 894, Fixes 962 - Fixed timer problems in OSK
Ensured that timer is never instantiated for modifier keys, since they should never repeat. Made synchronizing more robust to ensure that there can never be timers simultaneously active (i.e., for two different keys on the same OSK). Removed deprecated finalize method that was never getting called anyway.
2018-06-19 14:22:52 -04:00
Darcy Wong
402b0a40fb
Merge pull request #1012 from keymanapp/android-language-list
[Android] Fix api.keyman.com/cloud query for BCP 47 language tags
2018-06-19 14:36:22 +07:00
darcywong00
37c47e650c Revert to cloud 3.0 2018-06-19 14:30:53 +07:00
Marc Durdin
34b42b2644
Merge pull request #1009 from keymanapp/windows-disable-symsrv
[windows] Disable symsrv call from build agent
2018-06-19 14:28:58 +07:00
Marc Durdin
74face60c5
Merge pull request #1008 from keymanapp/developer-fix-deadkey-index-10.0-920
[developer] KeymanWeb 10.0 compiler now computes indexes correctly when deadkey and any used in a secondary group
2018-06-19 14:21:54 +07:00
darcywong00
44afcbed7d Fix api.keyman.com/cloud query for language list
* Update to cloud 4.0
* Include `&languageidtype=bcp47
2018-06-19 14:16:39 +07:00
Marc Durdin
cb72a6ed17 Disable symsrv call from build agent (as it goes nowhere useful) 2018-06-19 13:54:05 +07:00
Marc Durdin
6fd1e10af3
Merge pull request #1006 from keymanapp/developer-use-bcp47-script-subtags-from-alltags-more-reliably-959
[developer] Script subtags are now appended for more scripts in the Keyboard languages dialog.
2018-06-19 13:45:32 +07:00
Marc Durdin
b96e087778 update history 2018-06-19 13:44:58 +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
Marc Durdin
e27143fa8c Fixes #959. Script subtags are now appended for more scripts in the Keyboard languages dialog. 2018-06-19 11:41:05 +07:00
Tom Bogle
ddd8bc9c6e
Merge pull request #1001 from keymanapp/mac-994-support-utf8-in-info-display
[Mac] #994 - Use keyboard names w/ native script from KMX instead of inf
2018-06-19 00:05:50 -04:00
Marc Durdin
a62a84c871
Merge pull request #1004 from keymanapp/windows-remove-getting-started-links
[windows] Getting Started links are no longer relevant.
2018-06-19 08:22:39 +07:00
Darcy Wong
3375489bba
Merge pull request #1003 from keymanapp/windows-edge-platform-test
[Windows][Android][Web] Move "edge" platform test with other browsers
2018-06-19 08:09:13 +07:00
Marc Durdin
10712cf876 Update history 2018-06-19 08:05:16 +07:00
Marc Durdin
692010d414 Update history 2018-06-19 08:04:51 +07:00
Marc Durdin
110498be85 Fixes #945. Getting Started links are no longer relevant. 2018-06-19 07:53:12 +07:00
darcywong00
6a84096fde beautify windows platformtest.js 2018-06-19 07:21:26 +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
Tom Bogle
a9c88da956 [Mac] Edited history.md to correct PR # 2018-06-18 15:03:35 -04:00
Tom Bogle
3caf37e45c [Mac] #994 - Use keyboard names w/ native script from KMX instead of inf
It seems the *.inf files are not UTF-8, so any non-Roman characters used in keyboard names turn into question marks. The native script name is stored in the kmx file, so getting it from there seems to work.
2018-06-18 15:00:35 -04:00
Marc Durdin
b99d2bd862
Merge pull request #997 from keymanapp/windows-install-keyboard-mismatch-windows-keyboards-975-996
[windows] Installation of keyboards in Windows avoids some side effects with refresh and additional system keyboards
2018-06-18 21:35:00 +07:00
Tom Bogle
df7a50dfd8
Merge pull request #971 from keymanapp/mac-967-fix-platform-to-return-macosx
[Mac] #967 - Make platform tests case-insensitive and support invert logic.
2018-06-18 09:04:42 -04:00
Marc Durdin
c5e553782e Fixes #975. Fixes #996. Installation of keyboards in Windows avoids some side effects with refresh and additional system keyboards. 2018-06-18 16:08:35 +07:00
Marc Durdin
32af0d0728
Merge pull request #995 from keymanapp/windows-open-configuration-api
[windows] Fixes IKeymanControl::OpenConfiguration giving noop
2018-06-18 15:20:55 +07:00
Marc Durdin
cdeb36977a Fixes IKeymanControl::OpenConfiguration giving noop 2018-06-18 14:24:44 +07:00
Tom Bogle
dd2830ea22 [Mac] Added unit tests for inverted platform logic 2018-06-17 23:56:54 -04:00
Tom Bogle
e89b0d5a6a [Mac] Fixed logic to handle inverted (NOT_EQUAL) platform check 2018-06-17 23:23:41 -04:00
Tom Bogle
43fc667250 Merge remote-tracking branch 'origin/beta' into mac-967-fix-platform-to-return-macosx 2018-06-17 22:00:55 -04:00
Tom Bogle
fe55bbf9d0 [Mac] Updated history for this fix (for issue #967) and for PR 990. 2018-06-17 21:46:22 -04:00
Tom Bogle
4924dfe987
Merge pull request #990 from keymanapp/mac-931-use-legacy-mode-for-other-libre-office
[Mac] #931 - Made anything that appears to be "LibreOffice" use legacy
2018-06-17 21:38:03 -04:00
Tom Bogle
dd6ec9ea5d [Mac] #931 - Made anything that appears to be "lLibreOffice" use legacy 2018-06-15 16:49:24 -04:00
Tom Bogle
3bb54d4943 [Mac] Added unit tests for checkPlatform 2018-06-15 02:34:03 -04:00
Tom Bogle
7857e34676 [Mac] Changed checkPlatform implementation to be regex-based 2018-06-15 00:53:22 -04:00
Tom Bogle
8f8170cbfb [Mac] #967 - Changed platform implementation to make spec change
Any unrecognized platform tokens will cause it to return false (not a match).
2018-06-14 23:35:07 -04:00
Marc Durdin
e24eabfde1
Merge pull request #988 from keymanapp/ios-frozen-keyboard
[ios] Frozen keyboard in latest beta
2018-06-14 21:24:00 +07:00
Marc Durdin
68e35ed7ae Fixes broken keyboard -- not responding to touch -- regression in #981 2018-06-14 21:07:36 +07:00
Marc Durdin
195ceab7f4
Merge pull request #986 from keymanapp/P3S5-history-md
Tweak history.md
2018-06-14 10:49:43 +07:00
Marc Durdin
8d42323745 Tweak history.md 2018-06-14 10:35:44 +07:00
Darcy Wong
1e77232c9c
Merge pull request #980 from keymanapp/developer-unicode-11
[Developer] Update to Unicode 11.0
2018-06-13 14:24:35 +07:00
darcywong00
cab25abb4d Update history.md files 2018-06-13 13:42:41 +07:00
Marc Durdin
5517ecc942
Merge pull request #982 from keymanapp/ios-installing-custom-keyboard-without-timezone-510
[ios] If a keyboard.json has no timezone in the last modified date string, then it will still install
2018-06-13 13:35:50 +07:00
Marc Durdin
46efbbc5c8 Fixes #510. If a keyboard.json has no timezone in the last modified date string, then it will still install 2018-06-13 13:12:43 +07:00