-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Control Center for enabling/disabling services on iOS (#380)
* toggle wifi on non-notch physical iPhones using control centre * toggle Wi-Fi * contracts.proto: add messages and RPCs for airplane mode and bluetooth * implement enable/disable of airplane mode, cellular, wifi, and bluetooth on iOS. Unstable because of Flutter Driver. * update feature parity in docs * implement opening Control Center (aka quick settings) on iOS
- Loading branch information
1 parent
cfb1245
commit 8f016e7
Showing
19 changed files
with
3,356 additions
and
641 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
46 changes: 46 additions & 0 deletions
46
...d/app/src/androidTest/java/pl/leancode/automatorserver/contracts/AirplaneModeRequestKt.kt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
...roid/app/src/androidTest/java/pl/leancode/automatorserver/contracts/BluetoothRequestKt.kt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.