All Versions
15
Latest Version
Avg Release Cycle
54 days
Latest Release
1709 days ago
Changelog History
Page 1
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 folderAndroid/data/your_package/files/screenshots
### โ Removed - Method
grantPermission
. UseGrantPermissionRule
instead
- โก๏ธ Updated screenshot parameter from path to boolean. When set to
-
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
- Using Espresso
-
v2.8.1 Changes
July 06, 2017โ Added
- โ Added method
text()
toActionableObject
- โ Added method
onViewWithAll(Matcher<? super View>... matchers)
- โ Added class
TimedIdlingResource
- โ Added method
-
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)
andwaitFor(long value, TimeUnit timeUnit)
- โ Added class
SpinnerMatcher
- โ Added methods
-
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)
- ๐ Improvements in
-
v2.5.0 Changes
April 26, 2017โ Added
- ๐ Improvements in
ActionableView
(by @thanhlcm90)
- ๐ Improvements in