Skip to content

Releases: tauri-apps/cargo-mobile2

cargo-mobile2 v0.22.2

15 Jan 11:36
c77b28d

Choose a tag to compare

[0.22.2]

cargo-mobile2 v0.22.1

16 Oct 12:28
4071325

Choose a tag to compare

[0.22.1]

  • 3a85ff8 Added android::device::ConnectionStatus::Authorizing and made the enum non_exhaustive.
  • c2e2f6c Add missing timeout on adb shell usage.

cargo-mobile2 v0.22.0

16 Oct 11:22
8cd9707

Choose a tag to compare

[0.22.0]

  • bac9260 (#495 by @lucasfernog) Added android::adb::device_list::Error variants now include the serial number of the device that caused the error.
  • bac9260 (#495 by @lucasfernog) Added android::adb::device_list now returns disconnected devices. Check with android::Device::status.
  • bac9260 (#495 by @lucasfernog) Added android::Device::start_detached_with_options.

cargo-mobile2 v0.21.2

16 Oct 10:43
51967ce

Choose a tag to compare

[0.21.2]

  • eba8283 (#493 by @lucasfernog) Prevent adb device list from getting stuck if any of the available devices are not properly connected.

cargo-mobile2 v0.21.1

10 Oct 16:44
03b77f8

Choose a tag to compare

[0.21.1]

cargo-mobile2 v0.21.0

09 Oct 11:19
87d1bdb

Choose a tag to compare

[0.21.0]

cargo-mobile2 v0.20.7

30 Aug 11:09
813630e

Choose a tag to compare

[0.20.7]

cargo-mobile2 v0.20.6

29 Aug 14:42
da4ee56

Choose a tag to compare

[0.20.6]

cargo-mobile2 v0.20.5

28 Aug 20:59
f45fc4e

Choose a tag to compare

[0.20.5]

  • 60cf1ea (#479 by @lucasfernog) Fix build and archive not working on Apple Intel systems when targeting the simulator.

cargo-mobile2 v0.20.4

05 Aug 12:06
c0c0738

Choose a tag to compare

[0.20.4]

  • c942e7d (#474 by @FabianLars) Allow running on simulators that have a higher version than the XCode SDK. This fixes compatiblity issues with Apple's recent "iOS 18.5 + iOS 18.6 Simulator" platform support component.