From 1768d4ec9436ad2b27535babcb96104d9da99165 Mon Sep 17 00:00:00 2001 From: pavel-kuznetsov-hypertrack Date: Thu, 15 Feb 2024 13:58:00 +0200 Subject: [PATCH 1/3] Fix url for opening plugin webpahe on release --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0d36b34a..45c0b4fa 100644 --- a/justfile +++ b/justfile @@ -66,7 +66,7 @@ release type="dry-run": setup docs echo "Are you sure you want to publish version $VERSION? (y/N)" just _ask-confirm flutter pub publish - open https://pub.dev/packages/hypertrack_plugin/$VERSION + open https://pub.dev/packages/hypertrack_plugin/versions/$VERSION else echo "Dry run for version $VERSION" flutter pub publish --dry-run From 5e20610f67320b257b2fed15fe64658c78c8c43c Mon Sep 17 00:00:00 2001 From: pavel-kuznetsov-hypertrack Date: Tue, 27 Feb 2024 14:45:33 +0200 Subject: [PATCH 2/3] Add Open Github recipes --- justfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/justfile b/justfile index 45c0b4fa..93ebc892 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,8 @@ alias b := build alias d := docs alias gd := get-dependencies alias pt := push-tag +alias ogp := open-github-prs +alias ogr := open-github-releases alias r := release alias s := setup alias us := update-sdk @@ -42,6 +44,16 @@ _latest-ios: lint: ktlint --format . +_open-github-release-data: + code CHANGELOG.md + just open-github-releases + +open-github-prs: + open "https://github.com/hypertrack/sdk-flutter/pulls" + +open-github-releases: + open "https://github.com/hypertrack/sdk-flutter/releases" + push-tag: #!/usr/bin/env sh if [ $(git symbolic-ref --short HEAD) = "master" ] ; then @@ -108,6 +120,9 @@ update-sdk wrapper_version ios_version android_version commit="true" branch="tru git add . git commit -m "Update HyperTrack SDK iOS to {{ios_version}} and Android to {{android_version}}" fi + if [ "{{branch}}" = "true" ] && [ "{{commit}}" = "true" ] ; then + just open-github-prs + fi update-sdk-android wrapper_version android_version commit="true" branch="true": #!/usr/bin/env sh @@ -124,6 +139,9 @@ update-sdk-android wrapper_version android_version commit="true" branch="true": git add . git commit -m "Update HyperTrack SDK Android to {{android_version}}" fi + if [ "{{branch}}" = "true" ] && [ "{{commit}}" = "true" ] ; then + just open-github-prs + fi update-sdk-ios wrapper_version ios_version commit="true" branch="true": #!/usr/bin/env sh @@ -140,6 +158,9 @@ update-sdk-ios wrapper_version ios_version commit="true" branch="true": git add . git commit -m "Update HyperTrack SDK iOS to {{ios_version}}" fi + if [ "{{branch}}" = "true" ] && [ "{{commit}}" = "true" ] ; then + just open-github-prs + fi _update-sdk-android-version-file android_version: ./scripts/update_file.sh android/build.gradle 'def hyperTrackVersion = \".*\"' 'def hyperTrackVersion = \"{{android_version}}\"' From e4856e7025446e4e8e07d556caa0f604e7e79dc6 Mon Sep 17 00:00:00 2001 From: pavel-kuznetsov-hypertrack Date: Tue, 27 Feb 2024 14:47:08 +0200 Subject: [PATCH 3/3] Update HyperTrack SDK Android to 7.4.3 --- CHANGELOG.md | 7 +++++++ android/build.gradle | 2 +- docs/__404error.html | 2 +- docs/data_types_hypertrack_error/HyperTrackError.html | 2 +- .../HyperTrackError/HyperTrackError.html | 2 +- .../HyperTrackError/values-constant.html | 2 +- .../data_types_hypertrack_error-library.html | 2 +- docs/data_types_json/JSON-class.html | 2 +- docs/data_types_json/JSON/JSON.html | 2 +- docs/data_types_json/JSON/fromMap.html | 2 +- docs/data_types_json/JSON/fromString.html | 2 +- docs/data_types_json/JSON/serialize.html | 2 +- docs/data_types_json/JSONArray-class.html | 2 +- docs/data_types_json/JSONArray/JSONArray.html | 2 +- docs/data_types_json/JSONArray/items.html | 2 +- docs/data_types_json/JSONArray/serialize.html | 2 +- docs/data_types_json/JSONBool-class.html | 2 +- docs/data_types_json/JSONBool/JSONBool.html | 2 +- docs/data_types_json/JSONBool/serialize.html | 2 +- docs/data_types_json/JSONBool/value.html | 2 +- docs/data_types_json/JSONNull-class.html | 2 +- docs/data_types_json/JSONNull/JSONNull.html | 2 +- docs/data_types_json/JSONNull/serialize.html | 2 +- docs/data_types_json/JSONNumber-class.html | 2 +- docs/data_types_json/JSONNumber/JSONNumber.html | 2 +- docs/data_types_json/JSONNumber/serialize.html | 2 +- docs/data_types_json/JSONNumber/value.html | 2 +- docs/data_types_json/JSONObject-class.html | 2 +- docs/data_types_json/JSONObject/JSONObject.html | 2 +- docs/data_types_json/JSONObject/fields.html | 2 +- docs/data_types_json/JSONObject/serialize.html | 2 +- docs/data_types_json/JSONString-class.html | 2 +- docs/data_types_json/JSONString/JSONString.html | 2 +- docs/data_types_json/JSONString/serialize.html | 2 +- docs/data_types_json/JSONString/value.html | 2 +- docs/data_types_json/data_types_json-library.html | 2 +- docs/data_types_json/fromMap.html | 2 +- docs/data_types_location/Location-class.html | 2 +- docs/data_types_location/Location/Location.html | 2 +- docs/data_types_location/Location/latitude.html | 2 +- docs/data_types_location/Location/longitude.html | 2 +- docs/data_types_location/data_types_location-library.html | 2 +- docs/data_types_location_error/Errors-class.html | 2 +- docs/data_types_location_error/Errors/Errors.html | 2 +- docs/data_types_location_error/LocationError-class.html | 2 +- .../LocationError/LocationError.errors.html | 2 +- .../LocationError/LocationError.notRunning.html | 2 +- .../LocationError/LocationError.starting.html | 2 +- docs/data_types_location_error/NotRunning-class.html | 2 +- docs/data_types_location_error/NotRunning/NotRunning.html | 2 +- docs/data_types_location_error/Starting-class.html | 2 +- docs/data_types_location_error/Starting/Starting.html | 2 +- .../data_types_location_error-library.html | 2 +- .../LocationWithDeviation-class.html | 2 +- .../LocationWithDeviation/LocationWithDeviation.html | 2 +- .../LocationWithDeviation/deviation.html | 2 +- .../LocationWithDeviation/location.html | 2 +- .../data_types_location_with_deviation-library.html | 2 +- docs/data_types_result/Failure-class.html | 2 +- docs/data_types_result/Failure/Failure.html | 2 +- docs/data_types_result/Result-class.html | 2 +- docs/data_types_result/Result/Result.error.html | 2 +- docs/data_types_result/Result/Result.success.html | 2 +- docs/data_types_result/Success-class.html | 2 +- docs/data_types_result/Success/Success.html | 2 +- docs/data_types_result/Success/value.html | 2 +- docs/data_types_result/data_types_result-library.html | 2 +- docs/hypertrack/HyperTrack-class.html | 2 +- docs/hypertrack/HyperTrack/HyperTrack.html | 2 +- docs/hypertrack/HyperTrack/addGeotag.html | 2 +- .../HyperTrack/addGeotagWithExpectedLocation.html | 2 +- docs/hypertrack/HyperTrack/deviceId.html | 2 +- docs/hypertrack/HyperTrack/errors.html | 2 +- docs/hypertrack/HyperTrack/errorsSubscription.html | 2 +- docs/hypertrack/HyperTrack/isAvailable.html | 2 +- docs/hypertrack/HyperTrack/isAvailableSubscription.html | 2 +- docs/hypertrack/HyperTrack/isTracking.html | 2 +- docs/hypertrack/HyperTrack/isTrackingSubscription.html | 2 +- docs/hypertrack/HyperTrack/locate.html | 2 +- docs/hypertrack/HyperTrack/location.html | 2 +- docs/hypertrack/HyperTrack/locationSubscription.html | 2 +- docs/hypertrack/HyperTrack/metadata.html | 2 +- docs/hypertrack/HyperTrack/name.html | 2 +- docs/hypertrack/HyperTrack/setIsAvailable.html | 2 +- docs/hypertrack/HyperTrack/setIsTracking.html | 2 +- docs/hypertrack/HyperTrack/setMetadata.html | 2 +- docs/hypertrack/HyperTrack/setName.html | 2 +- docs/hypertrack/hypertrack-library.html | 2 +- docs/index.html | 2 +- docs/search.html | 2 +- ios/hypertrack_plugin.podspec | 2 +- pubspec.yaml | 2 +- 92 files changed, 98 insertions(+), 91 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c78172f..e0e1af5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.2] - 2024-02-27 + +### Changed + +- Updated HyperTrack SDK Android to [7.4.3](https://github.com/hypertrack/sdk-android/releases/tag/7.4.3) + ## [2.1.1] - 2024-02-14 ### Changed @@ -319,3 +325,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.0.4]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.0.4 [2.1.0]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.1.0 [2.1.1]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.1.1 +[2.1.2]: https://github.com/hypertrack/sdk-flutter/releases/tag/2.1.2 diff --git a/android/build.gradle b/android/build.gradle index ea8ecbba..759de766 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,7 +43,7 @@ android { disable 'InvalidPackage' } dependencies { - def hyperTrackVersion = "7.4.2" + def hyperTrackVersion = "7.4.3" implementation "com.hypertrack:sdk-android:${hyperTrackVersion}" implementation "com.hypertrack:location-services-google:${hyperTrackVersion}" implementation "com.hypertrack:push-service-firebase:${hyperTrackVersion}" diff --git a/docs/__404error.html b/docs/__404error.html index c0bd31ae..6d163222 100644 --- a/docs/__404error.html +++ b/docs/__404error.html @@ -95,7 +95,7 @@
hypertrack_plugin hypertrack_plugin - 2.1.1 + 2.1.2 diff --git a/docs/data_types_hypertrack_error/HyperTrackError.html b/docs/data_types_hypertrack_error/HyperTrackError.html index 891616a0..24b58eba 100644 --- a/docs/data_types_hypertrack_error/HyperTrackError.html +++ b/docs/data_types_hypertrack_error/HyperTrackError.html @@ -430,7 +430,7 @@
hypertrack_error library