hypertrack-sdk-react-native 7.15.0 → 7.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [7.16.0] - 2022-05-03
8
+ ### Changed
9
+ - Updated HyperTrack Android SDK to [6.0.4](https://github.com/hypertrack/sdk-android/blob/master/CHANGELOG.md#604---2022-04-29
10
+
11
+ ## [7.15.0] - 2022-04-29
12
+ ### Added
13
+ - Current location getter returns either the current location of the device or an outage reason for why current location is unavailable.
14
+
7
15
  ## [7.14.0] - 2022-03-24
8
16
  ### Changed
9
17
  - Updated HyperTrack Android SDK to [6.0.2](https://github.com/hypertrack/sdk-android/blob/master/CHANGELOG.md#602---2022-03-18)
@@ -236,6 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236
244
  ## [1.0.0] - 2019-06-07
237
245
  Initial release.
238
246
 
247
+ [7.15.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.15.0
248
+ [7.14.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.14.0
239
249
  [7.13.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.13.0
240
250
  [7.12.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.12.1
241
251
  [7.12.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/7.12.0
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native.svg)
4
4
  ![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)
5
5
  [![iOS SDK](https://img.shields.io/badge/iOS%20SDK-4.11.1-brightgreen.svg)](https://cocoapods.org/pods/HyperTrack)
6
- ![Android SDK](https://img.shields.io/badge/Android%20SDK-6.0.2-brightgreen.svg)
6
+ ![Android SDK](https://img.shields.io/badge/Android%20SDK-6.0.4-brightgreen.svg)
7
7
 
8
8
  [HyperTrack](https://www.hypertrack.com) lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
9
9
 
@@ -15,7 +15,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 30
15
15
  def DEFAULT_BUILD_TOOLS_VERSION = "30.0.2"
16
16
  def DEFAULT_MIN_SDK_VERSION = 21
17
17
  def DEFAULT_TARGET_SDK_VERSION = 30
18
- def DEFAULT_HYPERTRACK_SDK_VERSION = "6.0.2"
18
+ def DEFAULT_HYPERTRACK_SDK_VERSION = "6.0.4"
19
19
 
20
20
  def HYPERTRACK_SDK_VERSION = rootProject.hasProperty('hypertrackSdkVersion') ? rootProject.hypertrackSdkVersion : DEFAULT_HYPERTRACK_SDK_VERSION
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypertrack-sdk-react-native",
3
- "version": "7.15.0",
3
+ "version": "7.16.0",
4
4
  "description": "React Native module for a HyperTrack SDK",
5
5
  "main": "./js/index.js",
6
6
  "author": "HyperTrack <help@hypertrack.com> (https://hypertrack.com)",
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>RNHyperTrack.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>0</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>