What's Changed
- Migration to
targetSdk
35 by @philips77 in #462 - Adding error codes by @philips77 in #463
- Bug fix: Reverting
minSdk
to 18 by @philips77 in #464 - Bug fix: fixed waiting for Service Changed indication on bonded devices by @philips77 in #465
- DFU speed improved on bonded devices by @philips77 in #466
- Prioritizing DFU speed in settings by @philips77 in #467
- Specifying foreground service type in the code by @philips77 in #468
- Various improvements by @philips77 in #469
- One more hint by @philips77 in #470
- Adding a 500 ms delay before disconnecting by @philips77 in #471
TL;DR
- In case of disconnection, the reported error will have the
status
number received inonConnectionStateChange
, instead of alwaysERROR_DEVICE_DISCONNECTED
. - Hint were added to LogCat logs for some common errors.
- Foreground service gets automatic type
CONNECTED DEVICE
, no need to set it in the Manifest. - In the app Prepare Object Delay was changed from 400 to 0 ms.
- Library requests HIGH connection priority (connection interval 15 ms) just before upload.
Full Changelog: 2.6.0...2.7.0