Commit graph

8671 commits

Author SHA1 Message Date
Eberhard Beilharz
4bd48ff985
Merge pull request #3184 from keymanapp/feat/issue-3181
fix(linux): Disable buttons if no keyboard installed
2020-05-29 08:19:53 +02:00
Joshua Horton
e8cbcd0adb
Merge pull request #3180 from keymanapp/feat/ios/httpdownloader-unit-tests
feat(ios/engine): HTTPDownloader unit testing
2020-05-29 12:57:35 +07:00
Joshua Horton
7d5073f0be
Merge pull request #3179 from keymanapp/refactor/ios/httpdownloader-downloadtask
refactor(ios/engine): Polishes HTTPDownloader to prep for unit testing
2020-05-29 12:57:24 +07:00
Joshua Horton
b15c96dd17
Merge pull request #3163 from keymanapp/change/web/sentry-upload-parameter
change(web): Selective Sentry uploads
2020-05-29 11:21:31 +07:00
Keyman Server
058cd89735
Merge pull request #3185 from keymanapp/auto/version-master-14.0.84
auto: increment master version to 14.0.84
2020-05-29 04:01:44 +10:00
Keyman Build Agent
471277660a auto: increment master version to 14.0.84 2020-05-28 14:00:54 -04:00
Joshua Horton
39f5235006
Merge pull request #3182 from keymanapp/fix/common/models/types/build-header
fix(common/models/types): fixes models-types build script, sets std header
2020-05-29 00:04:18 +07:00
Eberhard Beilharz
bfd60e5829
feat(linux): Increase margin in About dialog of km-config
This change increases the padding on the inside of the About
window so that there is more whitespace between the UI elements
and the window border.
2020-05-28 17:11:51 +02:00
Eberhard Beilharz
dabc1a84e4
fix(linux): Disable buttons if no keyboard installed
This change disables the uninstall, about, and help buttons in
km-config if the list of installed keyboards is empty.

