Skip to content

Releases: hypertrack/cordova-plugin-hypertrack

2.2.3

24 May 16:55
b495abd
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK Android to 7.5.5

2.2.2

14 May 15:50
d1ae883
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.5.4
  • Updated HyperTrack SDK Android to 7.5.4

2.2.1

03 May 17:10
f5b7cae
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.5.3

2.2.0

24 Apr 16:21
76b29b3
Compare
Choose a tag to compare

Changed

  • New addGeotag and addGeotagWithExpectedLocation methods signature that have orderHandle and orderStatus parameters. You can use this API when users need to clock in/out of work in your app to honor their work time (see Clock in/out Tagging guide for more info)
  • Updated HyperTrack SDK iOS to 5.5.2
  • Updated HyperTrack SDK Android to 7.5.3

2.1.2

28 Feb 13:54
eecd25c
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK Android to 7.4.3

2.1.1

16 Feb 17:55
755e436
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.4.1
  • Updated HyperTrack SDK Android to 7.4.2

2.1.0

02 Feb 16:58
ba7f39d
Compare
Choose a tag to compare

Changed

  • Updated HyperTrack SDK iOS to 5.4.0
  • Updated HyperTrack SDK Android to 7.4.0

2.0.1

27 Dec 14:56
963b01e
Compare
Choose a tag to compare

Fixed

  • Undefined latitude and longitude in addGeotagWithExpectedLocation() response

2.0.0

29 Nov 17:33
29a763d
Compare
Choose a tag to compare

We are excited to announce the release of HyperTrack Cordova SDK 2.0.0, a major update to our location tracking SDK. This release ensures highest tracking performance, reduces deployed app sizes and comes with an improved API to simplify the integrations. We highly recommend upgrading, but please note that there are a few breaking changes. Check the Migration Guide.

Added

  • locate() to ask for one-time user location
  • subscribeToLocation() to subscribe to user location updates
  • getErrors()
  • getName()
  • getMetadata()
  • HyperTrackError types:
    • noExemptionFromBackgroundStartRestrictions
    • permissionsNotificationsDenied

Changed

  • Updated HyperTrack SDK Android to 7.0.9
  • Added Android SDK plugins (location-services-google and push-service-firebase)
  • Updated HyperTrack SDK iOS to 5.0.7
  • The whole HyperTrack API is now static
  • Changed the way to provide publishableKey (you need to add HyperTrackPublishableKey meta-data item to your AndroidManifest.xml and Info.plist)
  • Renamed HyperTrackError types:
    • gpsSignalLost to locationSignalLost
    • locationPermissionsDenied to permissionsLocationDenied
    • locationPermissionsInsufficientForBackground to permissionsLocationInsufficientForBackground
    • locationPermissionsNotDetermined to permissionsLocationNotDetermined
    • locationPermissionsProvisional to locationPermissionsProvisional
    • locationPermissionsReducedAccuracy to permissionsLocationReducedAccuracy
    • locationPermissionsRestricted to permissionsLocationRestricted
  • Renamed isAvailable() to getIsAvailable()
  • Renamed isTracking() to getIsTracking()
  • Renamed setAvailability() to setIsAvailable(boolean)
  • Changed startTracking() and stopTracking() to setIsTracking(boolean)
  • Renamed subscribeToTracking() to subscribeToIsTracking()
  • Renamed subscribeToAvailability() to subscribeToIsAvailable()
  • Renamed unsubscribeFromTracking() to unsubscribeFromIsTracking()
  • Renamed unsubscribeToAvailability() to unsubscribeFromIsAvailable()

Removed

  • initialize() method (the API is now static)
  • SdkInitParams (the config now should be done with the AndroidManifest metadata and Info.plist)
  • Motion Activity permissions are not required for tracking anymore
  • HyperTrackError types:
    • motionActivityPermissionsDenied
    • motionActivityServicesDisabled
    • motionActivityServicesUnavailable
    • motionActivityPermissionsRestricted
    • networkConnectionUnavailable
  • sync() method

1.1.0

09 Jul 19:08
794397f
Compare
Choose a tag to compare

Added

  • addGeotagWithExpectedLocation() method
  • API Documentation