react-native-acoustic-connect-beta 16.0.27 → 16.0.28
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/Example/nativebase-v3-kitchensink/package.json +1 -1
- package/Jenkinsfile +61 -0
- package/android/src/main/assets/ConnectAdvancedConfig.json +3 -0
- package/android/src/main/assets/EOCoreAdvancedConfig.json +1509 -0
- package/android/src/main/assets/EOCoreBasicConfig.properties +29 -0
- package/android/src/main/assets/TealeafAdvancedConfig.json +42 -0
- package/android/src/main/assets/TealeafBasicConfig.properties +76 -0
- package/android/src/main/assets/TealeafLayoutConfig.json +74 -0
- package/latestChanges +1 -0
- package/package.json +1 -1
- package/scripts/ConnectConfig.json +98 -90
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
#---------------------------------------------------------------------------------------------
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2016 Acoustic, L.P. All rights reserved.
|
|
4
|
+
#
|
|
5
|
+
# NOTICE: This file contains material that is confidential and proprietary to
|
|
6
|
+
# Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
|
|
7
|
+
# industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
|
|
8
|
+
# Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
|
|
9
|
+
# prohibited.
|
|
10
|
+
#
|
|
11
|
+
#---------------------------------------------------------------------------------------------
|
|
12
|
+
|
|
13
|
+
#Default level
|
|
14
|
+
LoggingLevel=3
|
|
15
|
+
DisplayLogging=true
|
|
16
|
+
|
|
17
|
+
#Local cache file settings
|
|
18
|
+
#Whether to save to local application sandbox.
|
|
19
|
+
PersistLocalCache=true
|
|
20
|
+
#if HasToPersistLocalCache=true, then fill the section of the settings below
|
|
21
|
+
CachingLevel=3
|
|
22
|
+
|
|
23
|
+
#Post settings
|
|
24
|
+
PostMessageLevelWiFi=3
|
|
25
|
+
PostMessageLevelCellular=3
|
|
26
|
+
ManualPostEnabled=false
|
|
27
|
+
#if ManualPostEnabled=false, then fill the section of the settings below
|
|
28
|
+
DoPostOnIntervals=true
|
|
29
|
+
PostMessageTimeInterval=30
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AddMessageTypeHeader": false,
|
|
3
|
+
"ClickEventEnabled": false,
|
|
4
|
+
"ColorAccent": "#FF4081",
|
|
5
|
+
"ColorPrimary": "#3F51B5",
|
|
6
|
+
"ColorPrimaryDark": "#303F9F",
|
|
7
|
+
"DefaultAutoLayoutDelay": 0,
|
|
8
|
+
"DefaultTextViewGravity": "left",
|
|
9
|
+
"DefaultTextViewPaddingLeft": 5,
|
|
10
|
+
"DefaultTextViewPaddingRight": 5,
|
|
11
|
+
"EditTextEnabled": true,
|
|
12
|
+
"EnableActivityLifeCycleListener": true,
|
|
13
|
+
"EnableFragmentLifeCycleListener": true,
|
|
14
|
+
"EnableGestureSwipeLogScreen": true,
|
|
15
|
+
"EnableScreenshotCache": true,
|
|
16
|
+
"ExcludeTextViewStyleForOS": "",
|
|
17
|
+
"ExtendsGoogleWebViewClient": false,
|
|
18
|
+
"FilterMessageTypes": false,
|
|
19
|
+
"FlushUpdatedPlaceHolders": false,
|
|
20
|
+
"GenerateImageHash": true,
|
|
21
|
+
"GestureConfirmedScreenshotDelay": 0,
|
|
22
|
+
"GoogleWebViewEnabled": true,
|
|
23
|
+
"InitialZIndex": 500,
|
|
24
|
+
"IpPlaceholder": "N/A",
|
|
25
|
+
"KillSwitchAsync": true,
|
|
26
|
+
"KillSwitchDelay": 300,
|
|
27
|
+
"LibraryVersion": "10.4.7",
|
|
28
|
+
"LogFullRequestResponsePayloads": true,
|
|
29
|
+
"MessageTypeHeader": "WorklightHit",
|
|
30
|
+
"MessageTypes": "4,5",
|
|
31
|
+
"NavigationControllerEnabled": false,
|
|
32
|
+
"RemoveAllCookies": false,
|
|
33
|
+
"RemoveIp": false,
|
|
34
|
+
"ScreenViewUnloadDelay": 1000,
|
|
35
|
+
"StripDrawableFolderExt": true,
|
|
36
|
+
"SwitchWidth": 140,
|
|
37
|
+
"TouchEventEnabled": false,
|
|
38
|
+
"UseXpathId": false,
|
|
39
|
+
"UseZindex": false,
|
|
40
|
+
"WebViewDelay": "1000",
|
|
41
|
+
"WebViewSetTagForId": false
|
|
42
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
#--------------------------------------------------------------------------------------------
|
|
2
|
+
# Copyright (C) 2021 Acoustic, L.P. All rights reserved.
|
|
3
|
+
#
|
|
4
|
+
# NOTICE: This file contains material that is confidential and proprietary to
|
|
5
|
+
# Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
|
|
6
|
+
# industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
|
|
7
|
+
# Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
|
|
8
|
+
# prohibited.
|
|
9
|
+
#--------------------------------------------------------------------------------------------
|
|
10
|
+
|
|
11
|
+
#Kill switch settings
|
|
12
|
+
KillSwitchEnabled=false
|
|
13
|
+
#if KillSwitchEnabled=true, then fill the section of the settings below
|
|
14
|
+
KillSwitchUrl=https://lib-us-2.brilliantcollector.com/collector/switch/fa47722a7fef4bcd8677fd8d6d113a0d
|
|
15
|
+
|
|
16
|
+
#Post settings
|
|
17
|
+
PostMessageUrl=https://lib-us-2.brilliantcollector.com/collector/collectorPost
|
|
18
|
+
#Saas Integration
|
|
19
|
+
AppKey=fa47722a7fef4bcd8677fd8d6d113a0d
|
|
20
|
+
|
|
21
|
+
#Should have at least 1
|
|
22
|
+
KillSwitchMaxNumberOfTries=3
|
|
23
|
+
#The time to wait before checking the kill switch URL if it is not responding
|
|
24
|
+
KillSwitchTimeInterval=5
|
|
25
|
+
UseWhiteList=true
|
|
26
|
+
WhiteListParam=id
|
|
27
|
+
UseRandomSample=false
|
|
28
|
+
RandomSampleParam=
|
|
29
|
+
|
|
30
|
+
PrintScreen=3
|
|
31
|
+
Connection=3
|
|
32
|
+
MaxStringsLength=300
|
|
33
|
+
|
|
34
|
+
#Sessionization settings
|
|
35
|
+
CookieUrl=http://m.straussandplesser.com
|
|
36
|
+
CookieParam=TLTSID
|
|
37
|
+
CookiePath=/
|
|
38
|
+
CookieDomain=.straussandplesser.com
|
|
39
|
+
#Whether you want to add an expires property on the cookie which will be offset + SessionTimeout value
|
|
40
|
+
#When post is sent, expiration of cookie will be current time + session timeout
|
|
41
|
+
CookieExpires=false
|
|
42
|
+
#Whether you want to create a secure cookie which can only be sent using a https url in PostMessageUrl.
|
|
43
|
+
CookieSecure=true
|
|
44
|
+
#Valid date formats: ASCTIME, RFC1036, RFC1123
|
|
45
|
+
CookieExpiresFormat=ASCTIME
|
|
46
|
+
#Session timeout is in minutes, set to 0 if session timeout is not needed and depend on cookie instead
|
|
47
|
+
SessionTimeout=30
|
|
48
|
+
#Call killswitch for a new session id
|
|
49
|
+
SessionTimeoutKillSwitch=false
|
|
50
|
+
|
|
51
|
+
# Device id header and cookie
|
|
52
|
+
disableTLTDID=false
|
|
53
|
+
|
|
54
|
+
#Image settings
|
|
55
|
+
# You can have PNG or JPG
|
|
56
|
+
ScreenshotFormat=JPG
|
|
57
|
+
# Percentage of screen capture's original pixel dimensions at which posted screen captures are submitted from 1 to 100.
|
|
58
|
+
PercentOfScreenshotsSize=40
|
|
59
|
+
# Percentage to compress image which can only be done for jpg images. PNG will ignore and default to 100.
|
|
60
|
+
PercentToCompressImage=80
|
|
61
|
+
# Pixel density of a device when screenshot is taken. Default value is 1.5. 1, 1.5, 2, 3 etc are valid values.
|
|
62
|
+
ScreenShotPixelDensity=1.5
|
|
63
|
+
|
|
64
|
+
#Capture native layout
|
|
65
|
+
LogViewLayoutOnScreenTransition=true
|
|
66
|
+
# Current only done on ImageView
|
|
67
|
+
GetImageDataOnScreenLayout=false
|
|
68
|
+
|
|
69
|
+
#Gesture enabled or not
|
|
70
|
+
SetGestureDetector=true
|
|
71
|
+
CaptureNativeGesturesOnWebview=false
|
|
72
|
+
|
|
73
|
+
#Auto Geolocation logging enabled or not
|
|
74
|
+
LogLocationEnabled=true
|
|
75
|
+
LogLocationTries=3
|
|
76
|
+
LogLocationTimeout=30
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AutoLayout": {
|
|
3
|
+
"GlobalScreenSettings": {
|
|
4
|
+
"ScreenChange": true,
|
|
5
|
+
"DisplayName": "",
|
|
6
|
+
"CaptureLayoutDelay": 500,
|
|
7
|
+
"ScreenShot": true,
|
|
8
|
+
"NumberOfWebViews": 0,
|
|
9
|
+
"CaptureUserEvents": true,
|
|
10
|
+
"CaptureScreenVisits": true,
|
|
11
|
+
"CaptureLayoutOn": 2,
|
|
12
|
+
"CaptureScreenshotOn": 2,
|
|
13
|
+
"Masking": {
|
|
14
|
+
"HasMasking": true,
|
|
15
|
+
"HasCustomMask": true,
|
|
16
|
+
"Sensitive": {
|
|
17
|
+
"capitalCaseAlphabet": "X",
|
|
18
|
+
"number": "9",
|
|
19
|
+
"smallCaseAlphabet": "x",
|
|
20
|
+
"symbol": "#"
|
|
21
|
+
},
|
|
22
|
+
"MaskIdList": [
|
|
23
|
+
"textView1",
|
|
24
|
+
"login.password"
|
|
25
|
+
],
|
|
26
|
+
"MaskValueList": [
|
|
27
|
+
"^3[47][0-9]{13}$",
|
|
28
|
+
"^4[0-9]{12}(?:[0-9]{3})?$"
|
|
29
|
+
],
|
|
30
|
+
"MaskAccessibilityIdList": [
|
|
31
|
+
"accessibility description",
|
|
32
|
+
"myAccessId"
|
|
33
|
+
],
|
|
34
|
+
"MaskAccessibilityLabelList": [
|
|
35
|
+
"label"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"MainActivity": {
|
|
40
|
+
"ScreenChange": true,
|
|
41
|
+
"DisplayName": "Home",
|
|
42
|
+
"CaptureLayoutOn": 2,
|
|
43
|
+
"Masking": {
|
|
44
|
+
"HasMasking": true,
|
|
45
|
+
"HasCustomMask": true,
|
|
46
|
+
"Sensitive": {
|
|
47
|
+
"capitalCaseAlphabet": "X",
|
|
48
|
+
"number": "9",
|
|
49
|
+
"smallCaseAlphabet": "x",
|
|
50
|
+
"symbol": "#"
|
|
51
|
+
},
|
|
52
|
+
"MaskIdList": [
|
|
53
|
+
"username"
|
|
54
|
+
],
|
|
55
|
+
"MaskValueList": [
|
|
56
|
+
],
|
|
57
|
+
"MaskAccessibilityIdList": [
|
|
58
|
+
],
|
|
59
|
+
"MaskAccessibilityLabelList": [
|
|
60
|
+
"Masking",
|
|
61
|
+
"Test Masking"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"AppendMapIds": {
|
|
67
|
+
"com.tl.uic.appDarkHoloAuto:id/imageButton": {
|
|
68
|
+
"mid": "botonDeImagen"
|
|
69
|
+
},
|
|
70
|
+
"com.tl.uic.appDarkHoloAuto:id/toggleButton1": {
|
|
71
|
+
"mid": "toggleButton"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
package/latestChanges
CHANGED
package/package.json
CHANGED
|
@@ -1,95 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"CaptureLayoutOn": 2,
|
|
20
|
-
"CaptureScreenshotOn": 2,
|
|
21
|
-
"Masking": {
|
|
22
|
-
"HasMasking": true,
|
|
23
|
-
"HasCustomMask": true,
|
|
24
|
-
"Sensitive": {
|
|
25
|
-
"capitalCaseAlphabet": "X",
|
|
26
|
-
"number": "9",
|
|
27
|
-
"smallCaseAlphabet": "x",
|
|
28
|
-
"symbol": "#"
|
|
2
|
+
"Connect": {
|
|
3
|
+
"AndroidVersion": "10.4.21",
|
|
4
|
+
"AppKey": "b6c3709b7a4c479bb4b5a9fb8fec324c",
|
|
5
|
+
"KillSwitchUrl": "https://lib-us-2.brilliantcollector.com/collector/switch/b6c3709b7a4c479bb4b5a9fb8fec324c",
|
|
6
|
+
"PostMessageUrl": "https://lib-us-2.brilliantcollector.com/collector/collectorPost",
|
|
7
|
+
"iOSVersion": "",
|
|
8
|
+
"layoutConfig": {
|
|
9
|
+
"AppendMapIds": {
|
|
10
|
+
"[w,9290],[v,0]": {
|
|
11
|
+
"mid": "ASimpleUIView"
|
|
12
|
+
},
|
|
13
|
+
"idxPathValue": {
|
|
14
|
+
"mid": "giveAdditionalId2"
|
|
15
|
+
},
|
|
16
|
+
"tag2999999": {
|
|
17
|
+
"mid": "giveAdditionalId1"
|
|
18
|
+
}
|
|
29
19
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
20
|
+
"AutoLayout": {
|
|
21
|
+
"GlobalScreenSettings": {
|
|
22
|
+
"CaptureLayoutDelay": 500,
|
|
23
|
+
"CaptureLayoutOn": 2,
|
|
24
|
+
"CaptureScreenVisits": false,
|
|
25
|
+
"CaptureScreenshotOn": 2,
|
|
26
|
+
"CaptureUserEvents": true,
|
|
27
|
+
"DisplayName": "Example",
|
|
28
|
+
"Masking": {
|
|
29
|
+
"HasCustomMask": true,
|
|
30
|
+
"HasMasking": true,
|
|
31
|
+
"MaskIdList": [
|
|
32
|
+
|
|
33
|
+
],
|
|
34
|
+
"MaskValueList": [
|
|
35
|
+
|
|
36
|
+
],
|
|
37
|
+
"Sensitive": {
|
|
38
|
+
"capitalCaseAlphabet": "X",
|
|
39
|
+
"number": "9",
|
|
40
|
+
"smallCaseAlphabet": "x",
|
|
41
|
+
"symbol": "#"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"NumberOfWebViews": 0,
|
|
45
|
+
"ScreenChange": true,
|
|
46
|
+
"ScreenShot": true
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"Button": {
|
|
50
|
+
"CaptureLayoutDelay": 500,
|
|
51
|
+
"CaptureLayoutOn": 2,
|
|
52
|
+
"CaptureScreenVisits": true,
|
|
53
|
+
"CaptureScreenshotOn": 2,
|
|
54
|
+
"CaptureUserEvents": true,
|
|
55
|
+
"DisplayName": "Visible",
|
|
56
|
+
"NumberOfWebViews": 0,
|
|
57
|
+
"ScreenChange": true,
|
|
58
|
+
"ScreenShot": true
|
|
59
|
+
},
|
|
60
|
+
"ErrorTest": {
|
|
61
|
+
"CaptureLayoutDelay": 1,
|
|
62
|
+
"CaptureLayoutOn": 0,
|
|
63
|
+
"CaptureScreenVisits": false,
|
|
64
|
+
"CaptureScreenshotOn": 0,
|
|
65
|
+
"CaptureUserEvents": false,
|
|
66
|
+
"DisplayName": "Hidden",
|
|
67
|
+
"NumberOfWebViews": 0,
|
|
68
|
+
"ScreenChange": false,
|
|
69
|
+
"ScreenShot": false
|
|
70
|
+
},
|
|
71
|
+
"MainActivity": {
|
|
72
|
+
"CaptureLayoutOn": 2,
|
|
73
|
+
"DisplayName": "LoginActivity",
|
|
74
|
+
"Masking": {
|
|
75
|
+
"HasCustomMask": true,
|
|
76
|
+
"HasMasking": true,
|
|
77
|
+
"MaskAccessibilityIdList": [
|
|
78
|
+
|
|
79
|
+
],
|
|
80
|
+
"MaskAccessibilityLabelList": [
|
|
81
|
+
"Masking",
|
|
82
|
+
"Test Masking",
|
|
83
|
+
"password"
|
|
84
|
+
],
|
|
85
|
+
"MaskIdList": [
|
|
86
|
+
"password"
|
|
87
|
+
],
|
|
88
|
+
"MaskValueList": [
|
|
89
|
+
|
|
90
|
+
],
|
|
91
|
+
"Sensitive": {
|
|
92
|
+
"capitalCaseAlphabet": "X",
|
|
93
|
+
"number": "9",
|
|
94
|
+
"smallCaseAlphabet": "x",
|
|
95
|
+
"symbol": "#"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"ScreenChange": true
|
|
99
|
+
}
|
|
88
100
|
},
|
|
89
|
-
"
|
|
90
|
-
"mid": "giveAdditionalId2"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
101
|
+
"useRelease": false
|
|
93
102
|
}
|
|
94
|
-
}
|
|
95
103
|
}
|