react-native-acoustic-connect-beta 16.0.23 → 16.0.25
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/ConnectConfig.json +1 -0
- package/Example/nativebase-v3-kitchensink/android/app/build.gradle +0 -1
- package/Example/nativebase-v3-kitchensink/android/app/src/main/java/com/geekyants/kitchensinkappnativebase/MainActivity.java +15 -13
- package/Example/nativebase-v3-kitchensink/package.json +1 -1
- package/android/build.gradle +1 -3
- package/android/config.gradle +60 -43
- package/package.json +1 -1
- package/scripts/ConnectConfig.json +1 -0
- package/scripts/javaParser.js +98 -42
- package/android/src/main/assets/ConnectAdvancedConfig.json +0 -3
- package/android/src/main/assets/EOCoreAdvancedConfig.json +0 -1508
- package/android/src/main/assets/EOCoreBasicConfig.properties +0 -29
- package/android/src/main/assets/TealeafAdvancedConfig.json +0 -39
- package/android/src/main/assets/TealeafBasicConfig.properties +0 -35
- package/android/src/main/assets/TealeafLayoutConfig.json +0 -1
- package/android/src/main/assets/TealeafLayoutConfigDefault.json +0 -40
|
@@ -1,29 +0,0 @@
|
|
|
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
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"LibraryVersion": "10.3.347",
|
|
3
|
-
"FilterMessageTypes": false,
|
|
4
|
-
"MessageTypes": "4,5",
|
|
5
|
-
"AddMessageTypeHeader": false,
|
|
6
|
-
"MessageTypeHeader": "WorklightHit",
|
|
7
|
-
"KillSwitchAsync": true,
|
|
8
|
-
"WebViewDelay": "1000",
|
|
9
|
-
"ExcludeTextViewStyleForOS": "",
|
|
10
|
-
"DefaultTextViewGravity": "left",
|
|
11
|
-
"DefaultTextViewPaddingLeft": 5,
|
|
12
|
-
"DefaultTextViewPaddingRight": 5,
|
|
13
|
-
"DefaultAutoLayoutDelay": 1,
|
|
14
|
-
"ScreenViewUnloadDelay": 1000,
|
|
15
|
-
"GestureConfirmedScreenshotDelay": 1,
|
|
16
|
-
"RemoveIp": false,
|
|
17
|
-
"IpPlaceholder": "N/A",
|
|
18
|
-
"UseZindex": false,
|
|
19
|
-
"InitialZIndex": 500,
|
|
20
|
-
"StripDrawableFolderExt": true,
|
|
21
|
-
"WebViewSetTagForId": false,
|
|
22
|
-
"KillSwitchDelay": 300,
|
|
23
|
-
"GenerateImageHash": true,
|
|
24
|
-
"SwitchWidth": 140,
|
|
25
|
-
"EnableActivityLifeCycleListener": true,
|
|
26
|
-
"UseXpathId": false,
|
|
27
|
-
"RemoveAllCookies": false,
|
|
28
|
-
"ColorPrimary": "#3F51B5",
|
|
29
|
-
"ColorPrimaryDark": "#303F9F",
|
|
30
|
-
"ColorAccent": "#FF4081",
|
|
31
|
-
"EnableGestureSwipeLogScreen": true,
|
|
32
|
-
"EnableScreenshotCache": true,
|
|
33
|
-
"FlushUpdatedPlaceHolders": true,
|
|
34
|
-
"ClickEventEnabled": false,
|
|
35
|
-
"TouchEventEnabled": false,
|
|
36
|
-
"EditTextEnabled": false,
|
|
37
|
-
"ExtendsGoogleWebViewClient": false,
|
|
38
|
-
"GoogleWebViewEnabled": false
|
|
39
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
#Thu Nov 07 20:00:11 PST 2024
|
|
2
|
-
AppKey=fa47722a7fef4bcd8677fd8d6d113a0d
|
|
3
|
-
CaptureNativeGesturesOnWebview=false
|
|
4
|
-
Connection=3
|
|
5
|
-
CookieDomain=.straussandplesser.com
|
|
6
|
-
CookieExpires=false
|
|
7
|
-
CookieExpiresFormat=ASCTIME
|
|
8
|
-
CookieParam=TLTSID
|
|
9
|
-
CookiePath=/
|
|
10
|
-
CookieSecure=false
|
|
11
|
-
CookieUrl=http\://m.straussandplesser.com
|
|
12
|
-
DisableAutoInstrumentation=true
|
|
13
|
-
GetImageDataOnScreenLayout=false
|
|
14
|
-
KillSwitchEnabled=true
|
|
15
|
-
KillSwitchMaxNumberOfTries=3
|
|
16
|
-
KillSwitchTimeInterval=5
|
|
17
|
-
KillSwitchUrl=https\://lib-us-2.brilliantcollector.com/collector/switch/fa47722a7fef4bcd8677fd8d6d113a0d
|
|
18
|
-
LogLocationEnabled=true
|
|
19
|
-
LogLocationTimeout=30
|
|
20
|
-
LogLocationTries=3
|
|
21
|
-
LogViewLayoutOnScreenTransition=true
|
|
22
|
-
MaxStringsLength=300
|
|
23
|
-
PercentOfScreenshotsSize=40
|
|
24
|
-
PercentToCompressImage=80
|
|
25
|
-
PostMessageUrl=https\://lib-us-2.brilliantcollector.com/collector/collectorPost
|
|
26
|
-
PrintScreen=3
|
|
27
|
-
RandomSampleParam=
|
|
28
|
-
ScreenShotPixelDensity=1.5
|
|
29
|
-
ScreenshotFormat=JPG
|
|
30
|
-
SessionTimeout=30
|
|
31
|
-
SessionTimeoutKillSwitch=false
|
|
32
|
-
SetGestureDetector=true
|
|
33
|
-
UseRandomSample=false
|
|
34
|
-
UseWhiteList=true
|
|
35
|
-
WhiteListParam=id
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"AutoLayout":{"GlobalScreenSettings":{"ScreenChange":true,"DisplayName":"Example","CaptureLayoutDelay":500,"ScreenShot":true,"NumberOfWebViews":0,"CaptureUserEvents":true,"CaptureScreenVisits":false,"CaptureLayoutOn":2,"CaptureScreenshotOn":2,"Masking":{"HasMasking":true,"HasCustomMask":true,"Sensitive":{"capitalCaseAlphabet":"X","number":"9","smallCaseAlphabet":"x","symbol":"#"},"MaskIdList":[],"MaskValueList":[]}}},"MainActivity":{"ScreenChange":true,"DisplayName":"LoginActivity","CaptureLayoutOn":2,"Masking":{"HasMasking":true,"HasCustomMask":true,"Sensitive":{"capitalCaseAlphabet":"X","number":"9","smallCaseAlphabet":"x","symbol":"#"},"MaskIdList":["password"],"MaskValueList":[],"MaskAccessibilityIdList":[],"MaskAccessibilityLabelList":["Masking","Test Masking","password"]}},"Button":{"ScreenChange":true,"DisplayName":"Visible","CaptureLayoutDelay":500,"ScreenShot":true,"NumberOfWebViews":0,"CaptureUserEvents":true,"CaptureScreenVisits":true,"CaptureLayoutOn":2,"CaptureScreenshotOn":2},"ErrorTest":{"ScreenChange":false,"DisplayName":"Hidden","CaptureLayoutDelay":1,"ScreenShot":false,"NumberOfWebViews":0,"CaptureUserEvents":false,"CaptureScreenVisits":false,"CaptureLayoutOn":0,"CaptureScreenshotOn":0},"AppendMapIds":{"[w,9290],[v,0]":{"mid":"ASimpleUIView"},"tag2999999":{"mid":"giveAdditionalId1"},"idxPathValue":{"mid":"giveAdditionalId2"}}}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AutoLayout": {
|
|
3
|
-
"GlobalScreenSettings":{
|
|
4
|
-
"ScreenChange": true,
|
|
5
|
-
"DisplayName": "",
|
|
6
|
-
"CaptureLayoutDelay": 500,
|
|
7
|
-
"ScreenShot": true,
|
|
8
|
-
"NumberOfWebViews": 0,
|
|
9
|
-
"CaptureUserEvents": true,
|
|
10
|
-
"CaptureScreenVisits": false,
|
|
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
|
-
],
|
|
24
|
-
"MaskValueList": [
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"AppendMapIds": {
|
|
30
|
-
"[w,9290],[v,0]": {
|
|
31
|
-
"mid": "ASimpleUIView"
|
|
32
|
-
},
|
|
33
|
-
"tag2999999": {
|
|
34
|
-
"mid": "giveAdditionalId1"
|
|
35
|
-
},
|
|
36
|
-
"idxPathValue": {
|
|
37
|
-
"mid": "giveAdditionalId2"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|