Skip to content

Releases: nordicsemi/Android-nRF-Blinky

4.0.0

20 Apr 21:37
0843ac8

Choose a tag to compare

TL;DR

The 4.0 version is a major improvement in the app.

  • The Bluetooth LE logic was migrated to the new Kotlin BLE Library, and demonstrates how to implement a profile.
  • The transport is separated from the app with an abstraction layer.
  • UX was improved with adding Click and Long Click indicators and the option to bind the LED to the Button (through the app).
  • Connectivity was moved to a Service, allowing a background connection with some basic controls from the notification.
  • Adding mock and native flavors to app module.

Major architectural changes

UX Improvements

  • [Feature] Adding Click and Long click by @philips77 in #96
  • [Feature] More blinking options by @philips77 in #99
  • [Feature] Haptic feedback (vibrations) added on button press / release by @philips77 in #100

Other

Full Changelog: 3.2.0...4.0.0

3.2.0

08 Jan 21:41
2a150f3

Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.2.0

3.1.1

05 Dec 15:06
eb680ba

Choose a tag to compare

This release adds Predictive Back animations for Android 15+.

Read more here: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture

Also, the insets were added to avoid drawing behind notches and islands.

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

02 Dec 11:54
720472a

Choose a tag to compare

What's Changed

  • Migration to BLE Library 2.6 by @philips77 in #78
  • Migration to latest dependencies by @philips77 in #80
  • Migration to latest dependencies by @philips77 in #89
    • Migration to BLE Library 2.9
    • Kotlin 2.1
    • Nordic Commons 2.1
    • Target SDK set to 35 (Android 15)

Full Changelog: 3.0.1...3.1.0

3.0.1

16 Dec 17:02
8352e92

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

nRF Blinky v 3.0.0

05 Dec 13:51
7d4104e

Choose a tag to compare

This is a brand new implementation of nRF Blinky app for Android.
The app has been rewritten in Kotlin using Jetpack Compose, Hilt, latest version of Nordic's BLE Library.

What's Changed

Full Changelog: 2.7.0...3.0.0

nRF Blinky v 2.7.0

17 Nov 14:25
9fa7dea

Choose a tag to compare

What's Changed

Full Changelog: 2.6.3...2.7.0

nRF Blinky v 2.6.3

16 Nov 15:24
99e1b13

Choose a tag to compare

What's Changed

Full Changelog: 2.6.2...2.6.3

nRF Blinky v 2.6.2

05 Nov 15:06
56b8e4b

Choose a tag to compare

What's Changed

Known issues

  • On Android Lollipop the device list in ScannerActivity does not get refreshed after returning from BlinkyActivity. One needs to scroll the list to make the old devices disappear.
    Steps to reproduce:
    • Flash a single device with LBS sample so that it appears on the scanner screen
    • Connect with the device
    • Turn the device off
    • Navigate back to the scanner
    • Observe that the old device is still visible together with "CAN'T SEE YOUR BLINKY"
    • Touch the screen to refresh the list and make the device gone

Full Changelog: 2.6.1...2.6.2

nRF Blinky v 2.6.1

04 Nov 14:53
7bef549

Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.6.1