Skip to content

Releases: hypertrack/sdk-react-native

9.0.0

17 Feb 18:53
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack iOS SDK to 4.14.0
  • Updated HyperTrack Android SDK to 6.4.0
  • createInstance() renamed to initialize()
  • getDeviceID() renamed to getDeviceId()
  • syncDeviceSettings() renamed to sync()
  • setDeviceName() renamed to setName()
  • subscribeToErrors() callback now has param type (HyperTrackError)
  • LocationError now has different structure

Added

  • initialize() configuration params for
    • Debug logging
    • Background location permissions request for Android
    • Mock locations
  • subscribeToAvailability()

Removed

  • enableDebugLogging() (use initialize() param loggingEnabled istead)
  • setTripMarker() (use addGeotag instead)

8.2.2

10 Oct 10:34
Compare
Choose a tag to compare

Fixed

  • Deployment target for iOS changed to 11, to comply with native iOS SDK.

8.2.1

27 Sep 10:33
Compare
Choose a tag to compare

Fixed

  • enableDebugLogging() now doesn't cause an infinite loop when called.

8.2.0

23 Sep 16:54
Compare
Choose a tag to compare

Changed

  • Updated Android SDK to 6.3.0 and iOS SDK to 4.13.0
  • When the Android app is uninstalled completely from the device and then installed back, the device_id will change. This improves the stability of the data coming from the SDK. Now this behavior is the same between Android SDK and iOS SDK.
  • If the user simulates locations when it's prohibited, the SDK still passes real locations through if there are any.
  • Decreased the time sensitivity for first location detection. Results in fewer location_unavailable outages when tracking starts on Android.

Fixed

  • Now, all logs in Android SDK are disabled by default and can be enabled by enableDebugLogging()

8.1.0

30 Aug 11:18
Compare
Choose a tag to compare

Changed

  • Updated Android SDK to 6.2.2 that is compabible with any native library (React Native C++) and reduces the SDK size too. SDK should now add only 4MB to the compressed app's size, when downloaded from Google Play instead of 17 MB on 8.0.0.

8.0.0

05 Aug 21:22
7e9b0b2
Compare
Choose a tag to compare

Added

  • New interface for listeners.
  • Reference documentation.
  • TypeScript support.

Changed

  • Updated React Native from 0.63.3 to 0.69.1

7.19.1

26 Jul 21:06
Compare
Choose a tag to compare

Fixed

  • Fixed React Native C++ incompatibility issue with Android SDK 6.2.0

7.19.0

18 Jul 21:22
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack Android SDK to 6.2.0 and iOS SDK to 4.12.4

7.18.4

22 Jun 13:38
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack Android SDK to 6.1.4

7.18.2

13 Jun 16:52
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack iOS SDK to 4.12.3