| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | LoaderSelectionPolicyFilterAware.swift | 35 _ directive: RollBackToEmbeddedUpdateDirective, 56 return launchedUpdate.commitTime.compare(directive.commitTime) == .orderedAscending
|
| H A D | SelectionPolicy.swift | 52 _ directive: RollBackToEmbeddedUpdateDirective, 58 directive,
|
| H A D | LoaderSelectionPolicy.swift | 21 _ directive: RollBackToEmbeddedUpdateDirective,
|
| /expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/ |
| H A D | LoaderSelectionPolicyFilterAware.swift | 35 _ directive: RollBackToEmbeddedUpdateDirective, 56 return launchedUpdate.commitTime.compare(directive.commitTime) == .orderedAscending
|
| H A D | SelectionPolicy.swift | 52 _ directive: RollBackToEmbeddedUpdateDirective, 58 directive,
|
| H A D | LoaderSelectionPolicy.swift | 21 _ directive: RollBackToEmbeddedUpdateDirective,
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/ |
| H A D | LoaderSelectionPolicyFilterAware.kt | 38 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective, in shouldLoadRollBackToEmbeddedDirective() 57 } else directive.commitTime.after(launchedUpdate.commitTime) in shouldLoadRollBackToEmbeddedDirective()
|
| H A D | SelectionPolicy.kt | 74 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective, in shouldLoadRollBackToEmbeddedDirective() 79 …return loaderSelectionPolicy.shouldLoadRollBackToEmbeddedDirective(directive, embeddedUpdate, laun… in shouldLoadRollBackToEmbeddedDirective()
|
| H A D | LoaderSelectionPolicy.kt | 20 directive: UpdateDirective.RollBackToEmbeddedUpdateDirective,
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | server.ts | 116 if (multipartResponseToServe.directive) { 117 form.append('directive', JSON.stringify(multipartResponseToServe.directive), { 236 async function serveSignedDirective(directive: any, projectRoot: string) { 238 const directiveString = JSON.stringify(directive); 246 directive,
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | FileDownloaderManifestParsingSpec.swift | 68 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec() 109 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec() 151 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec() 187 directive: nil, in spec() 389 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec() 473 directive: CertificateFixtures.testDirectiveNoUpdateAvailable, in spec() 522 directive: nil, in spec() 567 directive: CertificateFixtures.testDirectiveNoUpdateAvailableIncorrectProjectId, in spec() 624 directive: String?, 647 if let directive = directive { variable [all …]
|
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/ |
| H A D | FileDownloaderManifestParsingTest.kt | 73 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBody() constant 91 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBody() 143 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodyOnlyDirective() constant 149 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodyOnlyDirective() 200 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode() constant 206 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodyOnlyDirective_v0CompatibilityMode() 523 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodySigned() constant 549 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodySigned() 662 val directive = CertificateFixtures.testDirectiveNoUpdateAvailable in testManifestParsing_MultipartBodySignedCertificateParticularExperience() constant 696 RequestBody.create("application/json; charset=utf-8".toMediaTypeOrNull(), directive) in testManifestParsing_MultipartBodySignedCertificateParticularExperience() [all …]
|
| /expo/templates/expo-template-tv/android/app/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|
| /expo/templates/expo-template-bare-minimum/android/app/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|
| /expo/apps/fabric-tester/android/app/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|
| /expo/apps/bare-expo/android/app/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|
| /expo/docs/pages/technical-specs/ |
| H A D | expo-updates-1.mdx | 24 - A [_directive_](#directive-response) is defined as a message from the server that instructs clien… 38 1. The client library MUST make a [request](#request) for the most recent update and directive, wit… 41 …aining a _directive_, the client library will consume the directive depending on the directive typ… 133 3. OPTIONAL `"directive"` part: 134 - MUST have part header `content-disposition: inline; name="directive"`. 137 - The [directive body](#directive-body) MUST be sent in the part body. 217 - `type`: The type of directive. 221 A conformant client library and server MAY specify and implement directive types specific to the ne… 262 …directive bodies. Code signing the manifest also transitively signs the assets since their hashes …
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 670 let directive: UpdateDirective variable 672 directive = try UpdateDirective.fromJSONData(responsePartInfo.body) 684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId || 685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey { 700 let directive: UpdateDirective variable 702 directive = try UpdateDirective.fromJSONData(responsePartInfo.body) 714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 670 let directive: UpdateDirective variable 672 directive = try UpdateDirective.fromJSONData(responsePartInfo.body) 684 if expoProjectInformation.projectId != directive.signingInfo?.easProjectId || 685 expoProjectInformation.scopeKey != directive.signingInfo?.scopeKey { 700 let directive: UpdateDirective variable 702 directive = try UpdateDirective.fromJSONData(responsePartInfo.body) 714 successBlock(DirectiveUpdateResponsePart(updateDirective: directive))
|
| /expo/packages/expo-updates/build/ |
| H A D | Updates.types.js.map | 1 …directive received from the update server.\n */\n NO_UPDATE_AVAILABLE_ON_SERVER = 'noUpdateAvai…
|
| H A D | UseUpdates.types.js.map | 1 …directive to roll back to the embedded bundle.\n */\n ROLLBACK = 'rollback',\n}\n\n/**\n * Stru…
|
| /expo/docs/ |
| H A D | deploy.sh | 199 --metadata-directive REPLACE \ 209 --metadata-directive REPLACE \
|
| /expo/packages/expo-updates/e2e/fixtures/ |
| H A D | App-apitest.tsx | 68 ? `Rollback directive found, created at ${
|
| /expo/android/expoview/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|
| /expo/android/app/ |
| H A D | proguard-rules.pro | 5 # directive in build.gradle.
|