Skip to content

Commit e641db1

Browse files
October 28 2021 Tealeaf Module 10.6.138
Tealeaf Release October 28 2021 Tealeaf Module 10.6.138 Tealeaf Release Enhancements - Built with Xcode 13.1. Bug Fixes - None. Known Issues - Captures gesture even when the gestureRecognizer is set to return 'NO', this is an Apple defect. - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS. - The pink boarder on Gestures screenview is off when captured using ER, because if timing or garbage collection. - Template issue - The back link is missing during capture on some screens Progressindicator, AlertViewController, Gestures screenview and picker view. - Template issue - Battery icon not visible in green anymore. - Improvement :- connectionType remains N/A if device is on WiFi on app start. - DoPostOnScreenChange is not working as expected, because of temp queue. - Reporting of multiple carrier names in JSON if the device has Dual SIM is a beta feature. - React Native has an issue for dynamic builds. We will use static version instead. - Certain Alerts may appear correctly during replay. - If a View Controller has more than one WKWebViews, gestures may be off by a few pixels - iPadOS Multi Window apps are not YET supported.
1 parent f522d0e commit e641db1

File tree

50 files changed

+783
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+783
-25
lines changed

SDKPackages/tealeaf/ios/Release Notes.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@
88
# prohibited.
99
###############################################################################################
1010

11+
October 28 2021 Tealeaf Module 10.6.138
12+
13+
Tealeaf Release
14+
Enhancements
15+
16+
- Built with Xcode 13.1.
17+
18+
19+
Bug Fixes
20+
21+
- None.
22+
23+
24+
Known Issues
25+
26+
- Captures gesture even when the gestureRecognizer is set to return 'NO', this is an Apple defect.
27+
- After iOS 13, library no longer supports iPad because of Apple changes in iPad OS.
28+
- The pink boarder on Gestures screenview is off when captured using ER, because if timing or garbage collection.
29+
- Template issue - The back link is missing during capture on some screens Progressindicator, AlertViewController, Gestures screenview and picker view.
30+
- Template issue - Battery icon not visible in green anymore.
31+
- Improvement :- "connectionType" remains N/A if device is on WiFi on app start.
32+
- DoPostOnScreenChange is not working as expected, because of temp queue.
33+
- Reporting of multiple carrier names in JSON if the device has Dual SIM is a beta feature.
34+
- React Native has an issue for dynamic builds. We will use static version instead.
35+
- Certain Alerts may appear correctly during replay.
36+
- If a View Controller has more than one WKWebViews, gestures may be off by a few pixels
37+
- iPadOS Multi Window apps are not YET supported.
38+
39+
40+
1141
October 28 2021 EOCore Module 2.3.72
1242

1343
EOCore Release

