Home
last modified time | relevance | path

Searched refs:UpdatesDevLauncherController (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/with-updates/expo/modules/devlauncher/
H A DDevLauncherUpdatesInterfaceDelegate.kt4 import expo.modules.updates.UpdatesDevLauncherController
8 … DevLauncherController.instance.updatesInterface = UpdatesDevLauncherController.initialize(context) in initializeUpdatesInterface()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesDevLauncherController.kt30 class UpdatesDevLauncherController : UpdatesInterface { class
195 private var singletonInstance: UpdatesDevLauncherController? = null
196 val instance: UpdatesDevLauncherController
201 @JvmStatic fun initialize(context: Context): UpdatesDevLauncherController { in initialize()
203 singletonInstance = UpdatesDevLauncherController() in initialize()
/expo/tools/src/versioning/android/
H A Dandroid-packages-to-keep.txt33 expo.modules.updates.UpdatesDevLauncherController
/expo/packages/expo-updates/
H A DCHANGELOG.md419 …ity for expo-dev-launcher to launch a specific update through UpdatesDevLauncherController. ([#168…
471 - Add missing @JvmStatic annotation to `UpdatesDevLauncherController.initialize`. ([#15561](https:/…
647 - Remove side effects from UpdatesDevLauncherController.initialize() method. ([#13555](https://gith…
657 - Added reset method to UpdatesDevLauncherController. ([#13346](https://github.com/expo/expo/pull/1…
716 - Add UpdatesDevLauncherController for development client integration. (Android: [#13032](https://g…
722 - Reset selection policy in UpdatesDevLauncherController ([#13113](https://github.com/expo/expo/pul…
723 - UpdatesDevLauncherController: make Update nullable in onSuccess callback ([#13136](https://github…
/expo/packages/expo-dev-launcher/
H A DCHANGELOG.md580 - Updated plugin to only initialize UpdatesDevLauncherController in debug builds. ([#13597](https:/…