microbit-foundation / microbit-android

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit
Apache License 2.0
13 stars 10 forks source link

Projects - flash calls Pairing for Reset to BLE mode UI #41

Closed martinwork closed 4 months ago

martinwork commented 4 months ago

Projects calls Pairing....

When the app bar connect icon is tapped. This is not new, and is simply a shortcut.

During a flash, when there is no current micro:bit. This route used to open the main pairing screen, but now launches the pairing process, continues flashing if pairing succeeded, and returns to Projects or MakeCode on failure.

During a flash, to prompt for BLE mode. This is a new. The Next button continues the flash process and Cancel aborts, including returning to MakeCode as required.