Skip to content

Releases: nordicsemi/Android-DFU-Library

2.11.0

Choose a tag to compare

@philips77 philips77 released this 11 Feb 12:14

TL;DR

  • App: Kotlin 2.3.10
  • Doc: Dokka 2.2-Beta
  • Lib: Bugfix #511
  • Android Gradle Plugin 9.0

What's Changed

Other

Compatibility

The library is still compatible with Android 4.3:

android {
    namespace = "no.nordicsemi.android.dfu"

    defaultConfig {
        minSdk = 18
    }

    compileOptions {
        sourceCompatibility = JavaVersion.VERSION_11
        targetCompatibility = JavaVersion.VERSION_11
    }
}

https://github.com/NordicSemiconductor/Android-DFU-Library/blob/eb06c98e5497da5b66dad119932b847c9363f6ef/lib/dfu/build.gradle.kts#L64-L75

The nRF DFU app has minSdk = 21.

Full Changelog: 2.10.1...2.11.0

2.10.1

Choose a tag to compare

@philips77 philips77 released this 18 Oct 18:40
222e251

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

Choose a tag to compare

@philips77 philips77 released this 13 Oct 12:37
6b5627e

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

Choose a tag to compare

@philips77 philips77 released this 30 Dec 13:36
82609a8

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

Choose a tag to compare

@philips77 philips77 released this 09 Dec 15:00
4823d6d

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

Choose a tag to compare

@philips77 philips77 released this 25 Oct 21:10
c020b04

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

Choose a tag to compare

@philips77 philips77 released this 11 Sep 10:58
84ba205

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

Choose a tag to compare

@philips77 philips77 released this 23 May 11:14
2c5bad2

What's Changed

New Contributors

Full Changelog: 2.4.2...2.5.0

2.4.2

Choose a tag to compare

@philips77 philips77 released this 19 Jan 11:58

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

Choose a tag to compare

@philips77 philips77 released this 08 Dec 14:37

What's Changed

No changes in the DFU library itself.

Full Changelog: 2.4.0...2.4.1