Skip to content

Releases: NordicSemiconductor/Android-DFU-Library

2.2.1

06 Oct 15:08
f44a644
Compare
Choose a tag to compare

What's Changed

Library

App

  • Log only final values of settings sliders by @philips77 in #361
  • Bug fix: Error was not shown when the same failure scenario is repeated by @philips77 in #364
  • Migration to nordic.common libs 1.0.25 by @philips77 in #367

Readme

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

12 Sep 11:56
Compare
Choose a tag to compare

What's Changed

  • Improvement: disconnecting device when switching to dfu bootloader by @philips77 in #356
    • This feature should improve process of switching to the DFU bootloader when an incremented address is used.
  • DFU speed improvement (delays removed) by @philips77 in #350
    • Note: This may cause troubles on older Android devices. The removed delays were added years ago to improve stability on devices of that time.
  • New options in DFU Settings: reboot time, scan timeout, prepare object delay
  • Lots of changes and improvements in the DFU app
  • Opt-In for Google Analytics

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Aug 14:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.1.0

2.0.3

23 May 12:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

DFU Library 2.0.2

31 Mar 07:52
Compare
Choose a tag to compare

What's Changed

  • Move proguard file to library module.

Full Changelog: 2.0.1...2.0.2

DFU Library 2.0.1

25 Mar 12:49
Compare
Choose a tag to compare

Note

Library and example app has different minSdk versions.

What's Changed

  • Change minSdk version of the library back to 18.

Full Changelog: 2.0.0...2.0.1

DFU Library 2.0.0

18 Mar 14:02
Compare
Choose a tag to compare

Note

No changes in the library itself since version 1.12.1 beta 1.

What's Changed

  • Add separate application which uses Android library.

Full Changelog: 1.12.1-beta01...2.0.0

DFU Library 1.12.1 beta 1

08 Dec 15:06
Compare
Choose a tag to compare

Note

This is a beta version with improvements that require verification. A final version may be released afterwards with no changes.

What's Changed

  • Workaround for hard disconnect and long supervision timeout by @philips77 in #319
  • Fix the problem that resuming the upgrade may be stuck and cannot continue after the upgrade is interrupted by @dev-cqkct in #317

New Contributors

Full Changelog: 1.12.0...1.12.1-beta01

DFU Library 1.12.0

29 Oct 18:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.1...1.12.0

DFU Library 1.11.1

25 Nov 17:08
b5d587b
Compare
Choose a tag to compare

This version introduces the following change

  • Fixes #248 by adding a ScanFilter when scanning in order to receive scan results while the screen is turned off. This change was introduced from Android 8.1.0 onwards as mentioned here