Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements/add group controlling #129 #155

Merged
merged 35 commits into from
Feb 12, 2019

Conversation

roshanrajaratnam
Copy link
Member

@roshanrajaratnam roshanrajaratnam merged commit 0e524a1 into dev Feb 12, 2019
DomiR pushed a commit to DomiR/Android-nRF-Mesh-Library that referenced this pull request Feb 15, 2019
…iconductor#155)

* Replaces the scanner view with a group view. In order to scan/provision a device, use the add floating action button.
* Group view adds support for creating/editing a group. When subscribing a model to a group a user may create or select an existing group
* Model Configuration view now only sends messages to unicast addresses.
* The app uses the provisioner sequence number as the tid
* Fixed invalid endianness
* Fixed updating a hardcoded key
* Added missing `notifyAppKeyAdded(newAppKey)` & `notifyNetKeyAdded(key)`
* Removed app key index when adding a key. The indexes of the app key list is not considered as the index. The index property of the `ApplicationKey ` object is what's considered as the index of the app key. Any users who were depending on the indexes will now have to sort the list based on the app key index of the application key.
* Removed redundant `isProvisioned` property from `ProvisionedMeshNode`
* Fixes swapped parameters
* Fixes broken Parcelable implementation of `ProvisionedMeshnode` of `isProvisioned` and `blackListed`
@roshanrajaratnam roshanrajaratnam deleted the improvements/add-group-controlling-#129 branch February 16, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant