Commit graph

1341 commits

Author SHA1 Message Date
jahorton
f40daaa421 change(ios/engine): Cloud JS downloads - instant migration 2020-06-15 13:10:38 +07:00
jahorton
0abadbe675 fix(ios/engine): missed snippets from prior commit, issue with multi-lgcode wrapping 2020-06-15 10:38:37 +07:00
jahorton
58b99cad33 refactor(ios/engine): finishes Storage pathing rework for this PR 2020-06-15 10:01:39 +07:00
jahorton
7a84a2cf84 change(ios/engine): font pathing now explicitly package-based 2020-06-15 09:50:54 +07:00
jahorton
9bc385b8a4 feat(ios/engine): temp package cleanup 2020-06-15 09:27:25 +07:00
jahorton
bfd90f3280 refactor(ios/engine): reorganization of new migration code for Cloud reuse 2020-06-15 09:09:13 +07:00
jahorton
fb4f02a410 fix(ios/engine): fixes older migration breakages 2020-06-12 15:25:38 +07:00
jahorton
d140a241a6 change(ios/engine): migrates pure-cloud resources to kmp format, but with much breakage 2020-06-12 14:20:55 +07:00
jahorton
4b4fc3304f feat(ios/engine): adjustments after splitting off package-id commit 2020-06-12 10:37:45 +07:00
jahorton
e76255706a feat(ios/engine): implements method structure for cloud -> KMP migration 2020-06-12 10:37:26 +07:00
jahorton
6bdd32628c refactor(ios/engine): resource FullIDs now equatable at protocol level 2020-06-12 10:37:25 +07:00
jahorton
047b7a2be7 change(ios/engine): start of cloud -> KMP migration method 2020-06-12 10:37:25 +07:00
jahorton
28edcdd7f9 feat(ios/engine): KeymanPackage now parses its ID 2020-06-12 10:31:53 +07:00
jahorton
b94a6d1e4c refactor(ios/engine): finalizePackageInstall now clearly synchronous 2020-06-11 15:47:39 +07:00
jahorton
6ae84e0241 fix(ios/engine): fixes newly deprecated uses of prepareKMPInstall 2020-06-11 15:35:17 +07:00
jahorton
0ba9f21d04 refactor(ios/engine): prepareKMPInstall no longer asynchronous 2020-06-11 15:18:43 +07:00
jahorton
2f8b3f2548 change(ios/engine): UserDefault save states for old migration tests 2020-06-11 13:03:41 +07:00
jahorton
13e40607de fix(ios/engine): fixes up a couple of details 2020-06-11 12:15:06 +07:00
jahorton
c80e569513 feat(ios/engine): UserDefaults save-state use for unit tests 2020-06-11 12:02:23 +07:00
jahorton
a191278f7d feat(ios/engine): preps for start of cloud -> kmp migration 2020-06-11 10:22:04 +07:00
jahorton
9af50af36d change(ios/engine): adds framework for package-based namespacing 2020-06-11 09:44:26 +07:00
jahorton
d98cd8ad6d docs(ios/engine): Removes now-untrue comment 2020-06-10 14:16:42 +07:00
jahorton
9602d8c80e docs(ios/engine): Fixes comments noted in PR review 2020-06-10 14:15:41 +07:00
jahorton
c6ee6d25f1 change(ios/engine): removes custom schema in favor of now draft-04 compliant api.keyman one 2020-06-10 14:11:58 +07:00
jahorton
56df0ad870 feat(ios/engine): unit testing - adds SKIP_UNSTABLE_TESTS env var 2020-06-10 13:27:42 +07:00
jahorton
583f63b881 change(ios/engine): matches -> hasMatchingMetadata(for:), autogen flagging 2020-06-10 12:50:26 +07:00
jahorton
3137740263 change(ios/engine): adds requested docs, fixes 'system' versioning 2020-06-10 11:53:42 +07:00
jahorton
5cf9d8929f change(ios/engine): better type restrictions on new constructors 2020-06-10 11:38:08 +07:00
jahorton
82154b6042 chore(ios/engine): Merge branch 'refactor/ios/engine/selective-resource-install-abstraction' into feat/ios/engine/kmp-metadata-for-cloud-resource 2020-06-10 10:59:02 +07:00
jahorton
315b2de2a0 change(ios/engine): usage of #3220's new typings, beter docs 2020-06-10 10:30:19 +07:00
jahorton
3bf2d8f688 chore(ios/engine): missed parts of the merge 2020-06-10 09:33:05 +07:00
jahorton
8cb5db4a90 chore(ios/engine): Merge branch 'master' into refactor/ios/engine/selective-resource-install-abstraction 2020-06-10 09:32:34 +07:00
Joshua Horton
d12628dea7
Merge pull request #3220 from keymanapp/refactor/ios/engine/resource-full-id-protocol
refactor(ios/engine): Language resource + keying polymorphism
2020-06-10 09:24:40 +07:00
jahorton
e0e5747ae1 refactor(ios/engine): adjustments for KMPResource, KeymanPackage 2020-06-09 12:59:57 +07:00
jahorton
f97b783eef refactor(ios/engine): fixes easy cases to use AnyLanguageResource 2020-06-09 10:42:38 +07:00
jahorton
3c38dc106d refactor(ios/engine): common FullID type, associated Swift shenanigans 2020-06-09 10:42:08 +07:00
jahorton
28645a6bf1 feat(ios/engine): initial embedded-integration of web-side Sentry 2020-06-08 11:22:43 +07:00
jahorton
7825c29e42 feat(ios/engine): web-sentry-manager inclusion within KeymanEngine 2020-06-08 11:22:43 +07:00
jahorton
15d0f61541 refactor(ios/engine): contains -> findMatch, install(usePackageDefinition) param 2020-06-05 13:51:38 +07:00
Joshua Horton
2bf6db4602
Merge pull request #3206 from keymanapp/refactor/ios/engine/kmp-install-abstraction
refactor(ios/engine): Abstraction of KMP installation methods
2020-06-05 12:45:26 +07:00
jahorton
66fbc3b611 feat(ios/engine): language tag case-insensitivity with Codable 2020-06-05 11:13:08 +07:00
jahorton
03dad74cd4 feat(ios/engine): tests encoded KMPMetadata for schema compliance 2020-06-05 10:35:33 +07:00
jahorton
71ed25e760 feat(ios/engine): construction of KMPMetadata for JS resource 2020-06-04 13:40:51 +07:00
jahorton
52688b4ffe feat(ios/engine): adds unit tests for prior commit 2020-06-04 12:04:46 +07:00
jahorton
4bdbf42939 feat(ios/engine): start of building KMPResources from LanguageResources 2020-06-04 10:38:01 +07:00
jahorton
61e868b769 fix(ios): missing CodingKeys for kmp.json forward-compat 2020-06-04 08:41:16 +07:00
jahorton
6535fac385 refactor(ios/engine): target abstraction - ResourceFileManager.install 2020-06-03 16:28:09 +07:00
jahorton
df2a31f075 feat(ios/engine): KeymanPackage.contains(resource) helper func 2020-06-03 15:58:26 +07:00
jahorton
e10b43b6f1 refactor(ios/engine): preps for LanguageResource-based installation 2020-06-03 13:31:54 +07:00
jahorton
1527f071e3 refactor(ios/engine): heavy KMP install method abstraction prep 2020-06-03 13:07:16 +07:00