SDKPackages/tealeaf/ios/Tealeaf/Debug/TLFResources.bundle/TealeafAdvancedConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"LibraryVersion": "10.6.137",
2+
"LibraryVersion": "10.6.138",
33
"FilterMessageTypes": false,
44
"MessageTypes": "4,5,6",
55
"AddMessageTypeHeader": true,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"LibraryVersion": "10.6.138",
3+
"FilterMessageTypes": false,
4+
"MessageTypes": "4,5,6",
5+
"AddMessageTypeHeader": true,
6+
"MessageTypeHeader": "WORKLIGHTHIT",
7+
"TreatJsonDictionariesAsString": false,
8+
"connection": 1,
9+
"button:click": 0,
10+
"button:load": 0,
11+
"toggleButton:click": 1,
12+
"slider:valueChange": 1,
13+
"stepper:valueChange": 1,
14+
"selectList:valueChange": 0,
15+
"selectList:load": 0,
16+
"selectList:UITableViewSelectionDidChangeNotification": 0,
17+
"datePicker:dateChange": 1,
18+
"pickerView:valueChanged": 1,
19+
"textBox:textChange": 1,
20+
"textBox:textChanged": 0,
21+
"textBox:textFieldDidChange": 0,
22+
"textBox:_searchFieldBeginEditing": 0,
23+
"textBox:_searchFieldBeginChanged": 0,
24+
"textBox:_searchFieldEditingChanged": 0,
25+
"label:textChange": 1,
26+
"label:load": 0,
27+
"scroller:scrollChange": 1,
28+
"actionSheet:buttonIndex": 1,
29+
"actionSheet:show": 0,
30+
"alertView:buttonIndex": 1,
31+
"alertView:show": 0,
32+
"customEvent": 1,
33+
"exception": 1,
34+
"mobileState": 1,
35+
"location": 2,
36+
"orientation": 1,
37+
"screenChangeLevel": 1,
38+
"layout": 1,
39+
"gestures": 1,
40+
"UICPayload": 1,
41+
"RemoveIp": false,
42+
"IpPlaceholder": "N/A",
43+
"UseJPGForReplayImagesExtension": false,
44+
"pageControl:valueChanged": 1,
45+
"autolog:pageControl": 1,
46+
"autolog:textBox:_searchFieldEndEditing": 0,
47+
"DisableKeyboardCapture": false,
48+
"EnableWebViewInjectionForDisabledAutoCapture": true,
49+
"DisableAlertAutoCapture": false,
50+
"DisableAlertBackgroundForDisabledLogViewLayout": false,
51+
"canvas:click": 0,
52+
"InitialZIndex": 500,
53+
"UseXpathId": false,
54+
"SubViewArrayZIndexIncrementTrigger": 502,
55+
"AddGestureRecognizerUIScrollView": true,
56+
"AddGestureRecognizerUITextView": true,
57+
"AddGestureRecognizerUIButton": true,
58+
"AddGestureRecognizerUISwitch": true,
59+
"AddGestureRecognizerUISegmentedControl": true,
60+
"AddGestureRecognizerUIPickerView": true,
61+
"AddGestureRecognizerUIDatePicker": true,
62+
"AddGestureRecognizerUIPageControl": true,
63+
"SwiftUICaptureNonVariadic": true,
64+
"UIKeyboardCaptureTouches": false,
65+
"TextFieldBeingEditedUseSender": false,
66+
"RemoveSwiftUIDuplicates": true,
67+
"LogFullRequestResponsePayloads": false
68+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>AppKey</key>
6+
<string>b6c3709b7a4c479bb4b5a9fb8fec324c</string>
7+
<key>CaptureNativeGesturesOnWebview</key>
8+
<false/>
9+
<key>DisableAutoInstrumentation</key>
10+
<false/>
11+
<key>GetImageDataOnScreenLayout</key>
12+
<false/>
13+
<key>JavaScriptInjectionDelay</key>
14+
<integer>100</integer>
15+
<key>KillSwitchEnabled</key>
16+
<true/>
17+
<key>KillSwitchMaxNumberOfTries</key>
18+
<integer>3</integer>
19+
<key>KillSwitchTimeInterval</key>
20+
<integer>180</integer>
21+
<key>KillSwitchTimeout</key>
22+
<integer>5</integer>
23+
<key>KillSwitchUrl</key>
24+
<string>https://lib-us-2.brilliantcollector.com/collector/switch/b6c3709b7a4c479bb4b5a9fb8fec324c</string>
25+
<key>UseWhiteList</key>
26+
<false/>
27+
<key>WhiteListParam</key>
28+
<string>id</string>
29+
<key>LogLocationEnabled</key>
30+
<false/>
31+
<key>LogViewLayoutOnScreenTransition</key>
32+
<true/>
33+
<key>Masking</key>
34+
<dict>
35+
<key>Sensitive</key>
36+
<dict>
37+
<key>capitalCaseAlphabet</key>
38+
<string>X</string>
39+
<key>number</key>
40+
<string>9</string>
41+
<key>smallCaseAlphabet</key>
42+
<string>x</string>
43+
<key>symbol</key>
44+
<string>#</string>
45+
</dict>
46+
<key>MaskIdList</key>
47+
<array>
48+
<string>^9[0-9][0-9][0-9]$</string>
49+
<string>^\[wvv,0\],\[dddv,0\],\[v,0\],\[v,0\],\[v,0\],\[b,0\](.)*$</string>
50+
</array>
51+
<key>MaskValueList</key>
52+
<array>
53+
<string>^4[0-9]{12}(?:[0-9]{3})?$</string>
54+
<string>^3[47][0-9]{13}$</string>
55+
<string>^65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10})$</string>
56+
<string>^(5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12}))$</string>
57+
</array>
58+
<key>HasMasking</key>
59+
<true/>
60+
<key>HasCustomMask</key>
61+
<true/>
62+
</dict>
63+
<key>MaxStringsLength</key>
64+
<integer>300</integer>
65+
<key>PercentOfScreenshotsSize</key>
66+
<integer>100</integer>
67+
<key>PercentToCompressImage</key>
68+
<integer>100</integer>
69+
<key>ScreenShotPixelDensity</key>
70+
<real>1.5</real>
71+
<key>PostMessageUrl</key>
72+
<string>https://lib-us-2.brilliantcollector.com/collector/collectorPost</string>
73+
<key>DoPostOnScreenChange</key>
74+
<false/>
75+
<key>printScreen</key>
76+
<integer>2</integer>
77+
<key>ScreenshotFormat</key>
78+
<string>png</string>
79+
<key>SessionTimeout</key>
80+
<integer>30</integer>
81+
<key>SessionizationCookieName</key>
82+
<string>TLTSID</string>
83+
<key>CookieSecure</key>
84+
<false/>
85+
<key>SetGestureDetector</key>
86+
<true/>
87+
</dict>
88+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"AutoLayout": {
3+
"IBMGlobalScreenSettings":{
4+
"ScreenChange": true,
5+
"DisplayName": "",
6+
"CaptureLayoutDelay": 1,
7+
"ScreenShot": true,
8+
"NumberOfWebViews": 0,
9+
"CaptureUserEvents": true,
10+
"CaptureScreenVisits": false,
11+
"CaptureLayoutOn": 2,
12+
"CaptureScreenshotOn": 2
13+
}
14+
},
15+
"AppendMapIds": {
16+
"[w,9290],[v,0]": {
17+
"mid": "ASimpleUIView"
18+
},
19+
"tag2999999": {
20+
"mid": "giveAdditionalId1"
21+
},
22+
"idxPathValue": {
23+
"mid": "giveAdditionalId2"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)