| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryTest.kt | 57 mockDelegate.relaunch(any()) in testHandleException_NewWorkingUpdateAlreadyLoaded() 81 mockDelegate.relaunch(any()) in testHandleException_NewUpdateLoaded_RelaunchFails() 96 verify { mockDelegate.relaunch(any()) } in testHandleException_NewWorkingUpdateLoading() 124 mockDelegate.relaunch(any()) in testHandleException_NewBrokenUpdateLoaded_WorkingUpdateCached() 132 mockDelegate.relaunch(any()) in testHandleException_NewBrokenUpdateLoaded_WorkingUpdateCached() 135 mockDelegate.relaunch(any()) in testHandleException_NewBrokenUpdateLoaded_WorkingUpdateCached() 147 mockDelegate.relaunch(any()) in testHandleException_NewBrokenUpdateLoaded_UpdateAlreadyLaunchedSuccessfully() 156 mockDelegate.relaunch(any()) in testHandleException_NewBrokenUpdateLoaded_UpdateAlreadyLaunchedSuccessfully() 172 mockDelegate.relaunch(any()) in testHandleException_RemoteLoadTimesOut() 215 verify { mockDelegate.relaunch(any()) } in testHandleException_NoRemoteUpdate() [all …]
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ErrorRecoverySpec.swift | 11 case relaunch 50 recordCall(method: .relaunch) 101 mockDelegate.verify(.relaunch) in spec() 124 mockDelegate.never(.relaunch) in spec() 144 mockDelegate.verify(.relaunch) in spec() 168 mockDelegate.verify(.relaunch) in spec() 200 mockDelegate.never(.relaunch) in spec() 218 mockDelegate.verify(.relaunch) in spec() 265 mockDelegate.verify(.relaunch) in spec() 339 mockDelegate.never(.relaunch) in spec() [all …]
|
| /expo/guides/releasing/ |
| H A D | Updates QA.md | 23 …I and splash screen and publish it; relaunch the app twice and make sure the app update loads on t… 25 …relaunch the app twice and make sure the update loads on the second relaunch (important: it should… 27 …ackToCacheTimeout: 0` and publish it; relaunch the app, this time the new update should load on th… 29 …w update. To ensure that `fallbackToCacheTimeout: 0` has no effect OTA, relaunch the existing app … 47 …e the newest (embedded) update immediately. Reenable network access and relaunch the app a couple … 58 … and 2000 ms. (The 2000 ms build should load an update on the **first** relaunch after you publish… 59 - After the 2000 ms test, after downloading an update, disable network access, relaunch the app and… 63 - Close and relaunch the app and ensure the new update loads again. 77 - Reenable network access and relaunch a couple times to ensure the update persists.
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 19 fun relaunch(callback: Launcher.LauncherCallback) method
|
| H A D | ErrorRecoveryHandler.kt | 159 delegate.relaunch(object : Launcher.LauncherCallback { in tryRelaunchFromCache()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 19 fun relaunch(callback: Launcher.LauncherCallback) method
|
| H A D | ErrorRecoveryHandler.kt | 159 delegate.relaunch(object : Launcher.LauncherCallback { in tryRelaunchFromCache()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 19 fun relaunch(callback: Launcher.LauncherCallback) method
|
| H A D | ErrorRecoveryHandler.kt | 159 delegate.relaunch(object : Launcher.LauncherCallback { in tryRelaunchFromCache()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/errorrecovery/ |
| H A D | ErrorRecoveryDelegate.kt | 19 fun relaunch(callback: Launcher.LauncherCallback) method
|
| H A D | ErrorRecoveryHandler.kt | 159 delegate.relaunch(object : Launcher.LauncherCallback { in tryRelaunchFromCache()
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | ErrorRecovery.swift | 30 @objc func relaunch(completion: @escaping (_ error: Error?, _ success: Bool) -> Void) in launchedUpdate() 233 delegate?.relaunch { error, success in in launchedUpdate()
|
| H A D | AppController.swift | 591 public func relaunch(completion: @escaping (Error?, Bool) -> Void) { in appController()
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | ErrorRecovery.swift | 30 @objc func relaunch(completion: @escaping (_ error: Error?, _ success: Bool) -> Void) in launchedUpdate() 233 delegate?.relaunch { error, success in in launchedUpdate()
|
| H A D | AppController.swift | 605 public func relaunch(completion: @escaping (Error?, Bool) -> Void) { in appController()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/ |
| H A D | UpdatesController.kt | 450 …override fun relaunch(callback: LauncherCallback) { relaunchReactApplication(context, false, callb… in initializeErrorRecovery() method
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesAppLoaderTask.m | 322 NSLog(@"Downloaded update but failed to relaunch: %@", error.localizedDescription);
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesAppLoaderTask.m | 322 NSLog(@"Downloaded update but failed to relaunch: %@", error.localizedDescription);
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/ |
| H A D | ABI47_0_0EXUpdatesErrorRecovery.m | 302 // wait 10s before unsetting error handlers; even though we won't try to relaunch if our handlers
|
| H A D | ABI47_0_0EXUpdatesAppController.m | 242 NSLog(@"Failed to relaunch: %@", error.localizedDescription);
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/ |
| H A D | ABI48_0_0EXUpdatesErrorRecovery.m | 302 // wait 10s before unsetting error handlers; even though we won't try to relaunch if our handlers
|
| H A D | ABI48_0_0EXUpdatesAppController.m | 242 NSLog(@"Failed to relaunch: %@", error.localizedDescription);
|