This fixes #3181.
2020-05-28 17:09:55 +02:00
jahorton
1c917772ad fix(common/models/types): fixes models-types build script, sets std header 2020-05-28 14:58:18 +07:00
Darcy Wong
2d7f50621f
Merge pull request #3175 from keymanapp/fix/android/package-updates
Fix/android/package updates
2020-05-28 14:50:51 +07:00
Darcy Wong
7b5488308c chore(android/engine): Clarify comments for ApiTarget 2020-05-28 14:48:32 +07:00
jahorton
3bd4a9e427 fix(web): shell script typo 2020-05-28 13:13:06 +07:00
Darcy Wong
876ba03636 fix(android/engine): Add helper method hasUpdateAvailable() 2020-05-28 13:05:22 +07:00
jahorton
bd16ad54b2 change(web): slightly cleaner implementation, mild reorg 2020-05-28 13:03:31 +07:00
jahorton
e925a6b88d docs(ios): Credit for the URLSession mocking setup 2020-05-28 11:16:49 +07:00
jahorton
eb90189e3e fix(ios): polishes last commit, fixes broken KeymanEngine version update 2020-05-28 11:03:16 +07:00
jahorton
f4591d3620 feat(ios): operational queue-cancellation test 2020-05-28 10:56:33 +07:00
jahorton
047afc1ec0 feat(ios): introduces HTTPDownloader unit testing 2020-05-28 10:36:37 +07:00
jahorton
b9da8ae4e6 change(ios): Uses default .shared URLSession 2020-05-28 10:36:22 +07:00
jahorton
4648815085 refactor(ios/engine): reworks HTTPDownloader for easier mocking 2020-05-28 10:36:22 +07:00
Joshua Horton
58570cad55
Merge pull request #3162 from keymanapp/change/ios/sentry-upload-parameter
change(ios): Selective Sentry uploads
2020-05-28 10:32:13 +07:00
jahorton
b783283321 docs(common): adds PR-review requested comments 2020-05-28 10:16:34 +07:00
Keyman Server
0741eddba9
Merge pull request #3177 from keymanapp/auto/version-master-14.0.83
auto: increment master version to 14.0.83
2020-05-28 04:02:29 +10:00
Keyman Build Agent
82c17aae21 auto: increment master version to 14.0.83 2020-05-27 14:01:31 -04:00
Eberhard Beilharz
d7be26446d
Merge pull request #3176 from keymanapp/feat/issue-1596
feat(linux): Improve appstream metadata
2020-05-27 18:15:31 +02:00
Darcy Wong
a7ff50099e fix(android/oem): Fix Keyboard constructor to FV app 2020-05-27 22:02:14 +07:00
Eberhard Beilharz
64c6da8f16
Merge pull request #3168 from keymanapp/fix/issue-2628
chore(linux): Update maintainer in package metadata
2020-05-27 15:35:18 +02:00
Eberhard Beilharz
fa8c5fece6
feat(linux): Keep "Keyman for Linux" since that is used on website 2020-05-27 15:32:53 +02:00
Eberhard Beilharz
a6cf5ee3dc
feat(linux): Improve package description 2020-05-27 12:43:28 +02:00
Eberhard Beilharz
4f6a2235ad
feat(linux): Improve appstream metadata 2020-05-27 12:30:58 +02:00
Darcy Wong
6150b69c29 fix(android): Handle keyboard update 2020-05-27 16:40:49 +07:00
Eberhard Beilharz
f6875b516c
Merge pull request #3169 from keymanapp/fix/issue-2183
fix(linux): Don't fail (un-)install if running multiple ibus
2020-05-27 10:01:52 +02:00
Darcy Wong
63032063a7 fix(android): Use kmp link 2020-05-27 13:23:27 +07:00
Darcy Wong
47fb7597b7 fix(android): Start using packages api 2020-05-27 13:23:27 +07:00
jahorton
5ae040c48f chore(ios): Merge branch 'master' into change/ios/sentry-upload-parameter 2020-05-27 12:58:42 +07:00
jahorton
3edf94c684 change(ios): DO_SENTRY -> UPLOAD_SENTRY 2020-05-27 12:49:40 +07:00
jahorton
2cc013bd33 change(ios): better UPLOAD_SENTRY default implementation 2020-05-27 12:45:10 +07:00
Joshua Horton
5672968f69
Merge pull request #3173 from keymanapp/fix/ios/3035-polish-and-build-warning
fix(ios): fixes build warning on Error coersion, fixes logged error for intermediate embedded state
2020-05-27 12:30:28 +07:00
jahorton
89fe01f188 fix(web/engine): adds null check for error seen in iOS logs 2020-05-27 10:32:00 +07:00
jahorton
276a28c2f8 fix(ios): use of error.localizedMessage 2020-05-27 10:21:37 +07:00
Keyman Server
5bc2e44554
Merge pull request #3172 from keymanapp/auto/version-master-14.0.82
auto: increment master version to 14.0.82
2020-05-27 12:11:15 +10:00
Keyman Build Agent
fba938eaeb auto: increment master version to 14.0.82 2020-05-26 22:10:18 -04:00
Joshua Horton
e7ef026aeb
Merge pull request #3171 from keymanapp/fix/common/gosh-package-lock
fix(common): adds package-lock.json for gosh package
2020-05-27 08:36:17 +07:00
jahorton
06a2b36805 fix(common): adds package-lock.json for gosh package 2020-05-27 08:09:54 +07:00
Eddie Antonio Santos
b563cfa7d1
Merge pull request #3144 from keymanapp/chore/add-models-to-trigger-definitions
chore(common/resources): add `common/models` to build trigger definitions
2020-05-26 08:25:37 -06:00
Eddie Antonio Santos
66fda237fd
Merge pull request #3158 from keymanapp/chore/common/consistent-packages
chore(common,web): use consistent TypeScript dep on all packages
2020-05-26 08:19:15 -06:00
Joshua Horton
11cb215bd9
Merge branch 'master' into chore/common/consistent-packages 2020-05-26 16:50:55 +07:00
Eberhard Beilharz
aebb9d077a
fix(linux): Don't fail (un-)install if running multiple ibus 2020-05-26 10:27:16 +02:00
Marc Durdin
d8e0194cec
Merge pull request #3159 from keymanapp/refactor/common/gosh
refactor(resources): convert gosh into npm package 🙃
2020-05-26 17:59:20 +10:00