Skip to content

Releases: NordicSemiconductor/Android-DFU-Library

DFU Library with Secure DFU 1.8.0

29 Oct 12:14
Compare
Choose a tag to compare

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:

  • 3 HCI errors added
  • #135 - option to pass the current MTU to the service, as it may be only requested once
  • Gradle version bumped from 4.6 -> 4.10.2 by #142

DFU Library with Secure DFU 1.7.0

16 Oct 13:27
Compare
Choose a tag to compare

Fixes:

Improvements:

  • Printing PHY updates

DFU Library with Secure DFU 1.6.1

16 Oct 13:33
Compare
Choose a tag to compare

DFU Library with Secure DFU v1.6.0

29 Nov 16:02
Compare
Choose a tag to compare

Improvements:

  • Logging improved: logs now give better advices for common errors

Bugs fixed:

DFU Library with Secure DFU v1.5.2

17 Nov 15:18
Compare
Choose a tag to compare

Bugs fixed:

DFU Library with Secure DFU v1.5.1

23 Oct 08:46
Compare
Choose a tag to compare

New features:

  • Validating CRC from Package Receipt Notifications in Secure DFU

Bugs fixed:

DFU Library with Secure DFU v1.5.0

06 Oct 16:05
Compare
Choose a tag to compare

New features:

  • Target API 26, build tools 26.0.2
  • Notification channel is required on Oreo and above (a helper method to create one is here,
  • Library dependency support-v4 changed to support-core-utils

Bugs fixed:

DFU Library with Secure DFU v1.4.2

14 Sep 13:26
Compare
Choose a tag to compare

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

13 Sep 14:00
Compare
Choose a tag to compare

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)

DFU Library with Secure DFU v1.4.0

31 Aug 14:44
Compare
Choose a tag to compare

New features:

  • #68: Support for higher MTUs added (Secure DFU, SDK 14.1+)

Bugs fixed (hopefully):

  • #55, #35, #65 (fixing the first issue might have fixed the others)