Skip to content

Releases: wuwbobo2021/android-usbser-rs

Version 0.2.3

19 Jul 06:51

Choose a tag to compare

  • Bump jni-min-helper to 0.3. Threatened by the UB found in wuwbobo2021/android-bluetooth-serial-rs#2.
  • check_attached_intent() no longer returns the device if the permission is lost.
  • Added default serialport feature which can be turned off (this choice will be removed in 0.3.0, see kevinmehall/nusb#150).

Version 0.2.2

07 Jan 05:28

Choose a tag to compare

  • Fixed support for newest Android versions: check_attached_intent() does not work, PermissionRequest never returns the result of being permitted, both are caused by the bad implementation of PartialEq for DeviceInfo.
  • Added UsbSerial trait to prepare for driver implementations of non-CDC serial adapters. It is currently sealed (not object-safe), and suggestions about this trait will be welcome.
  • The serial handler can be turned into nusb transfer queues for asynchronous operations, this can be done after serial configuration.