Commit graph

13340 commits

Author SHA1 Message Date
Darcy Wong
3d0ce8ecdf
Merge pull request #5667 from keymanapp/chore/android/selector-styling
chore(android/engine): Fix dictionary selector and back arrow styling
2021-09-13 14:44:08 +07:00
Marc Durdin
a3b17f9508
Merge pull request #5676 from keymanapp/fix/developer/5577-import-from-layout-dirty-flag
fix(developer): ensure file modified after import from layout
2021-09-13 13:59:22 +10:00
Marc Durdin
bab345cb65 chore(developer): Merge branch 'master' into fix/developer/5577-import-from-layout-dirty-flag 2021-09-13 12:27:12 +10:00
Marc Durdin
b906d1a6e5
Merge pull request #5649 from keymanapp/fix/developer/5648-debugger-include-keyman-core
fix(developer): include Keyman Core in Keyman Developer 🐞
2021-09-13 11:30:20 +10:00
Darcy Wong
d66260cb98 fix(android/engine): Consolidate items 2021-09-13 07:16:42 +07:00
Darcy Wong
4ece3729b8 Merge remote-tracking branch 'origin/master' into chore/android/selector-styling 2021-09-13 06:51:41 +07:00
Keyman Server
8d6b8bb883
Merge pull request #5680 from keymanapp/auto/version-master-15.0.111
auto: increment master version to 15.0.111
2021-09-11 04:02:15 +10:00
Keyman Build Agent
39fea0bb32 auto: increment master version to 15.0.111 2021-09-10 14:01:34 -04:00
Marc Durdin
36c21657e2 fix(developer): ensure file modified after import from layout
Fixes #5577.

This ensures that the touch layout file is marked as modified after
running Import From Layout in Keyman Developer, so that changes are
not lost when you save.
2021-09-10 14:19:47 +10:00
Darcy Wong
4ce0f59489
Merge pull request #5670 from keymanapp/fix/android/localize-android-m
fix(android/engine): Fix localization on Android M
2021-09-10 08:00:36 +07:00
Keyman Server
f0a4decd1d
Merge pull request #5675 from keymanapp/auto/version-master-15.0.110
auto: increment master version to 15.0.110
2021-09-07 04:01:45 +10:00
Keyman Build Agent
0c4c79ef18 auto: increment master version to 15.0.110 2021-09-06 14:01:08 -04:00
Darcy Wong
8d87a3340b
Merge pull request #5660 from keymanapp/fix/android/investigate-backspace
fix(android/engine): Fix backspace on Android 5.0
2021-09-06 07:57:07 +07:00
Marc Durdin
aac9c284f2 chore(windows): temp skip version info check for kmnkbp0-0 2021-09-06 06:56:11 +10:00
Darcy Wong
fde2b1fb46 fix(android/engine): Fix localization on Android M 2021-09-03 12:13:21 +07:00
Darcy Wong
de3d553683 chore(android/engine): Style back arrow black 2021-09-02 10:44:17 +07:00
Darcy Wong
3f9431ec5a chore(android/engine): Set list backgrounds transparent 2021-09-02 08:56:32 +07:00
Keyman Server
21cb76ffba
Merge pull request #5666 from keymanapp/auto/version-master-15.0.109
auto: increment master version to 15.0.109
2021-09-02 04:01:49 +10:00
Keyman Build Agent
19f6103998 auto: increment master version to 15.0.109 2021-09-01 14:01:12 -04:00
Eberhard Beilharz
df156672a3
Merge pull request #5655 from keymanapp/fix/linux/language
fix(linux): Use first keyboard language if none given
2021-09-01 09:05:47 +02:00
Keyman Server
6cf35ee443
Merge pull request #5662 from keymanapp/auto/version-master-15.0.108
auto: increment master version to 15.0.108
2021-09-01 04:02:02 +10:00
Keyman Build Agent
aa1838decc auto: increment master version to 15.0.108 2021-08-31 14:01:21 -04:00
Eberhard Beilharz
ac5b64a413
Merge pull request #5631 from keymanapp/fix/linux/startup
fix(linux): Fix launch of km-config
2021-08-31 11:24:50 +02:00
Eberhard Beilharz
27cede213c
fix(linux): Fix km-config man page
Previously the included file replaced the entire description,
including the parameters. With this change the text from the include
file gets added to the beginning of the description.
2021-08-31 08:26:07 +02:00
Eberhard Beilharz
8eb2a3c738
fix(linux): Fix launch of km-config
km-config provides a .desktop file that allows the user to start
the configuration app like any other app. Unfortunately, a recent
change that improved the consistency of the manual pages broke
that because the .desktop file used to call km-config with the
parameter `-i` (plus file if given). With the recent change `-i`
now requires a filename, which caused `km-config` to output an error
and quit. For the user this looked like it didn't do anything.

