- Breaking: Regenerate against NDK
25.2.9519653
withrust-bindgen 0.66.0
. (#324, #370) - Add
font
,font_matcher
,system_fonts
bindings. (#397) - Add
sync
feature for linking againstlibsync.so
. (#423)
- Re-release of
0.4.0
to combat a faulty0.4.0+25.0.8775105
publish. Now also includes+23.1.7779620
version metadata.
- Breaking: Turn
enum
type aliases into newtype wrappers (and regenerate withrust-bindgen 0.59.2
). (#245, #315)
- Breaking: Use
jni-sys
for low-level JNI types instead of those autogenerated bybindgen
based on the header. These JNI types are not publicly (re)exported anymore. (#209) - Regenerate against NDK 23.1.7779620 with
rust-bindgen 0.59.1
, now including all Android-related headers. (#201)
- Regenerate against NDK 23.0.7599858. (#178)
- Fix documentation build on docs.rs
- Breaking:
onSaveInstanceState
signature corrected to takeoutSize
as a*mut size_t
instead of*mut usize
. - Add
media
bindings - Add
bitmap
andhardware_buffer
bindings - Add
aaudio
bindings
- Initial release! 🎉