Keyman Build Agent
c19e07dd93
auto: increment master version to 14.0.125
2020-08-06 00:49:13 -04:00
Darcy Wong
371bf27101
Merge pull request #3462 from keymanapp/fix/android/version-environment
...
fix(android/app): Fix environment portion of app version string
2020-08-06 11:45:53 +07:00
Darcy Wong
709e43d45c
fix(android): export all the VERSION vars
2020-08-06 11:40:21 +07:00
Darcy Wong
26267c07f0
Merge pull request #3457 from keymanapp/modify/android/improve-string-context
...
Modify/android/improve string context
2020-08-06 11:26:36 +07:00
Darcy Wong
f7b17640f2
chore(android): Include XML comments for additional context
2020-08-06 11:25:25 +07:00
Darcy Wong
fe09ac73fe
fix(android/app): Fix environment portion of app version string
...
When displaying the Info page of alpha builds from the Play Store, we noticed the version string displayed the wrong environment:
`14.0.X-alpha-local` (CI builds should have ended with `-alpha`).
It turns out the `VERSION_` shell variables from `build-utils.sh` aren't visible in `version.gradle` (though CI environment variables like `build_counter` are visible).
This PR:
* Exports the two VERSION strings needed in version.gradle
* Updates the Info page to simply display `BuildConfig.VERSION_NAME`
2020-08-06 10:34:26 +07:00
Marc Durdin
d51e28db84
Merge pull request #3448 from keymanapp/feat/windows/help-locale-editing
...
feat(windows): docs on editing translations
2020-08-06 12:06:04 +10:00
Marc Durdin
0e5e99f9bb
Merge pull request #3447 from keymanapp/feat/windows/setup-ui-language-feeds-app-ui-language
...
feat(windows): set UI language from Setup preference on first install
2020-08-06 12:05:51 +10:00
Marc Durdin
578e7d52d8
Merge pull request #3446 from keymanapp/feat/windows/globe-icon
...
feat(windows): add globe icon to Configuration UI
2020-08-06 12:05:41 +10:00
Marc Durdin
121dab658c
Merge pull request #3444 from keymanapp/feat/windows/setup-default-ui-language
...
feat(windows): i18n for Setup
2020-08-06 12:05:27 +10:00
Marc Durdin
58625555fa
Merge pull request #3438 from keymanapp/feat/windows/set-default-ui-language-at-install
...
feat(windows): set default UI language at install
2020-08-06 12:05:12 +10:00
Keyman Server
060a39fc3a
Merge pull request #3459 from keymanapp/auto/version-master-14.0.124
...
auto: increment master version to 14.0.124
2020-08-06 04:01:30 +10:00
Keyman Build Agent
39d9c8f491
auto: increment master version to 14.0.124
2020-08-05 14:00:49 -04:00
Joshua Horton
d2a721d357
Merge pull request #3455 from keymanapp/feat/ios/engine/association-progress
...
feat(ios/engine): LanguagePickAssociator progress tracking, base integration with package lang picker
2020-08-05 16:04:25 +07:00
Darcy Wong
4406ac39da
chore(android): Add comments to KMAPro strings.xml
2020-08-05 15:26:46 +07:00
Darcy Wong
45553b77dc
chore(android): Add comments to improve string context
...
For KMEA
2020-08-05 14:31:19 +07:00
Darcy Wong
885fe78809
Merge pull request #3456 from keymanapp/modify/android/remove-unused-strings
...
chore(android): Add script to find unused strings. Manually remove them
2020-08-05 12:54:10 +07:00
Darcy
4ee53152c5
chore(android): Address review comments
...
* Remove Delphi-specific history folder
* Add comment about similarity to WIndows script
2020-08-05 12:53:36 +07:00
jahorton
c93171e209
fix(ios/engine): reverts 'weak' var change
2020-08-05 12:19:43 +07:00
Darcy Wong
bcfb614ccd
chore(android): Add script to find unused strings. Manually remove them
...
Similar to #3412
1. Adds a similar script from Windows to identify unused Android strings (from KMAPro and KMEA strings.xml)
2. Remove the unused strings from strings.xml
As part of the manual cleanup, consolidated the strings `missing_metadata` and `invalid_metadata`.
Also changed string name `model` to a more specific `model_label`
2020-08-05 11:51:15 +07:00
jahorton
066729cd4e
docs(ios/engine): for LanguagePickAssociator
2020-08-05 09:27:37 +07:00
jahorton
d41699529e
feat(ios/engine): associator reports progress, base integration with package lang picker
2020-08-05 09:17:44 +07:00
Darcy Wong
afedbe9571
Merge pull request #3452 from keymanapp/fix/android/cleanup-string-format
...
fix(android): Cleanup string formatting with strings.xml
2020-08-05 08:34:14 +07:00
Darcy Wong
ee63f227df
chore(android): Use review suggestions
2020-08-05 08:03:04 +07:00
Darcy Wong
435278845a
chore(android): Merge remote-tracking branch 'origin/master' into fix/android/cleanup-string-format
2020-08-05 07:40:09 +07:00
Darcy Wong
7b0fd0e361
Merge pull request #3453 from keymanapp/feat/android/staging-help
...
feat(android): Use staging help site for pre-release builds
2020-08-05 07:38:25 +07:00
Keyman Server
e712d7dc3a
Merge pull request #3454 from keymanapp/auto/version-master-14.0.123
...
auto: increment master version to 14.0.123
2020-08-05 04:01:36 +10:00
Keyman Build Agent
62688800fe
auto: increment master version to 14.0.123
2020-08-04 14:00:50 -04:00
Darcy Wong
2020d55bca
feat(android): Use staging help site for prerelease builds
...
* Update build-help.sh to have option of getting content from local, staging, or production help site
* Update Info Activity to choose help host from tier
2020-08-04 14:47:08 +07:00
Joshua Horton
1bdfb98908
Merge pull request #3451 from keymanapp/feat/ios/engine/lang-picker-associatior
...
feat(ios/engine): Language-pick associator
2020-08-04 13:58:13 +07:00
Darcy Wong
c3e60132b7
Merge pull request #3439 from keymanapp/fix/android/handle-links
...
fix(android): Update KMPBrowser to pass external links to user browser
2020-08-04 13:21:24 +07:00
Darcy Wong
f049b37db7
fix(android): Cleanup string formatting with strings.xml
2020-08-04 13:00:20 +07:00
jahorton
ed58cf6d2d
feat(ios/engine): preinstalled lang code filtering
2020-08-04 10:57:04 +07:00
jahorton
8d75b865f3
docs(ios/engine): better docs for the new class
2020-08-04 10:20:48 +07:00
jahorton
4ad185699b
chore(ios/engine): Merge branch 'master' into feat/ios/engine/lang-picker-associatior
2020-08-04 10:11:28 +07:00
jahorton
3ab5b1cb6a
feat(ios/engine): default lexical model associator
2020-08-04 10:05:28 +07:00
jahorton
b0cef98121
fix(ios/engine): fixes prior commit's deinit props
2020-08-04 10:05:28 +07:00
jahorton
01e525ac34
feat(ios/engine): baseline LanguagePickAssociator. Has known deinit issues
2020-08-04 10:05:28 +07:00
Darcy Wong
c4204fe105
Merge pull request #3449 from keymanapp/feat/android/associate-install-link
...
feat(android/app): Associate app with /keyboards/install links
2020-08-04 08:41:22 +07:00
Darcy Wong
bd06f79490
chore(android): Adjust regex again
2020-08-04 08:24:44 +07:00
Marc Durdin
3cf73a87ca
chore(windows): address review comments
2020-08-04 09:26:00 +10:00
Marc Durdin
fb7d81b92e
feat(windows): docs on editing translations
2020-08-04 09:24:43 +10:00
Marc Durdin
c564e01064
feat(windows): set UI language from Setup preference on first install
2020-08-04 09:24:22 +10:00
Marc Durdin
85bef28f70
chore(windows): add globe.svg
2020-08-04 09:24:00 +10:00
Marc Durdin
2c2ec2ac68
feat(windows): add globe icon to Configuration UI
2020-08-04 09:23:58 +10:00
Marc Durdin
b2090bfd0d
chore(windows): fix test dependencies
2020-08-04 08:11:39 +10:00
Marc Durdin
cf2e3aaaf6
chore(windows): remove old code
2020-08-04 07:44:56 +10:00
Keyman Server
6118d27ecc
Merge pull request #3450 from keymanapp/auto/version-master-14.0.122
...
auto: increment master version to 14.0.122
2020-08-04 04:01:41 +10:00
Keyman Build Agent
18adac55bc
auto: increment master version to 14.0.122
2020-08-03 14:00:44 -04:00
Darcy Wong
1b97aa00d8
fix(android): Split intent filters
2020-08-03 14:59:43 +07:00