Skip to content

2.0.3

Compare
Choose a tag to compare
@IvBaranov IvBaranov released this 29 Oct 10:49
· 33 commits to rxjava-2.x since this release
  • Method observeFetchDeviceUuids for fetching the list of supported UUIDs added. (#40 Gyurme)
  • Method isLocationPermissionGranted added. (#42 vanniktech)
  • Method isLocationServiceEnabled added. (#43 vanniktech)
  • Method observeConnectDevice is deprecated from now and is split into two methods: connectAsServer and connectAsClient. (#44 vanniktech)
  • Note! ConnectionClosedException signature changed from () to (String message, Throwable cause). (#47 vanniktech)