Releases: NordicSemiconductor/Android-nRF-Blinky
Releases · NordicSemiconductor/Android-nRF-Blinky
3.0.1
What's Changed
- Migration to version catalog 1.1.3 by @philips77 in #76
Full Changelog: 3.0.0...3.0.1
nRF Blinky v 3.0.0
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
- New version by @philips77, @himalia416 and @Pap36 in #72
- Monochrome icons for Android 13 by @philips77 in #68
- Migration to Nordic Common Library by @philips77 and @sylwester-zielinski in #74
- Migration to Kotlin scripts and version catalog by @philips77 and @sylwester-zielinski in #75
- Readme updated with new documentation
Full Changelog: 2.7.0...3.0.0
nRF Blinky v 2.7.0
What's Changed
- Added Swipe to refresh feature on Scanner screen by @philips77 in #64
- Scanner noise removed by @philips77 in #65
- Accessibility improved by @philips77 in #66
Full Changelog: 2.6.3...2.7.0
nRF Blinky v 2.6.3
What's Changed
- Splash screen fixed for older Android versions @philips77 in #62
- Bug fixed: Marking location not required fixed by @philips77 in #63
- Rephrased placeholder text by @philips77 in #63
Full Changelog: 2.6.2...2.6.3
nRF Blinky v 2.6.2
What's Changed
- Splash screen fixed on Android Lollipop by @philips77 in #60
- Migration from DiffUtil to ListAdapter by @philips77 in #61
Known issues
- On Android Lollipop the device list in
ScannerActivity
does not get refreshed after returning fromBlinkyActivity
. 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
What's Changed
- New Splash screen (animated in Android 12+ and compat on Android 5-11) by @philips77 in #56
- Readme updated by @philips77 in #58
- Fixed issue on pre-Lollipop devices by @philips77 in #59
Full Changelog: 2.6.0...2.6.1
nRF Blinky v 2.6.0
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
Improvements:
- nRF Blinky icon visible in nRF Toolbox has been updated.
nRF Blinky v 2.5.0
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
Issues Fixed
- Add support for vector drawables for pre-lollipop devices