Releases: NordicSemiconductor/Android-nRF-Connect-Device-Manager
1.3.0
What's Changed
- Throughtput graph and migration to BLE library 2.5.0 by @philips77 in #59 and #62
New Contributors
Full Changelog: 1.2.0...1.3.0
Since last alpha: 1.3.0-alpha02...1.3.0
1.3.0-alpha03
What's Changed
- Sending non-empty CBOR message by @philips77 in #57
- Throughtput graph (work in progress) by @philips77 in #59
- Migration to Android BLE Library 2.4.1 by @philips77 in #60
Full Changelog: 1.3.0-alpha02...1.3.0-alpha03
1.3.0-alpha02
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
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
Full Changelog: 1.2.0...1.3.0-alpha01
Version 1.2.0
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
- Monochrome icons for Android 13 by @philips77 in #46
- Icon fixed for API 26+ by @philips77 in #48
Full Changelog: 1.1.0...1.2.0
Version 1.1.0
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
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
- Memory leaks fixed by @philips77 in #29
- Increasing default MTU by @philips77 in #30
- Shell manager by @philips77 in #31
- Performance optimizations by @philips77 in #32
- Migration to BLE Library 2.4.0-beta01 by @philips77 in #33
- Using new API from BLE lib to filter logs by @philips77 in #34
- SMP Pipelining supported by @philips77 in #35
- UI bugs fixed by @philips77 in #36
Full Changelog: 0.13.0-beta09...1.1-beta01
0.13.0-beta09
What's Changed
- New splash screen by @philips77 in #21
- Fixed crash caused by a notification after the device disconnected by @philips77 in #22
- Option to erase app settings by @philips77 in #23
- Fixed displaying initial device state by @philips77 in #24
- Pull to refresh on Scanner sceren by @philips77 in #25
- Dead Handler thread fixed by @philips77 in #26
- Intro screen improved for landscape orientation by @philips77 in #27
- Migration away from Hungarian notation by @philips77 in #28
Full Changelog: 0.13.0-beta08...0.13.0-beta09
0.13.0 beta 8
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.