Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 720 Bytes

Unreleased

0.3.0 (2022-01-05)

  • Breaking: Use jni-sys for low-level JNI types instead of those autogenerated by bindgen based on the header. These JNI types are not publicly (re)exported anymore. (#209)
  • Regenerate against NDK 23.1.7779620, now including all Android-related headers (#201)

0.2.2 (2021-11-22)

  • Regenerate against NDK 23.0.7599858 (#178)

0.2.1 (2020-10-15)

  • Fix documentation build on docs.rs

0.2.0 (2020-09-15)

  • Breaking: onSaveInstanceState signature corrected to take outSize as a *mut size_t instead of *mut usize.
  • Add media bindings
  • Add bitmap and hardware_buffer bindings
  • Add aaudio bindings

0.1.0 (2020-04-22)

  • Initial release! 🎉