Skip to content

1.0.0

Compare
Choose a tag to compare
@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 22 Feb 19:26
· 34 commits to master since this release

Changed

  • Updated HyperTrack iOS SDK to 4.14.0
  • Updated HyperTrack Android SDK to 6.4.0
  • syncDeviceSettings() renamed to sync()
  • setDeviceName() renamed to setName()
  • setDeviceMetadata() renamed to setMetadata()
  • start() renamed to startTracking()
  • stop() renamed to stopTracking()

Added

  • initialize() configuration params for
    • Debug logging
    • Background location permissions request for Android
    • Mock locations
  • onAvailabilityChanged stream
  • onError stream
  • Location result for addGeotag

Removed

  • getLatestLocation()
  • allowMockLocations() (use initialize() param allowMockLocations istead)
  • enableDebugLogging() (use initialize() param loggingEnabled istead)
  • getRunnigStatus()