Marc Durdin
95cdd73fdc
[Developer] Fixes #183 - workaround for Chrome ladder limitation
2019-01-30 15:54:10 -06:00
Marc Durdin
4402a2b558
Merge pull request #1539 from keymanapp/web-split-kdu-1117
...
[Web] [Developer] displayUnderlying flag is now separate for different platforms.
2019-01-17 12:02:25 +11:00
Joshua Horton
ca910da6d8
Merge pull request #1540 from keymanapp/web-spacebar-text
...
[Web] Spacebar text fix, minor dependency update
2019-01-15 13:29:50 +07:00
Joshua A. Horton
5533f6f17d
Reverts temp change made in prior commit.
2019-01-15 12:55:33 +07:00
Joshua A. Horton
88e01d1d7c
Fixes blank spacebar bug, updates npm dependencies.
2019-01-15 12:51:05 +07:00
Marc Durdin
5f81681458
[Web] [Developer] Fixes #1117 . displayUnderlying flag is now separate for different platforms.
2019-01-15 15:01:35 +11:00
Marc Durdin
72e623838c
Merge pull request #1534 from keymanapp/developer-touch-layout-editor-modifier-tweak-1035
...
[Developer] Rename default to '(current layer)' to reduce ambiguity.
2019-01-15 06:49:38 +11:00
Darcy Wong
c1929add39
Merge pull request #1526 from keymanapp/android-dispatch-external-keys
...
[Android] dispatch external keys if KMW doesn't handle them
2019-01-14 18:43:40 +07:00
Darcy Wong
831382db58
Merge branch 'beta' into android-dispatch-external-keys
2019-01-14 18:43:22 +07:00
Darcy Wong
8b9c71bc9b
Cleanup from review comments
2019-01-14 18:41:34 +07:00
Darcy Wong
fa7104e854
Merge pull request #1532 from keymanapp/android-min-sdk
...
[Android] Update minimum SDK from 15 to 16
2019-01-14 18:25:59 +07:00
Darcy Wong
b663401d40
Update history.md per review comment
2019-01-14 18:25:38 +07:00
Marc Durdin
d8ad63435f
[Developer] Fixes #1035 . Rename default to '(current layer)' to reduce ambiguity.
2019-01-14 21:04:44 +11:00
Darcy Wong
689dcc633d
Update history.md
2019-01-14 11:40:25 +07:00
Darcy Wong
7ed0547084
Update minimum SDK level from 15 to 16
2019-01-14 11:31:30 +07:00
Darcy Wong
77571ab555
Pass original eventModifiers to dispatchKey()
2019-01-11 15:20:24 +07:00
Darcy Wong
d03ab9fef1
Pass "tab" and "enter" back to Android app to handle
...
Instead of KMW inserting whitespace, pass those keys back to the embedded app to natively handle.
2019-01-11 11:24:13 +07:00
Daniel Glassey
0a3fdf67b2
Merge pull request #1521 from keymanapp/linux-buildxenial
...
[linux] more on restarting ibus
2019-01-10 16:35:27 +07:00
glasseyes
257bad5caa
history for 1521
2019-01-10 15:56:19 +07:00
glasseyes
d061b4b9a9
only want pid of one process
2019-01-10 15:16:18 +07:00
glasseyes
7af2f0eb8c
ibus exit on gnome-shell
2019-01-10 14:46:14 +07:00
Darcy Wong
5afcc8e4c3
Merge pull request #1520 from keymanapp/android-check-server
...
[Android] Change keyboard version comparison from Float to strings
2019-01-10 14:10:27 +07:00
Darcy Wong
ae4ccee4d5
Update history.md
2019-01-10 14:09:29 +07:00
Darcy Wong
f41cf328ab
Update keyboard version comparison
...
Currently, keyboard versions as floats are compared for determining when to update the keyboard.
This doesn't work for the current default keyboard sil_euro_latin version 1.8.1
* Move compareVersions() from KMManager to FileUtils
2019-01-10 13:51:29 +07:00
Daniel Glassey
12dd8a7a1a
Merge pull request #1518 from keymanapp/linux-buildxenial
...
[linux] build ibus-keyman on xenial
2019-01-10 11:07:06 +07:00
glasseyes
a29f10b0eb
history for building on xenial
2019-01-10 10:30:03 +07:00
glasseyes
e6d98a8e3e
reduce version dep on json-glib to 1.0
2019-01-10 10:28:41 +07:00
Daniel Glassey
ae44d5b8f5
Merge pull request #1510 from keymanapp/linux-restart-ibus
...
[Linux] restart ibus using user
2019-01-10 10:27:39 +07:00
glasseyes
2c3ec5d41a
update 11.0.105 history
2019-01-10 10:07:06 +07:00
glasseyes
a7d1056880
quote username for restart
2019-01-10 09:57:18 +07:00
Darcy Wong
e7fdd0be78
Merge pull request #1515 from keymanapp/android-get-started
...
[Android] Fix "Get Started" status for default keyboard
2019-01-09 17:24:41 +07:00
Darcy Wong
5f1bfa18a5
Update history.md
2019-01-09 14:52:03 +07:00
Darcy Wong
c1caaf3ee1
Fix "Get Started" status for default keyboard
2019-01-09 14:43:06 +07:00
Marc Durdin
5d5c8a4d50
Merge pull request #1506 from keymanapp/windows-caps-lock-header-fixes
...
[Windows] Fix support for Caps Lock headers
2019-01-09 13:57:23 +11:00
Marc Durdin
820ecd9b16
Merge branch 'windows-caps-lock-header-fixes' of https://github.com/keymanapp/keyman into windows-caps-lock-header-fixes
2019-01-09 13:56:47 +11:00
Marc Durdin
e48f547303
[Windows] Fix tabs to spaces, factor IsCapsLockOn function
2019-01-09 13:55:28 +11:00
Darcy Wong
4eebf8ec94
Merge pull request #1507 from keymanapp/android-missing-font-crash
...
[Android] Improve font handling
2019-01-09 09:51:01 +07:00
Darcy Wong
2db957cbb4
Address review comments
...
* log JSON parsing exceptions
* explain remove() usage for API 19+
* revert code in fontUrls()
2019-01-09 09:10:23 +07:00
glasseyes
fde1954148
restart ibus as user owning process
2019-01-09 08:21:53 +07:00
Marc Durdin
cf1ab5628e
Merge branch 'beta' into windows-caps-lock-header-fixes
2019-01-09 12:04:46 +11:00
Marc Durdin
6f004dab73
Merge pull request #1508 from keymanapp/windows-prevent-damaged-profiles-message-silent
...
[Windows] kmshell now only checks for damaged profiles when starting Configuration or Keyman itself
2019-01-09 12:04:01 +11:00
Marc Durdin
f859c7cfde
[Windows] history.md
2019-01-09 07:43:46 +11:00
Marc Durdin
96cc571223
[Windows] Fixes #187 . kmshell now only checks for damaged profiles when starting Configuration or Keyman itself
2019-01-09 07:43:32 +11:00
Darcy Wong
3c6f1edcda
Update history.md
2019-01-08 23:33:42 +07:00
Darcy Wong
af8c9f7d60
Get the ttf font for osk too
2019-01-08 22:39:24 +07:00
Darcy Wong
89fc04c3a5
Try to keep only .ttf font
2019-01-08 17:00:57 +07:00
Marc Durdin
466818a2a6
[Windows] history.md
2019-01-08 20:56:29 +11:00
Marc Durdin
08431e89ba
[Windows] Add comments
2019-01-08 20:55:19 +11:00
Marc Durdin
5b60359aa2
[Windows] Fix Caps Lock header support
2019-01-08 20:41:29 +11:00
Marc Durdin
988a0917cb
[Windows] Switching between Keyman keyboards in same language using TSF interface could fail
2019-01-08 20:33:36 +11:00