Releases: wuwbobo2021/android-usbser-rs
Releases · wuwbobo2021/android-usbser-rs
Version 0.2.3
- Bump
jni-min-helperto 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
serialportfeature which can be turned off (this choice will be removed in 0.3.0, see kevinmehall/nusb#150).
Version 0.2.2
- Fixed support for newest Android versions:
check_attached_intent()does not work,PermissionRequestnever returns the result of being permitted, both are caused by the bad implementation ofPartialEqforDeviceInfo. - Added
UsbSerialtrait 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
nusbtransfer queues for asynchronous operations, this can be done after serial configuration.