* feat(android, dart): add check for initialization, show proper error messages * feat(exception): add exception mapper for android and ios * feat(ios): check initialization in swift * fix(android): add initialization check for methods, remove disconnect() inside onDetachedFromEngine * chore: code style, version, changelog
41 lines
782 B
Markdown
41 lines
782 B
Markdown
## 0.0.9
|
|
|
|
- Add initialization checks for Android and IOS
|
|
- Fix issue for Android platform: https://github.com/ksenia312/nearby_service/issues/8
|
|
|
|
## 0.0.8
|
|
|
|
- Add `cancelLastConnectionProcess` for Android manager
|
|
|
|
## 0.0.7
|
|
|
|
- Log all errors on the Android platform
|
|
- Add mapping for native Android exceptions in methods: discover(), stopDiscovery(), connect(), disconnect()
|
|
- Fix getPeers() method: correct decoding from JSON
|
|
- Update example: show empty peers state
|
|
- Update example_full: show variant of checking running jobs
|
|
|
|
## 0.0.6
|
|
|
|
- Update README: add a Feedback form
|
|
|
|
## 0.0.5
|
|
|
|
- Update README: add Features section
|
|
|
|
## 0.0.4
|
|
|
|
- Update README: fix table of contents
|
|
|
|
## 0.0.3
|
|
|
|
- Update README: fix images
|
|
|
|
## 0.0.2
|
|
|
|
- Update README and assets
|
|
|
|
## 0.0.1
|
|
|
|
- The first release
|