Releases: NordicSemiconductor/Android-DFU-Library
Releases · NordicSemiconductor/Android-DFU-Library
DFU Library with Secure DFU 1.8.0
Bugs fixed:
- #105 by #139 and #94 by #140 - handling Bluetooth OFF event
- #131 by #132 - resetting firmware streams when DFU restarted
- #136 - automatically try to send app when SD+BL failed (on Secure DFU)
- #129 - improved characteristic validation
- #97, #108 by #126 - When the app is killed by user and the service with it, it closes the file stream, but doesn't abort the DFU process, which then tries to read next chunk to send to the device and crashes.
- #113 - typo in the errors
Improvements:
DFU Library with Secure DFU 1.7.0
DFU Library with Secure DFU 1.6.1
Bugs fixed:
DFU Library with Secure DFU v1.6.0
DFU Library with Secure DFU v1.5.2
Bugs fixed:
- setting scope fixed: 8bdbe03
DFU Library with Secure DFU v1.5.1
New features:
- Validating CRC from Package Receipt Notifications in Secure DFU
Bugs fixed:
- #77, #78
- Fixed delivering final application about Secure DFU extended error (ff73f66#diff-46e8d980c67cebd90443c6df9f446800R236)
DFU Library with Secure DFU v1.5.0
DFU Library with Secure DFU v1.4.2
Bug fixed:
- #70: Parsing InitPacketData in Legacy DFU is not necessary, as the library doesn't use it. It may also fail to parse the data if they contain unexpected values (for example application-version is expected to be a long, not a string like "1.2.3")
DFU Library with Secure DFU v1.4.1
New features:
- A method allowing setting the scope of an update from ZIP file (for example to update only an application from a ZIP that has SD+BL+App)