@transistorsoft/capacitor-background-geolocation 4.11.3 → 4.12.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.
Files changed (25) hide show
  1. package/android/build.gradle +13 -2
  2. package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar +0 -0
  3. package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.md5 +1 -1
  4. package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha1 +1 -1
  5. package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha256 +1 -1
  6. package/android/libs/com/transistorsoft/tslocationmanager/3.4.0/tslocationmanager-3.4.0.aar.sha512 +1 -1
  7. package/android/libs/com/transistorsoft/tslocationmanager/maven-metadata.xml +1 -1
  8. package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar +0 -0
  9. package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.md5 +1 -1
  10. package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha1 +1 -1
  11. package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha256 +1 -1
  12. package/android/libs/com/transistorsoft/tslocationmanager-v21/3.4.0/tslocationmanager-v21-3.4.0.aar.sha512 +1 -1
  13. package/android/libs/com/transistorsoft/tslocationmanager-v21/maven-metadata.xml +1 -1
  14. package/dist/declarations/interfaces/Config.d.ts +1 -1
  15. package/ios/TSLocationManager.xcframework/Info.plist +5 -5
  16. package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/Info.plist +0 -0
  17. package/ios/TSLocationManager.xcframework/ios-arm64/TSLocationManager.framework/TSLocationManager +0 -0
  18. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/Resources/Info.plist +1 -1
  19. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-maccatalyst/TSLocationManager.framework/TSLocationManager +0 -0
  20. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/Info.plist +0 -0
  21. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/TSLocationManager +0 -0
  22. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeDirectory +0 -0
  23. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeRequirements-1 +0 -0
  24. package/ios/TSLocationManager.xcframework/ios-arm64_x86_64-simulator/TSLocationManager.framework/_CodeSignature/CodeResources +1 -1
  25. package/package.json +2 -2
@@ -40,12 +40,18 @@ def DEFAULT_EVENTBUS_VERSION = "3.3.1"
40
40
  def DEFAULT_LOCAL_BROADCAST_MANAGER_VERSION = "1.0.0"
41
41
  def DEFAULT_LIFE_CYCLE_RUNTIME_VERSION = "2.4.1"
42
42
  def DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION = "2.2.0"
43
+ def DEFAULT_LOGBACK_VERSION = "3.0.0"
44
+ def DEFAULT_SLF4J_VERSION = "2.0.7"
43
45
 
44
46
  def safeExtGet(prop, fallback) {
45
47
  rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
46
48
  }
47
49
 
