Skip to content

Commit 2e41325

Browse files
Update HyperTrack SDK iOS to 5.8.0 and Android to 7.8.0 (#114)
Add Activity service plugin --------- Co-authored-by: Pavel Kuznetsov <[email protected]>
1 parent 2a38568 commit 2e41325

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+10290
-30
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [13.6.0] - 2024-09-05
9+
10+
### Added
11+
12+
- Support for Motion & Activity detection
13+
- If your app asks for the Motion & Activity permission (for iOS) or the Activity Recognition permission (for Android) and the user grants it, you will have better activity detection in polylines
14+
- Use new Activity service plugin `hypertrack-sdk-react-native-plugin-android-activity-service-google` (See [Plugins](https://hypertrack.com/docs/plugins))
15+
16+
### Changed
17+
18+
- Updated HyperTrack SDK iOS to [5.8.0](https://github.com/hypertrack/sdk-ios/releases/tag/5.8.0)
19+
- Updated HyperTrack SDK Android to [7.8.0](https://github.com/hypertrack/sdk-android/releases/tag/7.8.0)
20+
821
## [13.5.1] - 2024-09-02
922

1023
### Fixed
@@ -922,3 +935,4 @@ Initial release.
922935
[13.4.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.4.0
923936
[13.5.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.5.0
924937
[13.5.1]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.5.1
938+
[13.6.0]: https://github.com/hypertrack/sdk-react-native/releases/tag/13.6.0

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Android
1010
- Change `<plugin name>_HyperTrackSDKVersion` in:
1111
- [sdk/android/gradle.properties](sdk/android/gradle.properties)
12+
- [plugin_android_activity_service_google/android/gradle.properties](plugin_android_activity_service_google/android/gradle.properties)
1213
- [plugin_android_location_services_google/android/gradle.properties](plugin_android_location_services_google/android/gradle.properties)
1314
- [plugin_android_location_services_google_19_0_1/android/gradle.properties](plugin_android_location_services_google_19_0_1/android/gradle.properties)
1415
- [plugin_android_push_service_firebase/android/gradle.properties](plugin_android_push_service_firebase/android/gradle.properties)
@@ -21,6 +22,7 @@
2122
Change `version` value in:
2223

2324
- `hypertrack-sdk-react-native` version in [sdk/package.json](sdk/package.json)
25+
- `hypertrack-sdk-react-native-plugin-android-activity-service-google` in [plugin_android_activity_service_google/package.json](plugin_android_activity_service_google/package.json)
2426
- `hypertrack-sdk-react-native-plugin-android-location-services-google` in [plugin_android_location_services_google/package.json](plugin_android_location_services_google/package.json)
2527
- `hypertrack-sdk-react-native-plugin-android-location-services-google-19-0-1` in [plugin_android_location_services_google_19_0_1/package.json](plugin_android_location_services_google_19_0_1/package.json)
2628
- `hypertrack-sdk-react-native-plugin-android-push-service-firebase` in [plugin_android_push_service_firebase/package.json](plugin_android_push_service_firebase/package.json)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
44
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
5-
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.7.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6-
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.7.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
5+
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.8.0-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
6+
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.8.0-brightgreen.svg)](https://github.com/hypertrack/sdk-android)
77

88
[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.
99

docs/classes/HyperTrack.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/enums/HyperTrackError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/types/Errors.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Failure.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/types/Location.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)