Skip to content

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

1.3.0

03 Jun 14:44
946fb9e
Compare
Choose a tag to compare

What's Changed

  • Throughtput graph and migration to BLE library 2.5.0 by @philips77 in #59 and #62

New Contributors

  • @saty9 made their first contribution in #50

Full Changelog: 1.2.0...1.3.0
Since last alpha: 1.3.0-alpha02...1.3.0

1.3.0-alpha03

27 May 14:48
d4ce512
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0-alpha02...1.3.0-alpha03

1.3.0-alpha02

13 May 14:09
2c67b06
Compare
Choose a tag to compare

What's Changed

  • Displaying mcumgr params by @philips77 in #54
  • Number of buffers used for DFU is automatically decremented by 1 from the value provided to allow one buffer for handling responses @philips77 in #55
  • Bug fix: Crash when number of mcumgr buffers is set to 0 by @philips77 in #55

Full Changelog: 1.3.0-alpha01...1.3.0-alpha02

1.3.0-alpha01

12 May 14:13
6289e9b
Compare
Choose a tag to compare

What's Changed

  • Handle devices that have booted to image but not yet confirmed by @saty9 in #50
  • SMP segmentation by @philips77 in #53

New Contributors

  • @saty9 made their first contribution in #50

Full Changelog: 1.2.0...1.3.0-alpha01

Version 1.2.0

05 Apr 14:11
8ef9278
Compare
Choose a tag to compare

What's Changed

Library

  • New feature: Continuing interrupted DFU with Window Capacity > 1 by @philips77 in #47
  • New feature: Pause and Resume with DFU Window Capacity > 1 by @philips77 in #49

Sample app

Full Changelog: 1.1.0...1.2.0

Version 1.1.0

24 Mar 14:30
1505ae8
Compare
Choose a tag to compare

What's Changed

  • Option to set custom UUIDs for BLE transport by @philips77 in #38
  • Ignore Erase Storage not supported error by @philips77 in #41
  • Updating BLE library to version 2.4.0 by @philips77 in #42
  • Allowing expanding McuMgrBleTransport with support for extra services by @philips77 in #44
  • Shell manager support in the app by @philips77 in #45

Full Changelog: 1.1-beta01...1.1.0

Version 1.1 beta 1

09 Feb 15:47
0e01682
Compare
Choose a tag to compare
Version 1.1 beta 1 Pre-release
Pre-release

Version name

The version name of this release has increased from 0.13.0-beta09 to 1.1-beta01. This is because the nRF Connect Device Manager app on Google Play was previously released with version 1.0.
As with the new release scripts the app version number is taken from the git tag, we had to use tag greater than 1.0. Also, the app is working and deserves 1.* version name. Congratulations!

What's Changed

Full Changelog: 0.13.0-beta09...1.1-beta01

0.13.0-beta09

26 Nov 16:14
600f296
Compare
Choose a tag to compare
0.13.0-beta09 Pre-release
Pre-release

What's Changed

Full Changelog: 0.13.0-beta08...0.13.0-beta09

0.13.0 beta 8

07 Oct 10:32
Compare
Choose a tag to compare
0.13.0 beta 8 Pre-release
Pre-release

What's Changed

  • Migration to Android 12 in #17

Full Changelog: 0.13.0-beta07...0.13.0-beta08

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.