@situm/cordova 3.16.0 → 3.16.1

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,2 +1,6 @@
1
- ### Fixed
2
- - Added defensive code to avoid race conditions when using ttsManager variable at PluginHelper.java
1
+ ## Unreleased
2
+
3
+ ### Updated
4
+ - Updated Android example app targetSdkVersion and compileSdkVersion from 33 to 37.
5
+ - Updated gradle wrapper version from 8.4 to 8.13.
6
+ - Updated AGP (com.android.application) from 8.0.0 to 8.13.2.
@@ -17,8 +17,7 @@ dependencies {
17
17
  implementation project(':capacitor-keyboard')
18
18
  implementation project(':capacitor-preferences')
19
19
  implementation project(':capacitor-status-bar')
20
- implementation "androidx.legacy:legacy-support-v4:1.0.0"
21
- implementation "androidx.appcompat:appcompat:1.3.1"
20
+
22
21
  }
23
22
  apply from: "../../../src/android/situm.gradle"
24
23
 
@@ -7,7 +7,7 @@ buildscript {
7
7
  mavenCentral()
8
8
  }
9
9
  dependencies {
10
- classpath 'com.android.tools.build:gradle:8.0.0'
10
+ classpath 'com.android.tools.build:gradle:8.13.2'
11
11
  classpath 'com.google.gms:google-services:4.3.15'
12
12
 
13
13
  // NOTE: Do not place your application dependencies here; they belong
@@ -1,27 +1,27 @@
1
1
  // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
2
2
  include ':capacitor-android'
3
- project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
3
+ project(':capacitor-android').projectDir = new File('../../node_modules/.pnpm/@capacitor+android@5.5.1_@capacitor+core@5.7.8/node_modules/@capacitor/android/capacitor')
4
4
 
5
5
  include ':capacitor-app'
6
- project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
6
+ project(':capacitor-app').projectDir = new File('../../node_modules/.pnpm/@capacitor+app@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/app/android')
7
7
 
8
8
  include ':capacitor-camera'
9
- project(':capacitor-camera').projectDir = new File('../node_modules/@capacitor/camera/android')
9
+ project(':capacitor-camera').projectDir = new File('../../node_modules/.pnpm/@capacitor+camera@5.0.10_@capacitor+core@5.7.8/node_modules/@capacitor/camera/android')
10
10
 
11
11
  include ':capacitor-filesystem'
12
- project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android')
12
+ project(':capacitor-filesystem').projectDir = new File('../../node_modules/.pnpm/@capacitor+filesystem@5.2.2_@capacitor+core@5.7.8/node_modules/@capacitor/filesystem/android')
13
13
 
14
14
  include ':capacitor-geolocation'
15
- project(':capacitor-geolocation').projectDir = new File('../node_modules/@capacitor/geolocation/android')
15
+ project(':capacitor-geolocation').projectDir = new File('../../node_modules/.pnpm/@capacitor+geolocation@5.0.8_@capacitor+core@5.7.8/node_modules/@capacitor/geolocation/android')
16
16
 
17
17
  include ':capacitor-haptics'
18
- project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')
18
+ project(':capacitor-haptics').projectDir = new File('../../node_modules/.pnpm/@capacitor+haptics@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/haptics/android')
19
19
 
20
20
  include ':capacitor-keyboard'
21
- project(':capacitor-keyboard').projectDir = new File('../node_modules/@capacitor/keyboard/android')
21
+ project(':capacitor-keyboard').projectDir = new File('../../node_modules/.pnpm/@capacitor+keyboard@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/keyboard/android')
22
22
 
23
23
  include ':capacitor-preferences'
24
- project(':capacitor-preferences').projectDir = new File('../node_modules/@capacitor/preferences/android')
24
+ project(':capacitor-preferences').projectDir = new File('../../node_modules/.pnpm/@capacitor+preferences@5.0.8_@capacitor+core@5.7.8/node_modules/@capacitor/preferences/android')
25
25
 
26
26
  include ':capacitor-status-bar'
27
- project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
27
+ project(':capacitor-status-bar').projectDir = new File('../../node_modules/.pnpm/@capacitor+status-bar@5.0.6_@capacitor+core@5.7.8/node_modules/@capacitor/status-bar/android')
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
4
4
  networkTimeout=10000
5
5
  zipStoreBase=GRADLE_USER_HOME
6
6
  zipStorePath=wrapper/dists
@@ -1,7 +1,7 @@
1
1
  ext {
2
2
  minSdkVersion = 22
3
- compileSdkVersion = 33
4
- targetSdkVersion = 33
3
+ compileSdkVersion = 37
4
+ targetSdkVersion = 37
5
5
  androidxActivityVersion = '1.7.0'
6
6
  androidxAppCompatVersion = '1.6.1'
7
7
  androidxCoordinatorLayoutVersion = '1.2.0'
@@ -93,16 +93,16 @@
93
93
  </ion-card>
94
94
 
95
95
  <ion-card>
96
+ <ion-card-header>
97
+ <ion-card-title>{{ currentStatus }}</ion-card-title>
98
+ </ion-card-header>
96
99
  <ion-card-content>
97
- <ion-item>
98
- <ion-label>{{ currentStatus }}</ion-label>
99
- </ion-item>
100
-
101
100
  <ion-textarea
102
- class="custom"
101
+ class="positioning-info-textarea"
103
102
  [readonly]="true"
104
- placeholder="{{ currentPositioningInfo }}"
105
- style="height: 60vh"
103
+ [autoGrow]="false"
104
+ rows="45"
105
+ value="{{ currentPositioningInfo }}"
106
106
  />
107
107
  </ion-card-content>
108
108
  </ion-card>
@@ -18,7 +18,9 @@ ion-item.custom {
18
18
  --margin-end: 0px;
19
19
  }
20
20
 
21
- ion-textarea.custom {
22
- --placeholder-color: black;
23
- --placeholder-opacity: 1;
21
+ ion-textarea.positioning-info-textarea {
22
+ display: block;
23
+ max-height: 200vh;
24
+ overflow-y: auto;
25
+ --color: var(--ion-color-dark);
24
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "description": "Situm Wayfinding for Capacitor and Cordova. Integrate plug&play indoor navigation experience with floorplans, POIs, routes and turn-by-turn directions in no time. With the power of Situm.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/cordova",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="@situm/cordova"
5
- version="3.16.0">
5
+ version="3.16.1">
6
6
  <name>Situm Cordova plugin Official</name>
7
7
  <description>This is the stable branch.</description>
8
8
  <license>MIT</license>
@@ -44,7 +44,7 @@ dependencies {
44
44
  implementation ('com.googlecode.json-simple:json-simple:1.1.1'){
45
45
  exclude group: 'junit', module:'junit'
46
46
  }
47
- implementation ('es.situm:situm-sdk:3.37.0@aar') {
47
+ implementation ('es.situm:situm-sdk:3.37.1@aar') {
48
48
  transitive = true
49
49
  }
50
50
  implementation 'org.apache.cordova:framework:10.1.1'
@@ -12,7 +12,7 @@ allprojects {
12
12
 
13
13
  dependencies {
14
14
  implementation 'com.google.android.gms:play-services-location:16.0.0'
15
- implementation('es.situm:situm-sdk:3.37.0@aar') {
15
+ implementation('es.situm:situm-sdk:3.37.1@aar') {
16
16
  transitive = true
17
17
  }
18
18
  }