Skip to content

Releases: NordicSemiconductor/Android-DFU-Library

2.10.1

18 Oct 18:40
222e251

Choose a tag to compare

What's Changed

  • Common Nordic lib updated by @philips77 in #505
  • Update dependency no.nordicsemi.android.gradle:version-catalog to v2.10-4 by @renovate[bot] in #492
  • Nordic dependencies updated by @philips77 in #508
    • Scanner bug fix causing a crash when some advertising packet was scanned

Full Changelog: 2.10.0...2.10.1

2.10.0

13 Oct 12:37
6b5627e

Choose a tag to compare

What's Changed

  • Adding delay before service discovery on Service Change indication by @philips77 in #503
  • Add Expo library to README by @Jetbo in #494

Dependencies updated

New Contributors

Full Changelog: 2.9.0...2.10.0

2.9.0

30 Dec 13:36
82609a8

Choose a tag to compare

TL;DR

Bug fix

  • Nordic Gradle Plugin 2.6.1 upgraded Dagger to 2.54 which should have this bug fixed - now the app could be able to compile on Windows.

What's Changed

New Contributors

Full Changelog: 2.8.0...2.9.0

2.8.0

09 Dec 15:00
4823d6d

Choose a tag to compare

What's Changed in the DFU Library

  • No changes to the DFU library, only nRF DFU sample app.

What's Changed in nRF DFU app

Other

New Contributors

Full Changelog: 2.7.0...2.8.0

2.7.0

25 Oct 21:10
c020b04

Choose a tag to compare

What's Changed

TL;DR

  1. In case of disconnection, the reported error will have the status number received in onConnectionStateChange, instead of always ERROR_DEVICE_DISCONNECTED.
  2. Hint were added to LogCat logs for some common errors.
  3. Foreground service gets automatic type CONNECTED DEVICE, no need to set it in the Manifest.
  4. In the app Prepare Object Delay was changed from 400 to 0 ms.
  5. Library requests HIGH connection priority (connection interval 15 ms) just before upload.

Full Changelog: 2.6.0...2.7.0

2.6.0

11 Sep 10:58
84ba205

Choose a tag to compare

DFU Library

App

  • Bug fix: clearing state causes issues with "Don't keep activities" enabled by @philips77 in #456
  • Migration to Nordic Common 2.1 by @philips77 in #457

Other

Full Changelog: 2.5.0...2.6.0

2.5.0

23 May 11:14
2c5bad2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.2...2.5.0

2.4.2

19 Jan 11:58

Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

08 Dec 14:37

Choose a tag to compare

What's Changed

No changes in the DFU library itself.

Full Changelog: 2.4.0...2.4.1

2.4.0

20 Nov 22:04

Choose a tag to compare

Highlights

  • DFU Library was migrated back from Java 17 to Java 11 to support Unity (#420).

What's Changed

  • [Library] Reverting DFU Library to Java 11 by @philips77 in #420
  • [Library] Bug fix: Crash when no current source in ArchiveImputStream by @philips77 in #421
  • [Library] Bug fix: Crash on CRC update by @philips77 in #422
  • [App] Bug fixed: Logging with different log levels by @philips77 in #416
  • [App] Bug fix: Crash when access to selected file was lost by @philips77 in #417
  • [App] Improvement: Display device name from advertising packet first, then from the device by @philips77 in #418
  • Dependencies updated by @philips77 in #419
  • Support for Android 14 fixed by @philips77 in #415

Full Changelog: 2.3.2...2.4.0