Skip to content

Releases: google/snippet-uiautomator

1.1.2

12 Aug 20:05
e6bde32
Compare
Choose a tag to compare
  • Support ancestor search in Selector
  • Remove ineffectiveness Configurator settings
  • Support gesture margin for default Scroll
  • Support index search in child Selector

1.1.1

22 May 03:30
70fb9e3
Compare
Choose a tag to compare

What's Changed

  • Fix the type of percent in scrollUntilFinished and scrollUntil by @ko1in1u in #46
  • Migrate -jre flavor of Guava to -android flavor by @ko1in1u in #47
  • Release v1.1.1 by @ko1in1u in #48

Full Changelog: 1.1.0...1.1.1

1.1.0

14 Mar 04:38
95914b2
Compare
Choose a tag to compare
  • Update uiautomator lib to stable 2.3.0
  • Print Mobly AndroidDevice object for better evaluated as a proper prefix
  • Remove deprecated service registration method
  • Add pytype hint to avoid Union[str, pathlib.Path]
  • Include device debug tag when raising an error
  • Refactor the way to get log path and dump to file
  • Handle null value returned from QueryController.getCurrentPackageName
  • Update the visibility of uiDevice in UiDeviceSnippet

1.0.5

26 Dec 19:13
478f66e
Compare
Choose a tag to compare
  • Update androidx.test.uiautomator to 2.3.0-beta01
  • Support KeyEvent in UiAutomator Python Lib
  • Set default value for uiautomator configs and send warning message for deprecation notice
  • Enable UiWatcher to monitor the condition without subsequent action

1.0.3: Improve selector search

15 Sep 03:04
4c741ba
Compare
Choose a tag to compare

1.0.3: Fix search error when using kinship and relative position

  • Add latest release version and testing result for apk and python build status
  • Fix incorrect selector layer when using a serial of sub selectors
  • Fix incorrect UiObject2 being found when using waitForExists and waitUntilGone on 2 or more layers of BySelector
  • Fix Selector being overwritten when creating an instance of child UiObject2

1.0.2: Fix NullPointerException when calling UiObject2#getParent()

Initial Release

23 Aug 23:11
Compare
Choose a tag to compare

Initial release of Snippet UiAutomator