Skip to content

Releases: sergio-sastre/FontSizeTestRule

ActivityScenario support & FontSizeTestRule bug fix

21 Sep 22:14
1ea1fee
Compare
Choose a tag to compare
Merge pull request #6 from sergio-sastre/release/v1.1.1

Attempt to fix failing artifact

Fix bug on API25+ and add FontSizeActivityScenario

05 Sep 19:40
9ab6900
Compare
Choose a tag to compare

This pre-release:

  • FontSizeTestRule: Changes the font size via adb command on devices and emulators running API 25+. However, this might make the tests run a bit more slowly on them
  • Adds FontSizeActivityScenario for alternatively changing the font size via code through an ActivityScenario on any API. It basically opens an empty activity with the context configure with the proper font scale, and snapshots the target views in it. Has the drawback that it cannot be used to snapshot test our own activities.

Build fix: Add missing dependency

15 Aug 21:54
Compare
Choose a tag to compare
v1.0.1

add fontsize dependency to the app module

Initial release

15 Aug 21:22
Compare
Choose a tag to compare
v1.0.0

Initial commit