Skip to content

Releases: NordicSemiconductor/Android-nRF-Connect-Device-Manager

0.13.0 beta 7

28 Sep 10:23
Compare
Choose a tag to compare
0.13.0 beta 7 Pre-release
Pre-release

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

23 Sep 20:48
Compare
Choose a tag to compare
0.13.0 beta 6 Pre-release
Pre-release

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 of postValue during firmware upload.

0.13.0 beta 5

20 Sep 14:49
aeb5f08
Compare
Choose a tag to compare
0.13.0 beta 5 Pre-release
Pre-release

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 from FirmwareUpgradeManager.
  • Logging gets re-enabled in case of an error during DFU.

0.13.0 beta 4

17 Sep 16:01
Compare
Choose a tag to compare
0.13.0 beta 4 Pre-release
Pre-release

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

17 Sep 14:22
Compare
Choose a tag to compare
0.13.0 beta 3 Pre-release
Pre-release

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