-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support of executeMethodMap (#982)
BREAKING CHANGE: The following driver methods and properties were removed: - executeMobile - mobileCommandsMapping - mobileLock - mobilePushFile - mobilePullFolder - mobilePullFile - mobileActivateApp - mobileQueryAppState BREAKING CHANGE: Arguments of the following driver methods were changed: - mobileExecEmuConsoleCommand - mobileShell - mobileChangePermissions - mobileGetPermissions - mobilePerformEditorAction - mobileGetDeviceTime - mobileStartScreenStreaming - mobileDeleteFile - mobileIsAppInstalled - mobileRemoveApp - mobileTerminateApp - mobileInstallApp - mobileClearApp - mobileStartService - mobileStopService - mobileStartActivity - mobileBroadcast - mobileGetContexts - mobileUnlock - mobileRefreshGpsCache - mobileStartMediaProjectionRecording - mobileStopMediaProjectionRecording - mobileGetConnectivity - mobileSetConnectivity - mobileDeviceidle - mobileBluetooth - mobileNfc - mobileSetUiMode - mobileGetUiMode - mobileInjectEmulatorCameraImage - mobileSendTrimMemory - mobileGetPerformanceData - mobilePerformStatusBarCommand - mobileFingerprint - mobileSendSms - mobileGsmCall - mobileGsmSignal - mobileGsmVoice - mobilePowerAc - mobilePowerCapacity - mobileNetworkSpeed - sensorSet - mobileSetGeolocation BREAKING CHANGE: The following obsolete type definitions were removed: - ExecOptions - ShellOpts - ChangePermissionsOpts - GetPermissionsOpts - PerformEditorActionOpts - DeviceTimeOpts - StartScreenStreamingOpts - PushFileOpts - PullFolderOpts - PullFileOpts - DeleteFileOpts - IsAppInstalledOpts - ActivateAppOpts - QueryAppStateOpts - RemoveAppOpts - TerminateAppOpts - InstallAppOpts - ClearAppOpts - StartServiceOpts - StopServiceOpts - StartActivityOpts - BroadcastOpts - LockOpts - UnlockOptions - GpsCacheRefreshOpts - StartMediaProjectionRecordingOpts - StopMediaProjectionRecordingOpts - GetConnectivityOpts - SetConnectivityOpts - DeviceidleOpts - BluetoothOptions - NfcOptions - SetUiModeOpts - GetUiModeOpts - ImageInjectionOpts - SendTrimMemoryOpts - PerformanceDataOpts - StatusBarCommandOpts - FingerprintOpts - SendSMSOpts - GsmCallOpts - GsmSignalStrengthOpts - GsmVoiceState - PowerACOpts - PowerCapacityOpts - NetworkSpeedOpts - SensorSetOpts - DragOpts - SwipeOpts
- Loading branch information
1 parent
dd55883
commit b68f3fa
Showing
29 changed files
with
1,034 additions
and
1,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.