Releases: NordicSemiconductor/Android-nRF-Mesh-Library
Releases · NordicSemiconductor/Android-nRF-Mesh-Library
nRF Mesh v1.0
New features
- Includes node control features such as turning on/off generic light server model. this contains GenericOnOffGet, GenericOnOffSet, GenericOnOffSetUnacknowledged and GenericOnOffStatus
- Resetting node.
- Setting configuration src address for the provisioner.
- Saving application keys.
Bug Fixes and improvements
- Possible null pointer exception when creating a message in the AccessLayer that can only contain an opcode but no parameters.
- AppKeyIndex being assigned in an extended class instead of the base class causing the appkeyindex to be zero, which eventually failed on parsing status message relating to GenericOnOffStatus
- Redundant app key index/app key causing a wrong app key to be added to a non configured device.
- Parsing output/input action values in provisioning capabilities - This was causing provisioning to fail on my-newt based mesh examples as they happen to contain multiple output action values.
- Incorrect parcelable implementation across models, that was causing the models to have incorrect data when passing a model using an Intent.
- Improvements related to writing to shared preferences
- Other minor ui and stability improvements
nRF Mesh v0.2
Release of nRF Mesh for Android version 0.2
Bug fixes
- Fixed node reordering
- Fixed element reordering
- Fixed model reordering
- Intermittent crashes when scanning for provisioned nodes
- Added scanner timeout in the mesh service for reconnection during provisioning
- Removed static instance of the SDK to avoid holding on to the Context reference
- Removed hard coded app key index
Improvements
- Users may now continue configuring if the device fails to reconnect upon completing provisioning
- Adding multiple app keys
- Binding multiple app keys
nRF Mesh v0.1
Initial Alpha release of nRF Mesh for Android. This initial version contains features.
- Supports provisioning with OOB Numeric
- Adding App Key
- Binding added app keys to Models
- Setting publish address
- Subscribing/Unsubscribing to and from group addresses