48
50
  android {
51
+ if (project.android.hasProperty("namespace")) {
52
+ namespace("com.transistorsoft.bggeo.capacitor")
53
+ }
54
+
49
55
  compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
50
56
  defaultConfig {
51
57
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
@@ -86,6 +92,8 @@ dependencies {
86
92
 
87
93
  def lifeCycleRuntimeVersion = safeExtGet('lifeCycleRuntimeVersion', DEFAULT_LIFE_CYCLE_RUNTIME_VERSION)
88
94
  def lifeCycleExtensionsVersion = safeExtGet('lifeCycleExtensionsVersion', DEFAULT_LIFE_CYCLE_EXTENSIONS_VERSION)
95
+ def logbackVersion = safeExtGet('logbackVersion', DEFAULT_LOGBACK_VERSION);
96
+ def slf4jVersion = safeExtGet('slf4jVersion', DEFAULT_SLF4J_VERSION);
89
97
 
90
98
  implementation fileTree(dir: 'libs', include: ['*.jar'])
91
99
  implementation project(':capacitor-android')
@@ -110,8 +118,11 @@ dependencies {
110
118
 
111
119
  api "org.greenrobot:eventbus:$eventBusVersion"
112
120
  api "com.squareup.okhttp3:okhttp:$okHttpVersion"
113
- implementation 'org.slf4j:slf4j-api:1.7.36'
114
- implementation 'com.github.tony19:logback-android:2.0.1'
121
+
122
+ // logback-android
123
+ implementation "com.github.tony19:logback-android:$logbackVersion"
124
+ implementation "org.slf4j:slf4j-api:$slf4jVersion"
125
+
115
126
  implementation "io.github.nishkarsh:android-permissions:$androidPermissionsVersion"
116
127
  // LifeCycleObserver
117
128
  implementation "androidx.lifecycle:lifecycle-runtime:$lifeCycleRuntimeVersion"
@@ -1 +1 @@
1
- 5a9743fb83366e1b763e4cbbef0966b0
1
+ d140825285ced25ef1f5a1017090b9b5
@@ -1 +1 @@
1
- 5f822f0c79e188a9f7ca1a81cb5dd0f084bd32b7
1
+ 9b4d84096892365e7f60f160fc4496fc2c9aee4d
@@ -1 +1 @@
1
- 08bc18398357ca10a19ddf007f2f8fe0d94562470597d031dd86329e483befca
1
+ 8c5c7f19fbf7b863f25886563db1f76de4488de6437bd0920ea34e8ad754b665
@@ -1 +1 @@
1
- 438d139f8769c5b1b9825d904df9e87f156480703a113d06e59b37b1678373592ee9bbfb892df173420376ca60c377970b2f677253ca60ef2443afb917dac250
1
+ d25d58ee94fd37904b6b96588e2c1be636d90cd2517967dfc575c88bc1ea079cd311273ad003db9b7d4452b488bb38dafbbd59ae0f2a1b9375640be3a771b737
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>3.4.0</version>
10
10
  </versions>
11
- <lastUpdated>20230412142510</lastUpdated>
11
+ <lastUpdated>20230502142318</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- df0582b92759dd2ca250c15ff588b120
1
+ 881f41140566100127c286823f3110d3
@@ -1 +1 @@
1
- fe0a6bbd30184025acb31020eafee93bfc36556a
1
+ 487071a922f277a31b8a85036dbdb7f253ee2a05
@@ -1 +1 @@
1
- f3f394be80f8f8c391f8af9b8a8fc008e26f6563f7ec8f343422fd3e85c37120
1
+ 16b91794a614abb7c5c415f8e3ed1278d364d9aa35883d3f6629b3d13f7ae9f5
@@ -1 +1 @@
1
- 417788656aa912623e360302fd4c0d38e1d820d75b36d2abe5b2c3eccab2469f6dd7ec66a10143c5ab5a0e57af9c42cf8a35eac71870f64c5af9e361d3a26b1b
1
+ 172805734cb1d953c2c128fe3a63e3dbf903795b10f72b7726097dfd9eeff689ef090d050050c3b1487e17fdc479273aa1a037872d71f9ed550e6d48fe57eb59
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>3.4.0</version>
10
10
  </versions>
11
- <lastUpdated>20230412142510</lastUpdated>
11
+ <lastUpdated>20230502142318</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1739,7 +1739,7 @@ declare module "@transistorsoft/capacitor-background-geolocation" {
1739
1739
  /**
1740
1740
  * [__iOS Only__] A Boolean indicating whether the status bar changes its appearance when an app uses location services in the background with `Always` authorization.
1741
1741
  *
1742
- * The default value of this property is `false`. The background location usage indicator is a blue bar or a blue pill in the status bar on iOS; on watchOS the indicator is a small icon. Users can tap the indicator to return to your app.
1742
+ * The default value of this property is `true`. The background location usage indicator is a blue bar or a blue pill in the status bar on iOS; on watchOS the indicator is a small icon. Users can tap the indicator to return to your app.
1743
1743
  *
1744
1744
  * This property affects only apps that received `Always` authorization. When such an app moves to the background, the system uses this property to determine whether to change the status bar appearance to indicate that location services are in use. Set this value to true to maintain transparency with the user.
1745
1745
  *
@@ -6,15 +6,18 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64</string>
9
+ <string>ios-arm64_x86_64-maccatalyst</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>TSLocationManager.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
+ <string>x86_64</string>
15
16
  </array>
16
17
  <key>SupportedPlatform</key>
17
18
  <string>ios</string>
19
+ <key>SupportedPlatformVariant</key>
20
+ <string>maccatalyst</string>
18
21
  </dict>
19
22
  <dict>
20
23
  <key>LibraryIdentifier</key>
@@ -33,18 +36,15 @@
33
36
  </dict>
34
37
  <dict>
35
38
  <key>LibraryIdentifier</key>
36
- <string>ios-arm64_x86_64-maccatalyst</string>
39
+ <string>ios-arm64</string>
37
40
  <key>LibraryPath</key>
38
41
  <string>TSLocationManager.framework</string>
39
42
  <key>SupportedArchitectures</key>
40
43
  <array>
41
44
  <string>arm64</string>
42
- <string>x86_64</string>
43
45
  </array>
44
46
  <key>SupportedPlatform</key>
45
47
  <string>ios</string>
46
- <key>SupportedPlatformVariant</key>
47
- <string>maccatalyst</string>
48
48
  </dict>
49
49
  </array>
50
50
  <key>CFBundlePackageType</key>
@@ -3,7 +3,7 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>BuildMachineOSBuild</key>
6
- <string>22D68</string>
6
+ <string>22E261</string>
7
7
  <key>CFBundleDevelopmentRegion</key>
8
8
  <string>en</string>
9
9
  <key>CFBundleExecutable</key>
@@ -138,7 +138,7 @@
138
138
  </data>
139
139
  <key>Info.plist</key>
140
140
  <data>
141
- hm0DjuKnDrPfuEOUC8jri+GmuzY=
141
+ lok/9opDgRKlecXpN/143TrQZ5M=
142
142
  </data>
143
143
  <key>Modules/module.modulemap</key>
144
144
  <data>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transistorsoft/capacitor-background-geolocation",
3
- "version": "4.11.3",
3
+ "version": "4.12.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",
@@ -54,7 +54,7 @@
54
54
  "prepublishOnly": "npm run build"
55
55
  },
56
56
  "dependencies": {
57
- "@transistorsoft/capacitor-background-fetch": "^1.0.2"
57
+ "@transistorsoft/capacitor-background-fetch": "^1.0.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@capacitor/android": "^4.0.0",