Skip to content

Releases: hiking90/rsbinder

v0.2.3

26 Mar 11:17
Compare
Choose a tag to compare

What's Changed

v0.2.2

16 Mar 13:19
Compare
Choose a tag to compare

What's Changed

  • skip panic if enable oneway spam detection failed by @virjar in #16
  • Fix: Compatibility with different versions of 'Stability' in Android Binder Protocol by @tsailin-bit in #17
  • Supports both Binder Stability changes in Android 12 and Stability for other Android versions by @hiking90 in #18

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

04 Mar 12:33
Compare
Choose a tag to compare
  • Fixed alignment issues for some case. Thank you @tsailin-bit
  • Fixed clippy warnings.

v0.2.0

24 Feb 13:23
Compare
Choose a tag to compare

What's Changed

  • Implement rsbinder async to support Tokio runtime.
  • Consolidate functionalities in crates with rsbinder.
  • Fixed the errors of "cargo install rsbinder-tools".

v0.1.2

15 Feb 12:53
Compare
Choose a tag to compare
  • Improving compatibility with Android dumpsys.
  • Removing unnecessary dependencies.

v0.1.1

03 Feb 13:16
Compare
Choose a tag to compare
  • Implemented write_slice_size() and resize_out_vec() and integrated into AIDL compiler.
  • Fixed compiler warnings.