All Versions
15
Latest Version
Avg Release Cycle
54 days
Latest Release
2027 days ago

Changelog History
Page 1

  • v3.5.0 Changes

    October 01, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated dependencies and build tools
  • v3.3.0 Changes

    August 23, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated screenshot interface to allow to pass a custom screenshot provider
  • v3.2.1 Changes

    April 13, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated screenshot parameter from path to boolean. When set to true, screenshots will be placed in the folder Android/data/your_package/files/screenshots ### โœ‚ Removed
    • Method grantPermission. Use GrantPermissionRule instead
  • v3.0.0 Changes

    February 12, 2018

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to Java 8
    • โšก๏ธ Updated Android build tools, compile version and Gradle version
    • โšก๏ธ Updated visibility of some classes and methods
    • Some constructor parameters of the class ScenarioConfig are optional
  • v2.9.0 Changes

    September 18, 2017

    ๐Ÿ”„ Changed

    • Using Espresso 3.0.1
  • v2.8.1 Changes

    July 06, 2017

    โž• Added

    • โž• Added method text() to ActionableObject
    • โž• Added method onViewWithAll(Matcher<? super View>... matchers)
    • โž• Added class TimedIdlingResource
  • v2.8.0 Changes

    July 05, 2017

    โž• Added

    • โž• Added boolean methods for actionable elements
    • ๐Ÿ‘Œ Improved data matchers
  • v2.7.0 Changes

    July 04, 2017

    โž• Added

    • โž• Added methods waitFor(long millis) and waitFor(long value, TimeUnit timeUnit)
    • โž• Added class SpinnerMatcher
  • v2.6.0 Changes

    April 28, 2017

    โž• Added

    • ๐Ÿ‘Œ Improvements in ActionableView (by @thanhlcm90)
    • โž• Added callback afterScenarioEnds(Scenario scenario, Locale locale)
    • โž• Added method grantPermission(String permission)
  • v2.5.0 Changes

    April 26, 2017

    โž• Added

    • ๐Ÿ‘Œ Improvements in ActionableView (by @thanhlcm90)