@transistorsoft/capacitor-background-geolocation 7.1.0 → 7.2.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.
@@ -1 +1 @@
1
- d43dad047c564d19cfe77cd26f83e42f
1
+ 1e196fb0f1092329850e6b767df7a510
@@ -1 +1 @@
1
- f3530c9f73915bb300175cb830615c03ac6bf9af
1
+ e7836f2c5062a2f2e8e903e59c8fe9218518ee5c
@@ -1 +1 @@
1
- 15d0a2af79bf43ce6357b07af8112818353bfb6787c733af901ac177d408a164
1
+ a0f31bf06d1406cf0bbb003b1298382fc8df33f28ef591feb1699fb6b709ea50
@@ -1 +1 @@
1
- 0ff908fef62fc7a0f17a6142afa4b0a16c5a280b4cc016df0343e7467fa3f4d35385362dbfa13b09f2af94f2b7874e10dbf58d3c8f82b41c753f411e021ac2ad
1
+ 37e8f09f2d152a172944cde095982d0e946755e6a07b9cdc20ee283b1fc1bbe558395d4bcbddaa947b2fbe3618c62a37cd992282aed5f0c466af3dd08435b87e
@@ -6,10 +6,8 @@
6
6
  <latest>3.6.8</latest>
7
7
  <release>3.6.8</release>
8
8
  <versions>
9
- <version>3.6.6</version>
10
- <version>3.6.7</version>
11
9
  <version>3.6.8</version>
12
10
  </versions>
13
- <lastUpdated>20250727174649</lastUpdated>
11
+ <lastUpdated>20250908031750</lastUpdated>
14
12
  </versioning>
15
13
  </metadata>
@@ -1 +1 @@
1
- 641f3cbf3f902db9a4139bf8f198c019
1
+ 7d130b77df73fff81b13b5b2e9324d63
@@ -1 +1 @@
1
- ba82001981e2835a1f899d7a057b25535671ed0f
1
+ 820d2c334a08522d65391df8f4fb3838ca53dad1
@@ -1 +1 @@
1
- eeefa1d6bb4eed3067864c0ab621930a2125f1fa06f6ab8bc46075b786e1cca7
1
+ 204d5c680a70d5640ca0e07c560c5c5b03d4515eb84327414d24fe9ba4104eba
@@ -1 +1 @@
1
- 2855371218cd7c67b3f121ba3f7fce4093364f5d9538e8d8347a91c47a68eb2c2374ea0b9a7fb59dfea62a8cac1aa1aac41d80ab45e00563c36a01ddea7d7637
1
+ 1883679734fbfa3a5f89151d781ada9076d10a22d3984a2843707dc8195bfac43670b37734c49edd11c54a8bb2beb18dea7f4b8c12c6b83845f91c546493a036
@@ -6,10 +6,8 @@
6
6
  <latest>3.6.8</latest>
7
7
  <release>3.6.8</release>
8
8
  <versions>
9
- <version>3.6.6</version>
10
- <version>3.6.7</version>
11
9
  <version>3.6.8</version>
12
10
  </versions>
13
- <lastUpdated>20250727174649</lastUpdated>
11
+ <lastUpdated>20250908031750</lastUpdated>
14
12
  </versioning>
15
13
  </metadata>
@@ -2,10 +2,7 @@ package com.transistorsoft.bggeo.capacitor;
2
2
 
3
3
  import android.app.Activity;
4
4
  import android.content.Context;
5
- import android.content.Intent;
6
5
  import android.os.Build;
7
- import android.os.Bundle;
8
- import android.util.Log;
9
6
 
10
7
  import com.getcapacitor.JSArray;
11
8
  import com.getcapacitor.JSObject;
@@ -13,7 +10,7 @@ import com.getcapacitor.Plugin;
13
10
  import com.getcapacitor.PluginCall;
14
11
  import com.getcapacitor.PluginMethod;
15
12
  import com.getcapacitor.annotation.CapacitorPlugin;
16
- import com.transistorsoft.xms.g.common.ExtensionApiAvailability;
13
+ import com.google.android.gms.common.GoogleApiAvailability;
17
14
  import com.transistorsoft.locationmanager.adapter.BackgroundGeolocation;
18
15
  import com.transistorsoft.locationmanager.adapter.TSConfig;
19
16
  import com.transistorsoft.locationmanager.adapter.callback.TSActivityChangeCallback;
@@ -105,7 +102,7 @@ public class BackgroundGeolocationPlugin extends Plugin {
105
102
 
106
103
  private void handlePlayServicesConnectError(Integer errorCode) {
107
104
  Activity activity = getActivity();
108
- ExtensionApiAvailability.getInstance().getErrorDialog(activity, errorCode, 1001).show();
105
+ GoogleApiAvailability.getInstance().getErrorDialog(activity, errorCode, 1001).show();
109
106
  }
110
107
 
111
108
  @PluginMethod()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/capacitor-background-geolocation",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "description": "The most sophisticated cross platform Capacitor background location tracking & geofencing module with battery-conscious motion-detection intelligence",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/index.js",