GTXiLib Versions Save

Google Toolbox for Accessibility for iOS

4.5.0

2 years ago

Fixed MD5 deprecation in GTXAnalytics

4.4.0

3 years ago

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

4.3.0

3 years ago

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

4.2.0

3 years ago

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

4.1.0

3 years ago

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.

3.1.0

4 years ago

Updated Xcode project to include missing files.

3.0.0

4 years ago

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.

2.1.0

5 years ago

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

2.0.0

5 years ago
  • 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

1.0.0

6 years ago
  • New Checks Collection APIs
  • Better documentation