Skip to content

Releases: NordicSemiconductor/Android-nRF-Blinky

3.0.1

16 Dec 17:02
8352e92
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.6.1

nRF Blinky v 2.6.0

07 Oct 12:31
4fb8437
Compare
Choose a tag to compare

What's Changed

  • Migration from ButterKnife to View Bindings in #45
  • Migration to BLE lib 2.3.1 in #53
  • Migration to Android 12 in #54

Full Changelog: v2.5.1...2.6.0

nRF Blinky v 2.5.1

26 May 20:16
2f3a06b
Compare
Choose a tag to compare

Improvements:

  • nRF Blinky icon visible in nRF Toolbox has been updated.

nRF Blinky v 2.5.0

14 May 20:31
9e27d26
Compare
Choose a tag to compare

Improvements:

  • Dark Theme
  • Migrated to BLE Library 2.2.0
  • Hungarian notation removed
  • New app icon

Bugs fixed:

  • App requests fine location permission, not coarse. This is required now in Android 10 in order to scan for Bluetooth LE devices.

nRF Blinky v2.4.3

12 Aug 10:30
3b615a2
Compare
Choose a tag to compare

Issues Fixed

  • Add support for vector drawables for pre-lollipop devices