Skip to content

Tags: animo/react-native-ble-didcomm

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(android): do not reconnect with the same device (#95)

Signed-off-by: Berend Sliedrecht <[email protected]>

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(android): request MTU first on central (#94)

Signed-off-by: Berend Sliedrecht <[email protected]>

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: check if ble is enabled (#78)

* feat(ios): is ble enabled check

Signed-off-by: Berend Sliedrecht <[email protected]>

* feat(android): check if ble is enabled

Signed-off-by: Berend Sliedrecht <[email protected]>

---------

Signed-off-by: Berend Sliedrecht <[email protected]>

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: minor updates to peripheral shutdown and cleanup dependencies (#77)

* fix: do not access address when connectedClient is null

Signed-off-by: Berend Sliedrecht <[email protected]>

* chore: update dependencies

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix: removed unused items

Signed-off-by: Berend Sliedrecht <[email protected]>

* chore: update dependencies to highest patch version

Signed-off-by: Berend Sliedrecht <[email protected]>

* feat: added hooks and context

Signed-off-by: Berend Sliedrecht <[email protected]>

* feat: disconnect for ios central and android peripheral

Signed-off-by: Berend Sliedrecht <[email protected]>

---------

Signed-off-by: Berend Sliedrecht <[email protected]>

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(android): respond to descriptor write (#76)

Signed-off-by: Berend Sliedrecht <[email protected]>

0.5.4

Toggle 0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: android ios interoperability (#65)

* fix(ios): wait for poweron state

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): typo in android event names

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): minor cleanup

Signed-off-by: Berend Sliedrecht <[email protected]>

* style(android): ran ktlint

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): set the descriptor when the mtu is changed

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): expected a body class

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): peripheral trigger on connect when mtu is set

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): call order

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(ios): minor cleanup

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): do not reconfigure the chunksize

Signed-off-by: Berend Sliedrecht <[email protected]>

* fix(android): remove log

Signed-off-by: Berend Sliedrecht <[email protected]>

---------

Signed-off-by: Berend Sliedrecht <[email protected]>
Co-authored-by: Berend Sliedrecht <[email protected]>

0.5.3

Toggle 0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): Bump semver from 5.7.1 to 5.7.2 (#57)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>