Skip to content

Releases: go-acoustic/Tealeaf

10.6.268: Beta Tealeaf Change Notes:

21 Sep 03:08
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- None.

Improvements:

- Adjust for new remote configuration changes.

- Add ability to mask value for UIPickerView for privacy. The default will be a 9 for numbers and the picker values will
  be empty.

- Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks.
  You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.267: Beta Tealeaf Change Notes:

12 Sep 18:11
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- None.

Improvements:

- Add ability to mask value for UIPickerView for privacy. The default will be a 9 for numbers and the picker values will
  be empty.

- Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks.
  You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.266: Beta Tealeaf Change Notes:

08 Sep 19:17
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- None.

Improvements:

- Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks.
  You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.265: Beta Tealeaf Change Notes:

08 Sep 18:11
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- None.

Improvements:

- Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks.
  You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.264: Beta Tealeaf Change Notes:

08 Sep 07:47
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- None.

Improvements:

- Add ability to listen to actions and events for Swift and SwiftUI. You longer need to add extra file to add the hooks.
  You can now remove UIApplication, main.swift overridden classes and uncomment @UIApplicationMain or @main.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

June 06 2023 Tealeaf Module 10.6.263

02 Jun 18:09
Compare
Choose a tag to compare
Tealeaf Release
Bug Fixes:

- Fix an issue with tableView:didSelectRowAtIndexPath: which was swizzled incorrectly.
- Fix an issue with layout config and page name adjustments.
- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.262: Beta Tealeaf Change Notes:

02 Jun 07:11
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- Fix an issue with tableView:didSelectRowAtIndexPath: which was swizzled incorrectly.
- Fix an issue with layout config and page name adjustments.
- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.261: Beta Tealeaf Change Notes:

19 May 23:45
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- Fix an issue with layout config and page name adjustments.
- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.260: Beta Tealeaf Change Notes:

19 May 07:16
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- Fix an issue with layout config and page name adjustments.
- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.

10.6.259: Beta Tealeaf Change Notes:

17 May 00:53
Compare
Choose a tag to compare
Pre-release
Bug Fixes:

- Fix an issue with getting correct original implemenation for uipickerview.
- Fix an issue with _NSPlaceholderData that should use NSData.
- Fix an issue with cookies on killswitch.
- Adjust gestures for react native applications that use webviews.

Improvements:

- Add ability to keep track of current page name for react native for iOS.

Our environment for this release:

- Xcode 14.2
- MacOS 13.2
- iOS 12.x to 16.x
- Supported architectures:
	- simulator
		- arm64
		- x86_64
	- device
		- arm64

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.