Keyman Server
7b82e08036
Merge pull request #7923 from keymanapp/auto/version-beta-16.0.125
...
auto: increment beta version to 16.0.125
2022-12-19 05:02:03 +11:00
Keyman Build Agent
fabab24df4
auto: increment beta version to 16.0.125
2022-12-18 13:01:22 -05:00
Darcy Wong
17be0e54aa
Merge pull request #7908 from keymanapp/fix/fv/keyboard-info-version-title
...
fix(oem/fv/android): Cleanup version title
2022-12-18 21:19:16 +07:00
Keyman Server
3b212739cd
Merge pull request #7921 from keymanapp/auto/version-beta-16.0.124
...
auto: increment beta version to 16.0.124
2022-12-18 05:02:04 +11:00
Keyman Build Agent
436ae95494
auto: increment beta version to 16.0.124
2022-12-17 13:01:26 -05:00
Marc Durdin
52a9ccec90
Merge pull request #7917 from keymanapp/fix/linux/install
...
fix(linux): Fix dependency of ibus-keyman 🚑
2022-12-17 10:15:27 +11:00
Eberhard Beilharz
29fe7dae59
fix(linux): Fix dependency of ibus-keyman
...
When we added the API check we introduced a mis-spelled dependency
which lead to Keyman being uninstallable. This change fixes things.
2022-12-16 16:31:44 +01:00
Darcy Wong
65e9e00b3a
fix(oem/fv/android): Cleanup version title
2022-12-15 15:03:11 +07:00
Keyman Server
c90bd37bb3
Merge pull request #7904 from keymanapp/auto/version-beta-16.0.123
...
auto: increment beta version to 16.0.123
2022-12-15 05:02:38 +11:00
Keyman Build Agent
e3b900e505
auto: increment beta version to 16.0.123
2022-12-14 13:01:54 -05:00
Marc Durdin
3e5cbb3244
Merge pull request #7887 from keymanapp/fix/developer/7879-crash-when-mousewheel-up-on-empty-grid
...
fix(developer): invalid charmap cell selection when updating to empty search result
2022-12-14 14:50:21 +11:00
rc-swag
29e1859039
Merge pull request #7898 from keymanapp/fix/windows/modify-disable-keyboard-display
...
fix(windows): modify disable keyboard display
2022-12-14 07:52:15 +10:00
Ross
bb6f1a9974
fix(windows): Improve disable keyboard appearance
...
The Keyboard layouts tab: When a keyboard is disabled
Just the details text on the right is 'greyed' out. The buttons
on the left our no longer greyed out except for 'Add/remove'
which is now disabled.
2022-12-13 20:37:50 +10:00
Keyman Server
3a039d2a9a
Merge pull request #7892 from keymanapp/auto/version-beta-16.0.122
...
auto: increment beta version to 16.0.122
2022-12-12 05:02:04 +11:00
Keyman Build Agent
aceb16180f
auto: increment beta version to 16.0.122
2022-12-11 13:01:28 -05:00
Eberhard Beilharz
f60b09edd9
Merge pull request #7886 from keymanapp/chore/linux/setup
...
chore(linux): Fix `make install`
2022-12-10 19:57:34 +01:00
Marc Durdin
8e90efe14a
fix(developer): invalid charmap cell selection when updating to empty search result
...
Fixes #7879 .
If we enter a search string that results in zero results, the grid
resize to one row attempts to select row zero. However, we prevent this.
This leaves the current row outside the range of valid rows, which means
the grid is in an invalid state.
This later causes a crash if the user attempts to mousewheel up. There
may be other similar crashes in this situation, but I haven't found any
yet.
Fix is to allow selection of row zero when there is only one row. I have
not found any problems caused by allowing this.
2022-12-10 06:04:17 +07:00
Eberhard Beilharz
8873ab5bcb
chore(linux): Fix make install
...
Another attempt to fix #7400 .
2022-12-09 12:40:40 +01:00
Keyman Server
447a29e637
Merge pull request #7877 from keymanapp/auto/version-beta-16.0.121
...
auto: increment beta version to 16.0.121
2022-12-08 05:02:23 +11:00
Keyman Build Agent
5c331e27f3
auto: increment beta version to 16.0.121
2022-12-07 13:01:40 -05:00
Eberhard Beilharz
fe7fbda749
Merge pull request #7875 from keymanapp/chore/linux/packagebuild
...
chore(linux): Improve package build
2022-12-07 15:34:58 +01:00
Eberhard Beilharz
8a14372e0a
chore(linux): Improve package build
...
During package builds on Debian servers the build often failed
with an error related to X11 when running the tests. This change
skips the tests in `linux/ibus-keyman/src/test` when building
packages, similar to the way we already do it for the tests in
`linux/ibus-keyman/tests`.
2022-12-07 09:00:52 +01:00
Keyman Server
24cce11fe1
Merge pull request #7869 from keymanapp/auto/version-beta-16.0.120
...
auto: increment beta version to 16.0.120
2022-12-06 05:02:28 +11:00
Keyman Build Agent
37846225a9
auto: increment beta version to 16.0.120
2022-12-05 13:01:43 -05:00
Eberhard Beilharz
331e8b4f57
Merge pull request #7867 from keymanapp/chore/advocates
...
chore: Change platform advocates
2022-12-05 09:55:31 +01:00
Eberhard Beilharz
01eff3aff2
chore: Change platform advocates
...
This changes the platform advocates for web and android as discussed
at the planning meeting.
2022-12-05 09:11:42 +01:00
Keyman Server
0994ad8c3c
Merge pull request #7864 from keymanapp/auto/version-beta-16.0.119
...
auto: increment beta version to 16.0.119
2022-12-05 05:02:16 +11:00
Keyman Build Agent
fad24c4316
auto: increment beta version to 16.0.119
2022-12-04 13:01:29 -05:00
Eberhard Beilharz
007905cfc1
Merge pull request #7860 from keymanapp/chore/linux/cherry-pick/changelog
...
chore(linux): Update debian changelog 🍒
2022-12-04 15:20:49 +01:00
Eberhard Beilharz
b42061a732
chore(linux): Update debian changelog
...
(cherry picked from commit ec46a34509 )
2022-12-01 20:41:50 +01:00
Keyman Server
f26344beb7
Merge pull request #7858 from keymanapp/auto/version-beta-16.0.118
...
auto: increment beta version to 16.0.118
2022-12-02 05:02:20 +11:00
Keyman Build Agent
c90eec30dc
auto: increment beta version to 16.0.118
2022-12-01 13:01:34 -05:00
Marc Durdin
eaae1c3774
Merge pull request #7820 from keymanapp/fix/developer/7810-encodeurl-broken
...
fix(developer): EncodeURL was not handling spaces
2022-12-01 10:55:48 +11:00
Marc Durdin
1208bf599f
Merge pull request #7830 from keymanapp/fix/developer/7829-onlineupdate-shutdown-thread
...
fix(developer): OnlineUpdate crash on shutdown
2022-12-01 10:23:53 +11:00
Keyman Server
f280bc975b
Merge pull request #7854 from keymanapp/auto/version-beta-16.0.117
...
auto: increment beta version to 16.0.117
2022-12-01 05:02:48 +11:00
Keyman Build Agent
20c29bd0e5
auto: increment beta version to 16.0.117
2022-11-30 13:01:58 -05:00
Darcy Wong
1166cf3572
Merge pull request #7844 from keymanapp/fix/android/pending-intent-flag
...
fix(android/engine): Use FLAG_IMMUTABLE for PendingIntent for Android S+
2022-11-30 08:35:21 +07:00
Darcy Wong
50e2faa444
Merge pull request #7807 from keymanapp/fix/android/keyboard-update-language
...
fix(android/engine): Append languageID for keyboard updates
2022-11-30 08:34:50 +07:00
Darcy Wong
e78f5fd6e1
Merge pull request #7832 from keymanapp/fix/android/tablet-keyboard-update
...
fix(android/app): Toggle keyboard update notifications for landscape and tablets
2022-11-30 08:33:42 +07:00
Keyman Server
607570f096
Merge pull request #7849 from keymanapp/auto/version-beta-16.0.116
...
auto: increment beta version to 16.0.116
2022-11-30 05:03:19 +11:00
Keyman Build Agent
1745c38546
auto: increment beta version to 16.0.116
2022-11-29 13:02:39 -05:00
Eberhard Beilharz
d0734ceef4
Merge pull request #7833 from keymanapp/chore/linux/DebUploadScript
...
chore(linux): Fix upload-to-debian script
2022-11-29 10:48:27 +01:00
Eberhard Beilharz
16c91e695a
chore(linux): Use flag for beta phase
...
This addresses code review comments.
2022-11-29 08:57:41 +01:00
Eberhard Beilharz
00259a981d
Merge pull request #7835 from keymanapp/chore/linux/cherry-pick/changelog
...
chore(linux): Update debian changelog 🍒
2022-11-29 08:44:17 +01:00
Marc Durdin
a81798478e
Merge pull request #7836 from keymanapp/fix/windows/symbol-filenames
...
fix(windows): lower case filenames for projects
2022-11-29 16:42:48 +11:00
Darcy Wong
ac8da571ce
fix(android/engine): Use FLAG_IMMUTABLE for PendingIntent for Android S+
2022-11-29 09:00:05 +07:00
Marc Durdin
cf6d73173a
Merge pull request #7825 from keymanapp/fix/windows/cherry-pick/7661-cef-cleanup
...
fix(windows): Cleanup CEF more correctly in shutdown 🍒
2022-11-29 10:07:44 +11:00
Keyman Server
09c92b80f9
Merge pull request #7838 from keymanapp/auto/version-beta-16.0.115
...
auto: increment beta version to 16.0.115
2022-11-29 05:02:33 +11:00
Keyman Build Agent
885e42d83d
auto: increment beta version to 16.0.115
2022-11-28 13:01:55 -05:00
Marc Durdin
182a1fcb41
chore: rename tike internally
2022-11-28 19:52:00 +07:00