Commit graph

33096 commits

Author SHA1 Message Date
Darcy Wong
f45ebc3157
Merge pull request #3579 from keymanapp/fix/android/disable-install-button
fix(android/app): Validate language selection for "INSTALL" button
2020-09-16 07:53:46 +07:00
Marc Durdin
7725218ab4 fix(windows): use new signtime.bat on build agents 2020-09-16 05:13:21 +10:00
Marc Durdin
e996d82403 fix(developer): Touch font size should be string
Fixes #3487.

The fontsize property for touch layout elements was treated as
an integer by Developer but should be a string (as it might contain
units such as 'em').

To help with back-compat, updated the GetValue string overload
to ignore value type and return the stringified form, regardless of
the actual type, which should always work.
2020-09-16 04:54:43 +10:00
Keyman Server
a62fc7b654
Merge pull request #3583 from keymanapp/auto/version-master-14.0.143
auto: increment master version to 14.0.143
2020-09-16 04:01:57 +10:00
Keyman Build Agent
4ff9d1dfd4 auto: increment master version to 14.0.143 2020-09-15 14:01:14 -04:00
jahorton
0c2c591e17 refactor(web/engine): application of predictive suggestions 2020-09-15 15:22:16 +07:00
Marc Durdin
c79e0b0120
Merge pull request #3578 from keymanapp/dependabot/npm_and_yarn/resources/build/version/node-fetch-2.6.1
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /resources/build/version
2020-09-15 16:00:55 +10:00
jahorton
a0ace0f506 feat(common/models): naive correction-alg timer 2020-09-15 09:41:45 +07:00
jahorton
1f661dd3f0 chore(common/models): Merge branch 'change/common/models/context-tracker-cleanup' into feat/common/models/correction-improvement 2020-09-15 08:08:25 +07:00
jahorton
bc77cd582f chore(common/models): addresses some PR review concerns 2020-09-14 16:23:17 +07:00
jahorton
442c78450f chore(common/models): addresses PR review comments 2020-09-14 15:44:48 +07:00
Darcy Wong
d32607388b chore(android): Move version string to bottom of page
* Also fix label size on larger devices
2020-09-14 09:54:08 +07:00
dependabot[bot]
3fc56a0ee5
chore(deps): bump node-fetch in /resources/build/version
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 18:02:30 +00:00
Keyman Server
a78fa622aa
Merge pull request #3577 from keymanapp/auto/version-master-14.0.142
auto: increment master version to 14.0.142
2020-09-12 04:01:56 +10:00
Keyman Build Agent
f5c9fce2be auto: increment master version to 14.0.142 2020-09-11 14:01:13 -04:00
Joshua Horton
126a70b076
Merge pull request #3574 from keymanapp/fix/web/default-layer-shift
fix(web): default layout shift not changing layer
2020-09-11 13:48:35 +07:00
jahorton
6a2c127ee6 change(common/models): removes unused parameter 2020-09-11 12:51:27 +07:00
jahorton
8e5b801504 fix(web): default layout shift not changing layer 2020-09-11 12:43:27 +07:00
jahorton
4ee565a8bb fix(web): default layout shift not changing layer 2020-09-11 12:39:07 +07:00
jahorton
0b91460f30 change(common/models): updates changes re: new base branch 2020-09-11 11:54:08 +07:00
jahorton
d728687e46 chore(common/models): note of incomplete change 2020-09-11 10:26:56 +07:00
jahorton
4952b591a2 feat(common/models): corrections use keying, branch thresholding 2020-09-11 10:26:53 +07:00
jahorton
d62417bae6 change(common/models): context tracker cleanup, optimiizations, fixes 2020-09-11 09:59:58 +07:00
Keyman Server
c9106d1d50
Merge pull request #3572 from keymanapp/auto/version-master-14.0.141
auto: increment master version to 14.0.141
2020-09-10 04:03:06 +10:00
Keyman Build Agent
ad626376fa auto: increment master version to 14.0.141 2020-09-09 14:02:22 -04:00
jahorton
33def63e93 chore(common/models): Merge branch 'master' into feat/common/models/context-tracking 2020-09-09 09:25:32 +07:00
Joshua Horton
95a912f409
Merge pull request #3534 from keymanapp/feat/common/models/distance-modeling-core
feat(common/models): correction-search algorithm core
2020-09-09 09:22:58 +07:00
jahorton
42d5b538b4 chore(common/models): Merge branch 'master' into feat/common/models/distance-modeling-core 2020-09-09 09:22:25 +07:00
Joshua Horton
15aa50736a
Merge pull request #3527 from keymanapp/feat/common/models/distance-modeling-start
feat(common/models):  low-level correction-algorithm infrastructure
2020-09-09 09:19:17 +07:00
Joshua Horton
4ad59bd411
Merge pull request #3547 from keymanapp/feat/common/models/edit-path-derivation
feat(common/models): Edit path derivation
2020-09-09 09:19:03 +07:00
Joshua Horton
be625daaf0
Merge pull request #3526 from keymanapp/feat/common/models/edit-distance-calc-import
feat(common/models): core edit-distance calculation class
2020-09-09 09:18:50 +07:00
Darcy Wong
b2c4d0407a fix(android/app): Pass keyboard to StepperAdapter
Pass keyboard so SelectLanguageFragment can display correct keyboard info
2020-09-08 15:09:38 +07:00
Darcy Wong
df7e3a0796 fix(android): Try to disable for SelectLanguageActivity 2020-09-08 14:08:43 +07:00
Darcy Wong
3f45186c94 fix(android): Disable "INSTALL" button if no languages selected 2020-09-08 10:16:02 +07:00
Darcy Wong
b76afe88ad fix(android/app): Add landscape dimension 2020-09-08 10:11:35 +07:00
Darcy Wong
ea941720dc fix(android/app): Modify Info Activity to use titlebar styling 2020-09-07 21:24:25 +07:00
dependabot[bot]
f86f384e55
chore(deps): bump http-proxy in /web/testing/regression-tests
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-04 18:02:27 +00:00
Keyman Server
50230c218f
Merge pull request #3567 from keymanapp/auto/version-master-14.0.140
auto: increment master version to 14.0.140
2020-09-05 04:01:40 +10:00
Keyman Build Agent
0ebb255135 auto: increment master version to 14.0.140 2020-09-04 14:00:53 -04:00
jahorton
5a505ef05b refactor(common/models): distance modeler cleanup 2020-09-04 12:32:16 +07:00
Marc Durdin
d2f470e27b fix(windows): simplify profile repair
Now that we have an idempotent function to register a TIP for a
language, it makes sense to use that to repair existing profiles,
rather than the prior, rather WET code (which also was not quite
right for the new design, anyway).
2020-09-04 15:10:49 +10:00
jahorton
b22fa57808 fix(common/models): working corrections, context issues 2020-09-04 11:34:02 +07:00
Marc Durdin
014fe72dce chore: remove old comments 2020-09-04 13:23:48 +10:00
Marc Durdin
5f3987b988 fix(windows): lookup language name on create
Lookup a language name from various sources rather than using the
BCP 47 code, where possible.
2020-09-04 13:17:10 +10:00
Marc Durdin
9f2d99b5c7
Merge pull request #3552 from keymanapp/fix/windows/upgrade-profile-scenarios
fix(windows): upgrade of profiles from 13.0
2020-09-04 11:33:23 +10:00
Marc Durdin
2df50c07ba
Merge pull request #3545 from keymanapp/fix/windows/3485-canonicalization
fix(windows): BCP 47 tag canonicalization
2020-09-04 11:33:09 +10:00
Marc Durdin
812d51fda9 feat(windows): improve keyboard language dialog
Cleans up the listing of languages in the Keyboard Language
dialog and removes some of the confusing entries. Hides the
localized country name because that is not available for
majority of languages in the dialog, leading to confusion.
2020-09-04 11:18:42 +10:00
jahorton
ec57f342d1 feat(common/models): first pass - tier weight balancing 2020-09-03 16:20:24 +07:00
jahorton
fef7f912f5 feat(common/models): adds some pruning / thresholding 2020-09-03 16:01:13 +07:00
jahorton
422b8f71b8 chore(web): more test page tweaks 2020-09-03 14:24:33 +07:00