@os1-platform/dispatch-mobile 2.1.18 → 2.1.20
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.
- package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js +1 -1
- package/lib/commonjs/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
- package/lib/commonjs/errors/ErrorCodes.js +5 -2
- package/lib/commonjs/errors/ErrorCodes.js.map +1 -1
- package/lib/commonjs/manager/sdk/DispatchSDKManager.js +1 -1
- package/lib/commonjs/manager/sdk/DispatchSDKManager.js.map +1 -1
- package/lib/commonjs/manager/sdk/callbacksHandler.js +2 -2
- package/lib/commonjs/manager/sdk/callbacksHandler.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/AppSyncManager.js +1 -1
- package/lib/commonjs/manager/syncmanager/AppSyncManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js +1 -1
- package/lib/commonjs/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
- package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js +1 -1
- package/lib/commonjs/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
- package/lib/commonjs/network/GraphQLClient.js +1 -1
- package/lib/commonjs/network/GraphQLClient.js.map +1 -1
- package/lib/commonjs/ui/screens/StartWorkFlowScreen.js +1 -1
- package/lib/commonjs/ui/screens/StartWorkFlowScreen.js.map +1 -1
- package/lib/commonjs/utils/SdkUtils.js +8 -1
- package/lib/commonjs/utils/SdkUtils.js.map +1 -1
- package/lib/commonjs/utils/SyncManagerUtils.js.map +1 -1
- package/lib/module/components/executiontasks/imageCapture/CaptureUtils.js +1 -1
- package/lib/module/components/executiontasks/imageCapture/CaptureUtils.js.map +1 -1
- package/lib/module/errors/ErrorCodes.js +5 -2
- package/lib/module/errors/ErrorCodes.js.map +1 -1
- package/lib/module/manager/sdk/DispatchSDKManager.js +1 -1
- package/lib/module/manager/sdk/DispatchSDKManager.js.map +1 -1
- package/lib/module/manager/sdk/callbacksHandler.js +2 -2
- package/lib/module/manager/sdk/callbacksHandler.js.map +1 -1
- package/lib/module/manager/syncmanager/AppSyncManager.js +1 -1
- package/lib/module/manager/syncmanager/AppSyncManager.js.map +1 -1
- package/lib/module/manager/syncmanager/document/DocumentSyncManager.js +2 -2
- package/lib/module/manager/syncmanager/document/DocumentSyncManager.js.map +1 -1
- package/lib/module/manager/syncmanager/events/EventsSyncManager.js +2 -2
- package/lib/module/manager/syncmanager/events/EventsSyncManager.js.map +1 -1
- package/lib/module/network/GraphQLClient.js +1 -1
- package/lib/module/network/GraphQLClient.js.map +1 -1
- package/lib/module/ui/screens/StartWorkFlowScreen.js +1 -1
- package/lib/module/ui/screens/StartWorkFlowScreen.js.map +1 -1
- package/lib/module/utils/SdkUtils.js +8 -1
- package/lib/module/utils/SdkUtils.js.map +1 -1
- package/lib/module/utils/SyncManagerUtils.js.map +1 -1
- package/lib/typescript/errors/ErrorCodes.d.ts +5 -2
- package/package.json +4 -4
- package/src/components/executiontasks/imageCapture/CaptureUtils.ts +29 -29
- package/src/errors/ErrorCodes.ts +5 -2
- package/src/manager/sdk/DispatchSDKManager.ts +5 -8
- package/src/manager/sdk/callbacksHandler.ts +12 -12
- package/src/manager/syncmanager/AppSyncManager.ts +1 -1
- package/src/manager/syncmanager/document/DocumentSyncManager.ts +1 -4
- package/src/manager/syncmanager/events/EventsSyncManager.ts +5 -8
- package/src/network/GraphQLClient.ts +3 -3
- package/src/ui/screens/StartWorkFlowScreen.tsx +1 -1
- package/src/utils/SdkUtils.ts +9 -1
- package/src/utils/SyncManagerUtils.ts +3 -6
- package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.8/gc.properties +0 -0
- package/android/.gradle/7.5/checksums/checksums.lock +0 -0
- package/android/.gradle/7.5/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.5/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.5/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.5/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.5/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.5/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.5/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.5/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/config.properties +0 -2
- package/android/.gradle/configuration-cache/gc.properties +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/kotlinc.xml +0 -6
- package/android/.idea/migrations.xml +0 -10
- package/android/.idea/misc.xml +0 -10
- package/android/.idea/other.xml +0 -263
- package/android/.idea/vcs.xml +0 -6
|
@@ -41,7 +41,7 @@ export default class EventsSyncManager {
|
|
|
41
41
|
this._retries = value;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
private constructor() {}
|
|
44
|
+
private constructor() { }
|
|
45
45
|
|
|
46
46
|
public initSyncManager(baseURL: string, retryCount: number) {
|
|
47
47
|
if (isEmptyOrBlank(baseURL))
|
|
@@ -66,7 +66,7 @@ export default class EventsSyncManager {
|
|
|
66
66
|
}
|
|
67
67
|
try {
|
|
68
68
|
this.checkForInitialization();
|
|
69
|
-
|
|
69
|
+
|
|
70
70
|
if (hasNetwork) {
|
|
71
71
|
// NEW CODE
|
|
72
72
|
const lastSyncedEventId = await Storage.getInstance().getSharedItem(
|
|
@@ -168,7 +168,7 @@ export default class EventsSyncManager {
|
|
|
168
168
|
hasNetwork: hasNetwork,
|
|
169
169
|
pending: arrEventsToSync.length != 0,
|
|
170
170
|
};
|
|
171
|
-
console.log("finally:",arrEventsToSync.length);
|
|
171
|
+
console.log("finally:", arrEventsToSync.length);
|
|
172
172
|
if (arrEventsToSync.length != 0 && hasNetwork) {
|
|
173
173
|
await this.startSync();
|
|
174
174
|
Logger.getInstance().logEvent('startSync-finally-data-sync-available', flattenObject(extraParameters), LOG_TYPE.SDK_ERROR);
|
|
@@ -297,7 +297,7 @@ export default class EventsSyncManager {
|
|
|
297
297
|
this.eventsManager = await ETEventsManager.getInstance();
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
|
|
300
|
+
|
|
301
301
|
// NEW CODE
|
|
302
302
|
const lastSyncedEventId = await Storage.getInstance().getSharedItem(
|
|
303
303
|
LAST_SYNCED_EVENT_ID
|
|
@@ -436,10 +436,7 @@ export default class EventsSyncManager {
|
|
|
436
436
|
|
|
437
437
|
private checkForInitialization() {
|
|
438
438
|
if (!this.syncHttpClient) {
|
|
439
|
-
throw new BaseError(
|
|
440
|
-
BaseErrorCodes.SyncManagerNotInitialized,
|
|
441
|
-
SyncManagerNotInitialized
|
|
442
|
-
);
|
|
439
|
+
throw new BaseError(BaseErrorCodes.EVENT_SYNC_INIT_FAILED, 'Event sync manager init failed.');
|
|
443
440
|
}
|
|
444
441
|
}
|
|
445
442
|
|
|
@@ -23,7 +23,7 @@ const errorLink = onError(({ graphQLErrors, networkError }) => {
|
|
|
23
23
|
console.log('apiError', `Message: ${message}, Location: ${JSON.stringify(locations)}, Path: ${JSON.stringify(path)}`));
|
|
24
24
|
|
|
25
25
|
if (networkError)
|
|
26
|
-
|
|
26
|
+
console.log('apiError', `[Network error]: ${networkError}`);
|
|
27
27
|
});
|
|
28
28
|
|
|
29
29
|
const logLink = new ApolloLink((operation, forward) => {
|
|
@@ -51,7 +51,7 @@ export default class GraphQLClient {
|
|
|
51
51
|
defaultOptions: {
|
|
52
52
|
query: { fetchPolicy: 'no-cache' },
|
|
53
53
|
mutate: { fetchPolicy: 'no-cache' },
|
|
54
|
-
},
|
|
54
|
+
},
|
|
55
55
|
link: from([timeOutLink, errorLink, logLink, httpLink]),
|
|
56
56
|
});
|
|
57
57
|
}
|
|
@@ -66,7 +66,7 @@ export default class GraphQLClient {
|
|
|
66
66
|
if (!GraphQLClient.instance) {
|
|
67
67
|
throw new BaseError(
|
|
68
68
|
ErrorCodes.GRAPHQL_CLIENT_NOT_INITIALIZED,
|
|
69
|
-
'Client is not initialized'
|
|
69
|
+
'GraphQL Client is not initialized'
|
|
70
70
|
);
|
|
71
71
|
}
|
|
72
72
|
return GraphQLClient.instance;
|
|
@@ -211,7 +211,7 @@ const StartWorkFlowScreen = ({
|
|
|
211
211
|
}
|
|
212
212
|
} catch (error: any) {
|
|
213
213
|
baseETProps.showProgress(false);
|
|
214
|
-
navigateWithError(ErrorCodes.UNEXPECTED_ERROR, error.message);
|
|
214
|
+
navigateWithError(error?.code ?? ErrorCodes.UNEXPECTED_ERROR, error.message);
|
|
215
215
|
Logger.getInstance().logEvent(TAG, error.message, LOG_TYPE.SDK_ERROR);
|
|
216
216
|
}
|
|
217
217
|
})();
|
package/src/utils/SdkUtils.ts
CHANGED
|
@@ -35,7 +35,15 @@ export default class SdkUtils {
|
|
|
35
35
|
try {
|
|
36
36
|
await remoteConfig().fetch(expiration);
|
|
37
37
|
remoteConfig()
|
|
38
|
-
.
|
|
38
|
+
.setDefaults({
|
|
39
|
+
cxRumDevApiKey: 'NA',
|
|
40
|
+
cxRumProdApiKey: 'NA',
|
|
41
|
+
isMandatoryUpdate: 'false',
|
|
42
|
+
isMandatoryUpdateiOS: 'false',
|
|
43
|
+
toggleInAppUpdateiOS: 'false',
|
|
44
|
+
toggleInAppUpdate: 'false',
|
|
45
|
+
})
|
|
46
|
+
.then(() => remoteConfig().fetchAndActivate())
|
|
39
47
|
.then((fetchedRemotely) => {
|
|
40
48
|
let config = remoteConfig().getAll();
|
|
41
49
|
if (fetchedRemotely) {
|
|
@@ -16,7 +16,7 @@ import type {
|
|
|
16
16
|
import Storage from './storage';
|
|
17
17
|
import { POD_DOC } from '../manager/syncmanager/constants';
|
|
18
18
|
import LocationManager from '../manager/location/LocationManager';
|
|
19
|
-
import
|
|
19
|
+
import DocumentManager from '../manager/syncmanager/document/DocumentManager';
|
|
20
20
|
|
|
21
21
|
const keys = DispatchSdkCache.KEYS;
|
|
22
22
|
const cache = DispatchSdkCache.getInstance();
|
|
@@ -189,7 +189,7 @@ export async function insertDocumentInDB(
|
|
|
189
189
|
dspID ?? 'NULL',
|
|
190
190
|
POD_DOC + '_' + response.insertId // This will be inserted in sync_type column in Event table.
|
|
191
191
|
);
|
|
192
|
-
}else{
|
|
192
|
+
} else {
|
|
193
193
|
let extraParameters = {
|
|
194
194
|
fileName: fileName,
|
|
195
195
|
};
|
|
@@ -245,10 +245,7 @@ export async function createFmsFolder(dispatchID: string) {
|
|
|
245
245
|
JSON.stringify(response?.data),
|
|
246
246
|
LOG_TYPE.SDK_ERROR
|
|
247
247
|
); */
|
|
248
|
-
throw new BaseError(
|
|
249
|
-
ErrorCodes.FMS_FOLDER_CREATION_ERROR,
|
|
250
|
-
JSON.stringify(response?.data)
|
|
251
|
-
);
|
|
248
|
+
throw new BaseError(ErrorCodes.FMS_FOLDER_CREATION_ERROR, JSON.stringify(response?.data));
|
|
252
249
|
}
|
|
253
250
|
} catch (error: any) {
|
|
254
251
|
if (
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
package/android/.idea/gradle.xml
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
4
|
-
<component name="GradleSettings">
|
|
5
|
-
<option name="linkedExternalProjectsSettings">
|
|
6
|
-
<GradleProjectSettings>
|
|
7
|
-
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
8
|
-
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
|
|
9
|
-
<option name="modules">
|
|
10
|
-
<set>
|
|
11
|
-
<option value="$PROJECT_DIR$" />
|
|
12
|
-
</set>
|
|
13
|
-
</option>
|
|
14
|
-
<option name="resolveExternalAnnotations" value="false" />
|
|
15
|
-
</GradleProjectSettings>
|
|
16
|
-
</option>
|
|
17
|
-
</component>
|
|
18
|
-
</project>
|
package/android/.idea/misc.xml
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
4
|
-
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
|
|
5
|
-
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
6
|
-
</component>
|
|
7
|
-
<component name="ProjectType">
|
|
8
|
-
<option name="id" value="Android" />
|
|
9
|
-
</component>
|
|
10
|
-
</project>
|
package/android/.idea/other.xml
DELETED
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="direct_access_persist.xml">
|
|
4
|
-
<option name="deviceSelectionList">
|
|
5
|
-
<list>
|
|
6
|
-
<PersistentDeviceSelectionData>
|
|
7
|
-
<option name="api" value="27" />
|
|
8
|
-
<option name="brand" value="DOCOMO" />
|
|
9
|
-
<option name="codename" value="F01L" />
|
|
10
|
-
<option name="id" value="F01L" />
|
|
11
|
-
<option name="manufacturer" value="FUJITSU" />
|
|
12
|
-
<option name="name" value="F-01L" />
|
|
13
|
-
<option name="screenDensity" value="360" />
|
|
14
|
-
<option name="screenX" value="720" />
|
|
15
|
-
<option name="screenY" value="1280" />
|
|
16
|
-
</PersistentDeviceSelectionData>
|
|
17
|
-
<PersistentDeviceSelectionData>
|
|
18
|
-
<option name="api" value="28" />
|
|
19
|
-
<option name="brand" value="DOCOMO" />
|
|
20
|
-
<option name="codename" value="SH-01L" />
|
|
21
|
-
<option name="id" value="SH-01L" />
|
|
22
|
-
<option name="manufacturer" value="SHARP" />
|
|
23
|
-
<option name="name" value="AQUOS sense2 SH-01L" />
|
|
24
|
-
<option name="screenDensity" value="480" />
|
|
25
|
-
<option name="screenX" value="1080" />
|
|
26
|
-
<option name="screenY" value="2160" />
|
|
27
|
-
</PersistentDeviceSelectionData>
|
|
28
|
-
<PersistentDeviceSelectionData>
|
|
29
|
-
<option name="api" value="31" />
|
|
30
|
-
<option name="brand" value="samsung" />
|
|
31
|
-
<option name="codename" value="a51" />
|
|
32
|
-
<option name="id" value="a51" />
|
|
33
|
-
<option name="manufacturer" value="Samsung" />
|
|
34
|
-
<option name="name" value="Galaxy A51" />
|
|
35
|
-
<option name="screenDensity" value="420" />
|
|
36
|
-
<option name="screenX" value="1080" />
|
|
37
|
-
<option name="screenY" value="2400" />
|
|
38
|
-
</PersistentDeviceSelectionData>
|
|
39
|
-
<PersistentDeviceSelectionData>
|
|
40
|
-
<option name="api" value="34" />
|
|
41
|
-
<option name="brand" value="google" />
|
|
42
|
-
<option name="codename" value="akita" />
|
|
43
|
-
<option name="id" value="akita" />
|
|
44
|
-
<option name="manufacturer" value="Google" />
|
|
45
|
-
<option name="name" value="Pixel 8a" />
|
|
46
|
-
<option name="screenDensity" value="420" />
|
|
47
|
-
<option name="screenX" value="1080" />
|
|
48
|
-
<option name="screenY" value="2400" />
|
|
49
|
-
</PersistentDeviceSelectionData>
|
|
50
|
-
<PersistentDeviceSelectionData>
|
|
51
|
-
<option name="api" value="33" />
|
|
52
|
-
<option name="brand" value="samsung" />
|
|
53
|
-
<option name="codename" value="b0q" />
|
|
54
|
-
<option name="id" value="b0q" />
|
|
55
|
-
<option name="manufacturer" value="Samsung" />
|
|
56
|
-
<option name="name" value="Galaxy S22 Ultra" />
|
|
57
|
-
<option name="screenDensity" value="600" />
|
|
58
|
-
<option name="screenX" value="1440" />
|
|
59
|
-
<option name="screenY" value="3088" />
|
|
60
|
-
</PersistentDeviceSelectionData>
|
|
61
|
-
<PersistentDeviceSelectionData>
|
|
62
|
-
<option name="api" value="32" />
|
|
63
|
-
<option name="brand" value="google" />
|
|
64
|
-
<option name="codename" value="bluejay" />
|
|
65
|
-
<option name="id" value="bluejay" />
|
|
66
|
-
<option name="manufacturer" value="Google" />
|
|
67
|
-
<option name="name" value="Pixel 6a" />
|
|
68
|
-
<option name="screenDensity" value="420" />
|
|
69
|
-
<option name="screenX" value="1080" />
|
|
70
|
-
<option name="screenY" value="2400" />
|
|
71
|
-
</PersistentDeviceSelectionData>
|
|
72
|
-
<PersistentDeviceSelectionData>
|
|
73
|
-
<option name="api" value="29" />
|
|
74
|
-
<option name="brand" value="samsung" />
|
|
75
|
-
<option name="codename" value="crownqlteue" />
|
|
76
|
-
<option name="id" value="crownqlteue" />
|
|
77
|
-
<option name="manufacturer" value="Samsung" />
|
|
78
|
-
<option name="name" value="Galaxy Note9" />
|
|
79
|
-
<option name="screenDensity" value="420" />
|
|
80
|
-
<option name="screenX" value="2220" />
|
|
81
|
-
<option name="screenY" value="1080" />
|
|
82
|
-
</PersistentDeviceSelectionData>
|
|
83
|
-
<PersistentDeviceSelectionData>
|
|
84
|
-
<option name="api" value="34" />
|
|
85
|
-
<option name="brand" value="samsung" />
|
|
86
|
-
<option name="codename" value="dm3q" />
|
|
87
|
-
<option name="id" value="dm3q" />
|
|
88
|
-
<option name="manufacturer" value="Samsung" />
|
|
89
|
-
<option name="name" value="Galaxy S23 Ultra" />
|
|
90
|
-
<option name="screenDensity" value="600" />
|
|
91
|
-
<option name="screenX" value="1440" />
|
|
92
|
-
<option name="screenY" value="3088" />
|
|
93
|
-
</PersistentDeviceSelectionData>
|
|
94
|
-
<PersistentDeviceSelectionData>
|
|
95
|
-
<option name="api" value="33" />
|
|
96
|
-
<option name="brand" value="google" />
|
|
97
|
-
<option name="codename" value="felix" />
|
|
98
|
-
<option name="id" value="felix" />
|
|
99
|
-
<option name="manufacturer" value="Google" />
|
|
100
|
-
<option name="name" value="Pixel Fold" />
|
|
101
|
-
<option name="screenDensity" value="420" />
|
|
102
|
-
<option name="screenX" value="2208" />
|
|
103
|
-
<option name="screenY" value="1840" />
|
|
104
|
-
</PersistentDeviceSelectionData>
|
|
105
|
-
<PersistentDeviceSelectionData>
|
|
106
|
-
<option name="api" value="33" />
|
|
107
|
-
<option name="brand" value="google" />
|
|
108
|
-
<option name="codename" value="felix_camera" />
|
|
109
|
-
<option name="id" value="felix_camera" />
|
|
110
|
-
<option name="manufacturer" value="Google" />
|
|
111
|
-
<option name="name" value="Pixel Fold (Camera-enabled)" />
|
|
112
|
-
<option name="screenDensity" value="420" />
|
|
113
|
-
<option name="screenX" value="2208" />
|
|
114
|
-
<option name="screenY" value="1840" />
|
|
115
|
-
</PersistentDeviceSelectionData>
|
|
116
|
-
<PersistentDeviceSelectionData>
|
|
117
|
-
<option name="api" value="33" />
|
|
118
|
-
<option name="brand" value="samsung" />
|
|
119
|
-
<option name="codename" value="gts8uwifi" />
|
|
120
|
-
<option name="id" value="gts8uwifi" />
|
|
121
|
-
<option name="manufacturer" value="Samsung" />
|
|
122
|
-
<option name="name" value="Galaxy Tab S8 Ultra" />
|
|
123
|
-
<option name="screenDensity" value="320" />
|
|
124
|
-
<option name="screenX" value="1848" />
|
|
125
|
-
<option name="screenY" value="2960" />
|
|
126
|
-
</PersistentDeviceSelectionData>
|
|
127
|
-
<PersistentDeviceSelectionData>
|
|
128
|
-
<option name="api" value="34" />
|
|
129
|
-
<option name="brand" value="google" />
|
|
130
|
-
<option name="codename" value="husky" />
|
|
131
|
-
<option name="id" value="husky" />
|
|
132
|
-
<option name="manufacturer" value="Google" />
|
|
133
|
-
<option name="name" value="Pixel 8 Pro" />
|
|
134
|
-
<option name="screenDensity" value="390" />
|
|
135
|
-
<option name="screenX" value="1008" />
|
|
136
|
-
<option name="screenY" value="2244" />
|
|
137
|
-
</PersistentDeviceSelectionData>
|
|
138
|
-
<PersistentDeviceSelectionData>
|
|
139
|
-
<option name="api" value="30" />
|
|
140
|
-
<option name="brand" value="motorola" />
|
|
141
|
-
<option name="codename" value="java" />
|
|
142
|
-
<option name="id" value="java" />
|
|
143
|
-
<option name="manufacturer" value="Motorola" />
|
|
144
|
-
<option name="name" value="G20" />
|
|
145
|
-
<option name="screenDensity" value="280" />
|
|
146
|
-
<option name="screenX" value="720" />
|
|
147
|
-
<option name="screenY" value="1600" />
|
|
148
|
-
</PersistentDeviceSelectionData>
|
|
149
|
-
<PersistentDeviceSelectionData>
|
|
150
|
-
<option name="api" value="33" />
|
|
151
|
-
<option name="brand" value="google" />
|
|
152
|
-
<option name="codename" value="lynx" />
|
|
153
|
-
<option name="id" value="lynx" />
|
|
154
|
-
<option name="manufacturer" value="Google" />
|
|
155
|
-
<option name="name" value="Pixel 7a" />
|
|
156
|
-
<option name="screenDensity" value="420" />
|
|
157
|
-
<option name="screenX" value="1080" />
|
|
158
|
-
<option name="screenY" value="2400" />
|
|
159
|
-
</PersistentDeviceSelectionData>
|
|
160
|
-
<PersistentDeviceSelectionData>
|
|
161
|
-
<option name="api" value="31" />
|
|
162
|
-
<option name="brand" value="google" />
|
|
163
|
-
<option name="codename" value="oriole" />
|
|
164
|
-
<option name="id" value="oriole" />
|
|
165
|
-
<option name="manufacturer" value="Google" />
|
|
166
|
-
<option name="name" value="Pixel 6" />
|
|
167
|
-
<option name="screenDensity" value="420" />
|
|
168
|
-
<option name="screenX" value="1080" />
|
|
169
|
-
<option name="screenY" value="2400" />
|
|
170
|
-
</PersistentDeviceSelectionData>
|
|
171
|
-
<PersistentDeviceSelectionData>
|
|
172
|
-
<option name="api" value="33" />
|
|
173
|
-
<option name="brand" value="google" />
|
|
174
|
-
<option name="codename" value="panther" />
|
|
175
|
-
<option name="id" value="panther" />
|
|
176
|
-
<option name="manufacturer" value="Google" />
|
|
177
|
-
<option name="name" value="Pixel 7" />
|
|
178
|
-
<option name="screenDensity" value="420" />
|
|
179
|
-
<option name="screenX" value="1080" />
|
|
180
|
-
<option name="screenY" value="2400" />
|
|
181
|
-
</PersistentDeviceSelectionData>
|
|
182
|
-
<PersistentDeviceSelectionData>
|
|
183
|
-
<option name="api" value="31" />
|
|
184
|
-
<option name="brand" value="samsung" />
|
|
185
|
-
<option name="codename" value="q2q" />
|
|
186
|
-
<option name="id" value="q2q" />
|
|
187
|
-
<option name="manufacturer" value="Samsung" />
|
|
188
|
-
<option name="name" value="Galaxy Z Fold3" />
|
|
189
|
-
<option name="screenDensity" value="420" />
|
|
190
|
-
<option name="screenX" value="1768" />
|
|
191
|
-
<option name="screenY" value="2208" />
|
|
192
|
-
</PersistentDeviceSelectionData>
|
|
193
|
-
<PersistentDeviceSelectionData>
|
|
194
|
-
<option name="api" value="34" />
|
|
195
|
-
<option name="brand" value="samsung" />
|
|
196
|
-
<option name="codename" value="q5q" />
|
|
197
|
-
<option name="id" value="q5q" />
|
|
198
|
-
<option name="manufacturer" value="Samsung" />
|
|
199
|
-
<option name="name" value="Galaxy Z Fold5" />
|
|
200
|
-
<option name="screenDensity" value="420" />
|
|
201
|
-
<option name="screenX" value="1812" />
|
|
202
|
-
<option name="screenY" value="2176" />
|
|
203
|
-
</PersistentDeviceSelectionData>
|
|
204
|
-
<PersistentDeviceSelectionData>
|
|
205
|
-
<option name="api" value="30" />
|
|
206
|
-
<option name="brand" value="google" />
|
|
207
|
-
<option name="codename" value="r11" />
|
|
208
|
-
<option name="id" value="r11" />
|
|
209
|
-
<option name="manufacturer" value="Google" />
|
|
210
|
-
<option name="name" value="Pixel Watch" />
|
|
211
|
-
<option name="screenDensity" value="320" />
|
|
212
|
-
<option name="screenX" value="384" />
|
|
213
|
-
<option name="screenY" value="384" />
|
|
214
|
-
<option name="type" value="WEAR_OS" />
|
|
215
|
-
</PersistentDeviceSelectionData>
|
|
216
|
-
<PersistentDeviceSelectionData>
|
|
217
|
-
<option name="api" value="30" />
|
|
218
|
-
<option name="brand" value="google" />
|
|
219
|
-
<option name="codename" value="redfin" />
|
|
220
|
-
<option name="id" value="redfin" />
|
|
221
|
-
<option name="manufacturer" value="Google" />
|
|
222
|
-
<option name="name" value="Pixel 5" />
|
|
223
|
-
<option name="screenDensity" value="440" />
|
|
224
|
-
<option name="screenX" value="1080" />
|
|
225
|
-
<option name="screenY" value="2340" />
|
|
226
|
-
</PersistentDeviceSelectionData>
|
|
227
|
-
<PersistentDeviceSelectionData>
|
|
228
|
-
<option name="api" value="34" />
|
|
229
|
-
<option name="brand" value="google" />
|
|
230
|
-
<option name="codename" value="shiba" />
|
|
231
|
-
<option name="id" value="shiba" />
|
|
232
|
-
<option name="manufacturer" value="Google" />
|
|
233
|
-
<option name="name" value="Pixel 8" />
|
|
234
|
-
<option name="screenDensity" value="420" />
|
|
235
|
-
<option name="screenX" value="1080" />
|
|
236
|
-
<option name="screenY" value="2400" />
|
|
237
|
-
</PersistentDeviceSelectionData>
|
|
238
|
-
<PersistentDeviceSelectionData>
|
|
239
|
-
<option name="api" value="33" />
|
|
240
|
-
<option name="brand" value="google" />
|
|
241
|
-
<option name="codename" value="tangorpro" />
|
|
242
|
-
<option name="id" value="tangorpro" />
|
|
243
|
-
<option name="manufacturer" value="Google" />
|
|
244
|
-
<option name="name" value="Pixel Tablet" />
|
|
245
|
-
<option name="screenDensity" value="320" />
|
|
246
|
-
<option name="screenX" value="1600" />
|
|
247
|
-
<option name="screenY" value="2560" />
|
|
248
|
-
</PersistentDeviceSelectionData>
|
|
249
|
-
<PersistentDeviceSelectionData>
|
|
250
|
-
<option name="api" value="29" />
|
|
251
|
-
<option name="brand" value="samsung" />
|
|
252
|
-
<option name="codename" value="x1q" />
|
|
253
|
-
<option name="id" value="x1q" />
|
|
254
|
-
<option name="manufacturer" value="Samsung" />
|
|
255
|
-
<option name="name" value="Galaxy S20" />
|
|
256
|
-
<option name="screenDensity" value="480" />
|
|
257
|
-
<option name="screenX" value="1440" />
|
|
258
|
-
<option name="screenY" value="3200" />
|
|
259
|
-
</PersistentDeviceSelectionData>
|
|
260
|
-
</list>
|
|
261
|
-
</option>
|
|
262
|
-
</component>
|
|
263
|
-
</project>
|