Releases: NordicSemiconductor/Android-nRF-Connect-Device-Manager
Releases · NordicSemiconductor/Android-nRF-Connect-Device-Manager
0.13.0 beta 7
This version contains error handling improvements:
- Strings have been removed from BLE transport, instead 3 new
Exception
classes were added. - McuMgr errors are parsed in a better way in the sample app.
0.13.0 beta 6
This version contains the following changes:
- Migration to BLE library 2.3.1 which should have fixed this issue: JuulLabs-OSS/mcumgr-android#93.
- Bug fixed in the sample app where
setValue
was called instead ofpostValue
during firmware upload.
0.13.0 beta 5
This release fixes several bugs found during testing beta 4:
- Removing reconnection from Reset task. Some devices will advertise with a different MAC after the update, so reconnection would not be possible. If reconnection is required, e.g. to set confirm command, the Confirm task will handle connection on its own.
- Ignoring a failure during storage erase procedure, as devices may not support it.
- Potential breaking issue: Unused
SUCCESS
state removed fromFirmwareUpgradeManager
. - Logging gets re-enabled in case of an error during DFU.
0.13.0 beta 4
In this (beta) version the following changes were added:
- Support for multi-core update (e.g. nRF 5340 devices) #11
- Option to erase app storage during DFU #14
- Displaying upload speed in the sample app
- Removing mesh devices from exclusion filter in scanner screen #12
- Lots of issues fixed
- Migration to Java 8 and Android Studio Arctic Fox Patch 2
- Dependencies updated
0.13.0 beta 3
In this (beta) version the following changes were added:
- Support for multi-core update (e.g. nRF 5340 devices) #11
- Option to erase app storage during DFU #14
- Displaying upload speed in the sample app
- Removing mesh devices from exclusion filter in scanner screen #12
- Lots of issues fixed
- Migration to Java 8 and Android Studio Arctic Fox Patch 2
- Dependencies updated