This change adds the file/url as a new optional positional parameter
while keeping the existing `-i`/`--install` parameter.
2021-08-31 08:26:07 +02:00
Darcy Wong
32da8d807d fix(android/engine): Allow textarea to be visible for some configs 2021-08-31 10:20:11 +07:00
Keyman Server
90a0e19909
Merge pull request #5659 from keymanapp/auto/version-master-15.0.107
auto: increment master version to 15.0.107
2021-08-31 04:02:08 +10:00
Keyman Build Agent
5fb55ee30d auto: increment master version to 15.0.107 2021-08-30 14:01:24 -04:00
Eberhard Beilharz
1d28083393
Merge pull request #5654 from keymanapp/chore/linux/workspace
fix(linux): Remove Linux workspace
2021-08-30 08:32:24 +02:00
Keyman Server
7db9477f85
Merge pull request #5658 from keymanapp/auto/version-master-15.0.106
auto: increment master version to 15.0.106
2021-08-28 04:02:08 +10:00
Keyman Build Agent
8278d5ec65 auto: increment master version to 15.0.106 2021-08-27 14:01:32 -04:00
Eberhard Beilharz
fe0e423433
fix(linux): Use first keyboard language if none given
This fixes a bug introduced in #3290 where we added using the
language from search. Unfortunately that broke things in a lot of
other places because we didn't test for the empty string.
2021-08-27 11:04:42 +02:00
Eberhard Beilharz
0617451cdc
fix(linux): Remove Linux workspace 2021-08-27 10:56:52 +02:00
Darcy Wong
275c207a9f
Merge pull request #5629 from keymanapp/feat/android/degraded-5-0
fix(android): Fix Chrome version ranges for Keyman engine functionality
2021-08-27 14:52:50 +07:00
Marc Durdin
5b9e49ce4e chore: sign kmnkbp0-0.dll 2021-08-27 17:22:23 +10:00
Marc Durdin
fbdbf65553 chore(developer): build core with developer 2021-08-27 16:24:44 +10:00
Marc Durdin
adc2509c5c fix(developer): include Keyman Core in Keyman Developer
Fixes #5648.

Includes kmnkbp0-0.dll in the installer for Keyman Developer.
2021-08-27 13:22:19 +10:00
Darcy Wong
3c537002f0
Merge pull request #5622 from keymanapp/chore/android/back-info-activity
feat(android/app): Add navigation buttons to Info Activity
2021-08-27 08:57:31 +07:00
Darcy Wong
d881db3e87 feat(android/app): Change forward button so it can be enabled/disabled 2021-08-27 08:41:01 +07:00
Keyman Server
eaa81e9180
Merge pull request #5645 from keymanapp/auto/version-master-15.0.105
auto: increment master version to 15.0.105
2021-08-27 04:02:14 +10:00
Keyman Build Agent
b53b6b36fc auto: increment master version to 15.0.105 2021-08-26 14:01:32 -04:00
Darcy Wong
abc427366c
Merge pull request #5630 from keymanapp/fix/android/load-keyboard-error
fix(web): Check keyboard before marking layout calibrated
2021-08-26 16:10:27 +07:00
Darcy Wong
e2acf077bd feat(android/app): Add back and forward buttons to Info Activity 2021-08-26 15:05:46 +07:00
Eberhard Beilharz
e54fedb845
Merge pull request #5637 from keymanapp/chore/linux/changelog-master
chore(linux): Update changelog files
2021-08-26 09:19:06 +02:00
Keyman Server
4d9e49a257
Merge pull request #5639 from keymanapp/auto/version-master-15.0.104
auto: increment master version to 15.0.104
2021-08-26 04:02:20 +10:00
Keyman Build Agent
5ba92a117e auto: increment master version to 15.0.104 2021-08-25 14:01:37 -04:00
Eberhard Beilharz
5a3ef13ddd
chore(linux): Update changelog files
This updates the changelog files to match what got uploaded into
Debian unstable (sid).
2021-08-25 17:06:24 +02:00
Eberhard Beilharz
d8ec847b6a
Merge pull request #5623 from keymanapp/chore/linux/sentry
chore(linux): Fix uploading to Sentry
2021-08-25 15:05:48 +02:00
Eberhard Beilharz
70097d18b0
Merge pull request #5626 from keymanapp/chore/linux/cherry/debian
chore(linux): Improve debian package script  🍒
2021-08-25 15:05:23 +02:00
Eberhard Beilharz
f4fa1e2d7c
Update docs/linux-packaging.md
Co-authored-by: Darcy Wong <darcy_wong@sil.org>
2021-08-25 15:04:46 +02:00