Commit graph

2150 commits

Author SHA1 Message Date
Tom Bogle
c840cedef9 [Mac] Prevent permanently hiding OSK when a menu is dropped down
This *might* possibly fix #894, but not likely
2018-06-27 01:32:18 -04:00
Tom Bogle
37c1201c7f [Mac] #894 - Added try/catch to prevent crash from key event Timer 2018-06-26 16:27:39 -04:00
Marc Durdin
f72e90ac96
Merge pull request #1027 from keymanapp/web-prepended-base-key-missing-nextlayer-999
[web] Nextlayer property not transferred from base to prepended popup key.
2018-06-26 16:36:07 +07:00
Marc Durdin
1645fac93c
Merge pull request #1028 from keymanapp/android-updatekmtext-unescaped-1026
[android] updateKMText was called with unescaped string in some contexts.
2018-06-26 16:33:28 +07:00
Marc Durdin
b694885d4b Fixes #1026. updateKMText was called with unescaped string in some contexts. 2018-06-26 15:25:10 +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
Tom Bogle
96d7462bf1
Merge pull request #1019 from keymanapp/mac-1005-prevent-calling-cfrelease-with-null
[Mac] Fixes #1005: Crash - CFRelease() called with NULL. Fixed existing unit test and added more.
2018-06-25 22:55:02 -04:00
Tom Bogle
1dd76df471 [Mac] Code cleanup & history addition 2018-06-25 22:52:27 -04:00
Tom Bogle
1faeb6e12b
Merge pull request #1024 from keymanapp/mac-fix-libre-offfice-check
[Mac] Removed call to "containsString" because it won't work in older OS
2018-06-25 22:14:15 -04:00
Tom Bogle
0ff0ae2c88 [Mac] Fixed up remaining unit test 2018-06-25 21:24:43 -04:00
Tom Bogle
fc2147ce97 [Mac] Removed call to "containsString" because it won't work in older OS 2018-06-25 17:18:44 -04:00
Tom Bogle
26ad29a744 [Mac] Added lots of IM tests (legacy, no-context, Apple-compliant [WIP])
Fixes #1005 (at least in part). Still one failing test.
2018-06-25 17:15:00 -04:00
Darcy Wong
c1c2478513
Merge pull request #1023 from keymanapp/android-info-page
[Android] Update Info page
2018-06-25 09:29:12 -05:00
Marc Durdin
2b4b40dd16
Merge pull request #1020 from keymanapp/web-touch-between-keys-863
[web] Pressing between keys gives wrong key
2018-06-25 21:04:39 +07:00
Darcy Wong
293de06cdd Refresh Info page
Bring in the current app info page from https://help.keyman.com/products/android/10.0/

* Update to Khmer Angkor
* Update images
* Removes references of sharing to Facebook
- Does not include cross-references to versions 2.0 and 10.0 since this is an offline info page.
2018-06-25 05:23:15 -05: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
06541ff29f
Merge pull request #1017 from keymanapp/developer-avoid-crash-on-loading-project-1010
[developer] Developer no longer crashes if a .kpj.user file is deleted while project is loaded.
2018-06-25 07:17:13 +07:00
Tom Bogle
0ce9fd1cd2 [Mac] Added some new passing unit tests and one still WIP
Need to make a delegate to test posting delete back.
2018-06-23 00:00:43 -04:00
Tom Bogle
90a080d449 [Mac] Fixes existing IM unit test. WIP for #1005 - unit test incomplete 2018-06-22 17:36:20 -04:00
Marc Durdin
72fd442d8d Fixes #1010. Developer no longer crashes if a .kpj.user file is deleted while project is loaded. 2018-06-21 07:53:46 +07: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