1.1.2
This is a bugfix release.
v1.1.2
Implemented enhancements:
- ConnectionManager: ensure that cached token details are cleared on any connection error #487 (paddybyers)
- Add interactive test notes to the README #486
Fixed bugs:
- Push problems with push-subscribe permission #484
- Push: LocaDevice.deviceSecret serialisation issue #480
- Push: LocalDevice.reset() doesn't clear persisted device state #478
- PUSH_ACTIVATE intent broadcast is not always sent when activating push #477
- Stop using deprecated FirebaseInstanceIdService #475
- Expired token never renewed #470
- Presence: fix a couple test regressions #490 (paddybyers)
Closed issues:
- Add RTN20 support - react to operating system network connectivity events #415
- Exceptions when attempting to send with null WsClient #447
Merged pull requests:
- README: add a note about the push example/test app #491 (paddybyers)
- Reenable REST publish tests that depend on idempotency #489 (paddybyers)
- Push fixes for 112 #485 (paddybyers)
- Local device reset fix #479 (amsurana)