Skip to content

Releases: google/GTXiLib

GTXiLib 4.5.0

30 Jul 00:50
Compare
Choose a tag to compare

Fixed MD5 deprecation in GTXAnalytics

4.4.0: Update Podspec to exclude C++ and Obj-C++ from public headers. This p…

01 Apr 21:51
Compare
Choose a tag to compare

Exclude C++ symbols from public headers for Swift compatibility.

GTXiLib 4.3.0

12 Feb 20:20
84e9b85
Compare
Choose a tag to compare

Added missing headers to umbrella header and updated README to include some instructions on protobuf linking.

GTXiLib 4.2.0

09 Feb 19:08
Compare
Choose a tag to compare

Added support for XCUITests (with a subset of checks). Add check for dynamic text check. Fixed typos and some APIs have been renamed for clarity. APIs improvements: more flexible scan APIs that return result info. Improved accessibility auto enable code. Extracted GTX core logic into a C++ library and used Protobuf for cross platform execution. Fixed C++ install issues with cocoapod

GTXiLib 4.1.0

08 Feb 23:04
Compare
Choose a tag to compare

Added support for XCUITests (with a subset of checks). Add check for dynamic text check. Fixed typos and some APIs have been renamed for clarity. APIs improvements: more flexible scan APIs that return result info. Improved accessibility auto enable code. Extracted GTX core logic into a C++ library and used Protobuf for cross platform execution.

GTXiLib 3.1.0

21 Feb 18:11
Compare
Choose a tag to compare

Updated Xcode project to include missing files.

GTXiLib 3.0

24 Jan 20:03
Compare
Choose a tag to compare

Added the following classes GTXArtifactCollector, GTXArtifactProcessor, GTXError, GTXReport, GTXSnapshotBuffer, GTXSnapshotContainer. Updated all prefixes of private methods from _ to gtx_ or gtxtest_ for tests. Updated contrast check calculation accuracy. Updated touch target check to include frame as well as accessibility frame. And minor refactoring.

GTXiLib 2.1

20 Feb 22:17
Compare
Choose a tag to compare

44pt is the the new minimum tappable area
README updates
Added missing imports
Contrast check for UITextView

GTXiLib 2.0

10 Aug 22:50
Compare
Choose a tag to compare
  • Added GTXIgnoring protocol to specify elements to ignore.
  • New check checkForAXLabelNotRedundantWithTraits
  • Added Functional tests to Xcode project file
  • Fixed minor typos and added additional comments
  • Cleaned up GTXTestEnvironment with APIs that report errors

GTXiLib 1.0.0

16 May 21:38
Compare
Choose a tag to compare
  • New Checks Collection APIs
  • Better documentation