Skip to content

Releases: appium/appium-android-driver

v9.0.2

07 Mar 16:05
Compare
Choose a tag to compare

9.0.2 (2024-03-07)

Miscellaneous Chores

v9.0.1

22 Feb 08:01
Compare
Choose a tag to compare

9.0.1 (2024-02-22)

Miscellaneous Chores

  • Add timeout option to adb.pull() in stopRecordingScreen function (#921) (e8539dc)

v9.0.0

10 Feb 17:24
Compare
Choose a tag to compare

9.0.0 (2024-02-10)

⚠ BREAKING CHANGES

  • Removed the following obsolete types:
  • TouchActionKind
  • TouchActionOpts
  • TouchOpts
  • TouchState
  • TouchSwipeOpts
  • TouchAction
  • NonReleaseTouchAction
  • ReleaseTouchAction
  • SwipeAction
  • TouchDragAction
  • Removed the following obsolete methods:
  • tap
  • touchLongClick
  • touchDown
  • touchUp
  • touchMove
  • doSwipe
  • doTouchDrag
  • doTouchAction
  • performMultiAction
  • performTouch
  • doPerformMultiAction

Features

  • Remove the obsolete code related to MJSONWP touch support (#917) (61aae2c)

v8.4.0

08 Feb 07:46
Compare
Choose a tag to compare

8.4.0 (2024-02-08)

Features

  • add checkVersion option for mobile:installApp (#915) (cec1de7)

v8.3.0

07 Feb 18:41
Compare
Choose a tag to compare

8.3.0 (2024-02-07)

Features

  • Switch pattern unlock to use W3C actions (#914) (5ce2c24)

v8.2.0

01 Feb 19:58
Compare
Choose a tag to compare

8.2.0 (2024-02-01)

Features

  • Perform device init steps in parallel (#912) (3bdebbc)

v8.1.8

29 Jan 13:28
Compare
Choose a tag to compare

8.1.8 (2024-01-29)

Bug Fixes

  • Add missing mobileStartActivity import (#911) (f66c02b)

v8.1.7

26 Jan 20:00
Compare
Choose a tag to compare

8.1.7 (2024-01-26)

Miscellaneous Chores

v8.1.6

26 Jan 08:18
Compare
Choose a tag to compare

8.1.6 (2024-01-26)

Bug Fixes

v8.1.5

25 Jan 16:35
Compare
Choose a tag to compare

8.1.5 (2024-01-25)

Miscellaneous Chores

  • Update getStrings implementation to avoid FS usage (#907) (f6b6188)